dancinlife commited on
Commit
e0ca61d
·
verified ·
1 Parent(s): f2b23f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odc-by
3
+ language:
4
+ - en
5
+ - fr
6
+ - de
7
+ - es
8
+ - ko
9
+ pretty_name: anima 5-lang 7B web-scale corpus (R2-staged pointer index)
10
+ tags:
11
+ - byte-level
12
+ - web-scale
13
+ - fineweb
14
+ - multilingual
15
+ - r2-staged
16
+ size_categories:
17
+ - 100B<n<1T
18
+ ---
19
+
20
+ # anima-corpus-5lang-7b-webscale
21
+
22
+ > **⚠️ R2-STAGED, NOT HF-HOSTED.** The **143.60 GiB** of raw byte-corpus lives **only in
23
+ > Cloudflare R2** (bucket `phanes`, prefix `anima-7b/web/`) — an egress-free durable staging
24
+ > store. **This HF dataset holds the manifest + card + 200 KB per-language sample heads, NOT
25
+ > the 143 GB.** The full corpus is **fetched from R2** for training; it is not HF-mirrored and
26
+ > not held locally.
27
+
28
+ The **web-scale 7B-Chinchilla-optimal** extension of the anima default-lane corpus. Byte-level
29
+ (V = 256), 5-language balanced (en / fr / de / es / ko), web-derived under **ODC-BY**.
30
+
31
+ | metric | value |
32
+ |---|---|
33
+ | total byte-corpus | **143.60 GiB** (154.19 GB decimal) |
34
+ | tokens / param (7B) | **22.0 tok/param** (Chinchilla-optimal 20 → **EXCEEDS**) |
35
+ | fraction of 7B-optimal | **110.1%** of the 140B-token budget |
36
+ | byte vocabulary | **V = 256** |
37
+ | shards | 20 |
38
+ | license | **ODC-BY** (web-derived) |
39
+
40
+ ## Per-language / per-source
41
+
42
+ | lang | GB (decimal) | source (ODC-BY) |
43
+ |---|---:|---|
44
+ | en | 25.83 | `HuggingFaceFW/fineweb` sample/10BT |
45
+ | fr | 32.79 | `HuggingFaceFW/fineweb-2` fra_Latn |
46
+ | de | 31.00 | `HuggingFaceFW/fineweb-2` deu_Latn |
47
+ | es | 32.94 | `HuggingFaceFW/fineweb-2` spa_Latn |
48
+ | ko | 31.64 | `HuggingFaceFW/fineweb-2` kor_Hang |
49
+ | **total** | **154.19** | — |
50
+
51
+ **Korean web bulk is INCLUDED** (≈ 31.64 GB) — this fixes the prior clean-license build's
52
+ Korean gap (Project Gutenberg has no Korean, so the earlier `gb-balanced` corpus had ko art /
53
+ consciousness = 0 and leaned wiki-only).
54
+
55
+ ## License & hygiene
56
+
57
+ - **ODC-BY**, Common-Crawl-derived FineWeb / FineWeb-2. Attribution per ODC-BY.
58
+ - **PII-scrubbed**: `email → [EMAIL]`, `phone → [PHONE]` (these tokens are the scrub markers
59
+ and are expected in the text). **Control bytes 0xFE / 0xFF stripped** (V = 256).
60
+ - **No persona / role injection.** anima's persona + identity voice stay **authored**
61
+ elsewhere; this is the web factual/linguistic base only.
62
+
63
+ ## How to fetch from R2
64
+
65
+ `MANIFEST.json` carries the per-shard R2 keys + bytes + sha256. Stream each shard from R2
66
+ (`https://<account>.r2.cloudflarestorage.com`, region `auto`, bucket `phanes`) with boto3 and
67
+ verify against the per-shard sha256. See `CORPUS_CARD.md` for the full code snippet.
68
+
69
+ ## Scope (honest)
70
+
71
+ This is the **CORPUS** — an R2-staged pointer index. The actual **7B train is a separate
72
+ follow-on GPU fire**; **no 7B-trained-model is claimed** here. Numbers (143.60 GiB / 22.0
73
+ tok/param / 110.1% / per-lang) are the achieved corpus values verified against the R2 manifest
74
+ byte counts.
75
+
76
+ See `CORPUS_CARD.md` for the full card.