Card: corpus archives consolidated in-repo; data store removed
Browse files
README.md
CHANGED
|
@@ -70,13 +70,13 @@ every bucket coverage-gated, all 60 source revisions pinned in `sources.lock.jso
|
|
| 70 |
|
| 71 |
**Where the data lives**
|
| 72 |
- In this repo: `DATA.7z` (raw 240 GB archive) · `Corpus_Cleaned.7z` (cleaned archive) · `corpus/` (metadata).
|
| 73 |
-
-
|
| 74 |
- Held-out eval sets per language/code: `heldout/`.
|
| 75 |
|
| 76 |
## Sibling repos
|
| 77 |
|
| 78 |
- **`tokenizer/`** (inside this repo) — the frozen, ready-to-load tokenizer artifacts (128K / 64K / 8K).
|
| 79 |
-
- **
|
| 80 |
|
| 81 |
## License
|
| 82 |
|
|
|
|
| 70 |
|
| 71 |
**Where the data lives**
|
| 72 |
- In this repo: `DATA.7z` (raw 240 GB archive) · `Corpus_Cleaned.7z` (cleaned archive) · `corpus/` (metadata).
|
| 73 |
+
- The full uncompressed corpus (`clean/` per-family JSONL + `corpus_parts/` shards) is archived in `Corpus_Cleaned.7z`.
|
| 74 |
- Held-out eval sets per language/code: `heldout/`.
|
| 75 |
|
| 76 |
## Sibling repos
|
| 77 |
|
| 78 |
- **`tokenizer/`** (inside this repo) — the frozen, ready-to-load tokenizer artifacts (128K / 64K / 8K).
|
| 79 |
+
- **Corpus archives** — `Corpus_Cleaned.7z` (cleaned) and `DATA.7z` (raw) live inside this repo; `corpus/` holds the per-family metadata.
|
| 80 |
|
| 81 |
## License
|
| 82 |
|