Pclanglais commited on
Commit
37737d2
·
verified ·
1 Parent(s): 7f71178

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -23
README.md CHANGED
@@ -10,7 +10,6 @@ task_categories:
10
  tags:
11
  - language-identification
12
  - common-corpus
13
- - african-languages
14
  pretty_name: CommonLingua-Train
15
  ---
16
 
@@ -19,14 +18,6 @@ pretty_name: CommonLingua-Train
19
  The training data for [PleIAs/CommonLingua](https://huggingface.co/PleIAs/CommonLingua) — a byte-level language identification model for 334 languages. **2.48 M paragraphs**, sourced exclusively from open-licensed and public-domain corpora.
20
 
21
  | | |
22
- |---|---|
23
- | **Train rows** | 2,482,568 |
24
- | **Val rows** | ~270 k |
25
- | **Languages** | 334 (ISO 639-3) |
26
- | **Sources** | 30 distinct |
27
- | **Format** | Apache Parquet |
28
- | **License** | Per-source (see attribution table below) |
29
-
30
  ## Files
31
 
32
  | File | Rows | Size | Description |
@@ -55,17 +46,6 @@ The provenance files are the **canonical artefact**. The two-column projections
55
  | `date` | string | Publication / extraction date, nullable |
56
  | `section_name` | string | Sub-section within the document (e.g. Wikipedia article section), nullable |
57
 
58
- ## `language_method` values
59
-
60
- | Method | Rows | Meaning |
61
- |---|---:|---|
62
- | `metadata` | 2,184,648 | Label inherited from the source's collection-level metadata (e.g. Wikipedia language code) |
63
- | `LLM` | 183,071 | Label assigned (or verified) by Gemini 2.5 Flash row-by-row |
64
- | `consensus` | 67,624 | Label confirmed by agreement between multiple LID models on a Wikipedia resample |
65
- | `provenance` | 26,725 | Label deduced from per-row provenance metadata in the original source |
66
- | `journal_provenance` | 20,000 | Label deduced from journal-name provenance (Indonesian / Malaysian academic journals) |
67
- | `manual_latex` | 500 | Manually labelled `__NOT_LANGUAGE__` / LaTeX-source rows |
68
-
69
  ## Source attribution
70
 
71
  | Source | Rows | License | Notes |
@@ -84,7 +64,7 @@ The provenance files are the **canonical artefact**. The two-column projections
84
  | OpenPecha / Ambuda | 8,317 | Public Domain / CC | Tibetan, Sanskrit |
85
  | Common Corpus 1 Haiku v5 | 7,497 | per-source (CC) | Haiku-validated minority-language paragraphs |
86
  | OpenAlex (African academic) | 6,193 | per-journal | African academic publishing, English-heavy filtered out |
87
- | WaxalNLP ASR | 5,373 | CC-BY-SA 4.0 | West African ASR transcripts (residual after extensive cleanup — see History below) |
88
  | eBible (Public Domain) | 4,877 | Public Domain | Bible translations, public-domain editions only |
89
  | OpenAlex English | 2,705 | per-journal | English baseline from academic publishing |
90
  | Project Ben-Yehuda (Hebrew) | 2,701 | Public Domain | Hebrew literature corpus |
@@ -101,7 +81,7 @@ The provenance files are the **canonical artefact**. The two-column projections
101
  | French-PD-Books | 6 | Public Domain | |
102
  | Italian-PD | 2 | Public Domain | |
103
 
104
- The single largest source is Wikipedia (≈ 93 % of rows when raw + resample variants are summed). The long tail (~7 %) is what makes coverage of low-resource and ancient languages possible.
105
 
106
  ## Reproducing the model
107
 
@@ -131,4 +111,4 @@ This dataset is the v7.2.1 iteration. Earlier iterations (v6.3.x) carried collec
131
  year = {2026},
132
  url = {https://huggingface.co/datasets/PleIAs/CommonLingua-Train}
133
  }
134
- ```
 
10
  tags:
11
  - language-identification
12
  - common-corpus
 
13
  pretty_name: CommonLingua-Train
14
  ---
15
 
 
18
  The training data for [PleIAs/CommonLingua](https://huggingface.co/PleIAs/CommonLingua) — a byte-level language identification model for 334 languages. **2.48 M paragraphs**, sourced exclusively from open-licensed and public-domain corpora.
19
 
20
  | | |
 
 
 
 
 
 
 
 
21
  ## Files
22
 
23
  | File | Rows | Size | Description |
 
46
  | `date` | string | Publication / extraction date, nullable |
47
  | `section_name` | string | Sub-section within the document (e.g. Wikipedia article section), nullable |
48
 
 
 
 
 
 
 
 
 
 
 
 
49
  ## Source attribution
50
 
51
  | Source | Rows | License | Notes |
 
64
  | OpenPecha / Ambuda | 8,317 | Public Domain / CC | Tibetan, Sanskrit |
65
  | Common Corpus 1 Haiku v5 | 7,497 | per-source (CC) | Haiku-validated minority-language paragraphs |
66
  | OpenAlex (African academic) | 6,193 | per-journal | African academic publishing, English-heavy filtered out |
67
+ | WaxalNLP ASR | 5,373 | CC-BY-SA 4.0 | West African ASR transcripts |
68
  | eBible (Public Domain) | 4,877 | Public Domain | Bible translations, public-domain editions only |
69
  | OpenAlex English | 2,705 | per-journal | English baseline from academic publishing |
70
  | Project Ben-Yehuda (Hebrew) | 2,701 | Public Domain | Hebrew literature corpus |
 
81
  | French-PD-Books | 6 | Public Domain | |
82
  | Italian-PD | 2 | Public Domain | |
83
 
84
+ Our largest source is Wikipedia. The long tail (~7 %) is what makes coverage of low-resource and ancient languages possible.
85
 
86
  ## Reproducing the model
87
 
 
111
  year = {2026},
112
  url = {https://huggingface.co/datasets/PleIAs/CommonLingua-Train}
113
  }
114
+ ```