Datasets:
Add agd_Latn shard 0: 17564 sentences, 1111 paragraphs, 11851 words, 636243 ngrams
Browse files- README.md +16 -16
- data/ngrams/agd_Latn/0000.parquet +3 -0
- data/paragraphs/agd_Latn/0000.parquet +3 -0
- data/sentences/agd_Latn/0000.parquet +3 -0
- data/words/agd_Latn/0000.parquet +3 -0
- stats.csv +1 -0
README.md
CHANGED
|
@@ -1000,7 +1000,7 @@ configs:
|
|
| 1000 |
|
| 1001 |
# FineWeb-2 NLP
|
| 1002 |
|
| 1003 |
-
**14,
|
| 1004 |
|
| 1005 |
## Table of Contents
|
| 1006 |
|
|
@@ -1037,10 +1037,10 @@ linguistically useful units:
|
|
| 1037 |
|
| 1038 |
| Type | Rows | What you get |
|
| 1039 |
|------|------|-------------|
|
| 1040 |
-
| **sentences** | 14,
|
| 1041 |
-
| **paragraphs** |
|
| 1042 |
-
| **words** | 12,
|
| 1043 |
-
| **ngrams** |
|
| 1044 |
|
| 1045 |
Every row traces back to its source document through `doc_id` and `doc_url` fields, making
|
| 1046 |
it possible to navigate from any sentence or word back to the original web page. This
|
|
@@ -1191,9 +1191,10 @@ GROUP BY lang ORDER BY sentences DESC LIMIT 30;
|
|
| 1191 |
```
|
| 1192 |
dag_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,870
|
| 1193 |
dak_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,328
|
| 1194 |
-
jbo_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,246
|
| 1195 |
kan_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,246
|
|
|
|
| 1196 |
tuk_Cyrl ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,128
|
|
|
|
| 1197 |
krj_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,107
|
| 1198 |
tzj_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,094
|
| 1199 |
med_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,093
|
|
@@ -1206,9 +1207,8 @@ rad_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1
|
|
| 1206 |
nch_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,028
|
| 1207 |
cuk_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,027
|
| 1208 |
aoj_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,026
|
| 1209 |
-
ium_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,023
|
| 1210 |
bru_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,023
|
| 1211 |
-
|
| 1212 |
```
|
| 1213 |
|
| 1214 |
<details>
|
|
@@ -1369,16 +1369,16 @@ print(words_df)
|
|
| 1369 |
|
| 1370 |
| Metric | Value |
|
| 1371 |
|--------|-------|
|
| 1372 |
-
| **Total sentences** | **14,
|
| 1373 |
-
| **Total paragraphs** | **
|
| 1374 |
-
| **Total word entries** (per-shard) | **12,
|
| 1375 |
-
| **Total n-gram entries** (per-shard) | **
|
| 1376 |
-
| **Languages processed** | **
|
| 1377 |
-
| **Source documents** | **
|
| 1378 |
| **Total parquet size** | **4.7 GB** |
|
| 1379 |
-
| Avg sentences per document | 48.
|
| 1380 |
| Avg paragraphs per document | 1.0 |
|
| 1381 |
-
| Avg sentences per paragraph | 46.
|
| 1382 |
|
| 1383 |
### Per-language breakdown
|
| 1384 |
|
|
|
|
| 1000 |
|
| 1001 |
# FineWeb-2 NLP
|
| 1002 |
|
| 1003 |
+
**14,284,575 sentences** across **860 languages**, extracted from **297,737 source documents** in [FineWeb-2](https://huggingface.co/datasets/HuggingFaceFW/fineweb-2). Every sentence, paragraph, word frequency, and n-gram frequency, split with language-aware segmentation and continuously updated.
|
| 1004 |
|
| 1005 |
## Table of Contents
|
| 1006 |
|
|
|
|
| 1037 |
|
| 1038 |
| Type | Rows | What you get |
|
| 1039 |
|------|------|-------------|
|
| 1040 |
+
| **sentences** | 14,284,575 | One row per sentence, with source document ID, URL, and position index |
|
| 1041 |
+
| **paragraphs** | 304,997 | One row per paragraph, with sentence count per paragraph |
|
| 1042 |
+
| **words** | 12,496,314 | Per-shard word frequency and document frequency tables |
|
| 1043 |
+
| **ngrams** | 395,632,930 | Per-shard bigram through 5-gram frequency tables |
|
| 1044 |
|
| 1045 |
Every row traces back to its source document through `doc_id` and `doc_url` fields, making
|
| 1046 |
it possible to navigate from any sentence or word back to the original web page. This
|
|
|
|
| 1191 |
```
|
| 1192 |
dag_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,870
|
| 1193 |
dak_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,328
|
|
|
|
| 1194 |
kan_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,246
|
| 1195 |
+
jbo_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,246
|
| 1196 |
tuk_Cyrl ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,128
|
| 1197 |
+
agd_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,111
|
| 1198 |
krj_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,107
|
| 1199 |
tzj_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,094
|
| 1200 |
med_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,093
|
|
|
|
| 1207 |
nch_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,028
|
| 1208 |
cuk_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,027
|
| 1209 |
aoj_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,026
|
|
|
|
| 1210 |
bru_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,023
|
| 1211 |
+
ium_Latn ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 1,023
|
| 1212 |
```
|
| 1213 |
|
| 1214 |
<details>
|
|
|
|
| 1369 |
|
| 1370 |
| Metric | Value |
|
| 1371 |
|--------|-------|
|
| 1372 |
+
| **Total sentences** | **14,284,575** |
|
| 1373 |
+
| **Total paragraphs** | **304,997** |
|
| 1374 |
+
| **Total word entries** (per-shard) | **12,496,314** |
|
| 1375 |
+
| **Total n-gram entries** (per-shard) | **395,632,930** |
|
| 1376 |
+
| **Languages processed** | **860** |
|
| 1377 |
+
| **Source documents** | **297,737** |
|
| 1378 |
| **Total parquet size** | **4.7 GB** |
|
| 1379 |
+
| Avg sentences per document | 48.0 |
|
| 1380 |
| Avg paragraphs per document | 1.0 |
|
| 1381 |
+
| Avg sentences per paragraph | 46.8 |
|
| 1382 |
|
| 1383 |
### Per-language breakdown
|
| 1384 |
|
data/ngrams/agd_Latn/0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e0238dc3999570c6dbcc5332ad9d529732bcc23c174f2d66dbc642214753595
|
| 3 |
+
size 5805311
|
data/paragraphs/agd_Latn/0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33e5a25bf42d6babd3fee2131531aeae4c1ad804c15b509158fa6c07ac619808
|
| 3 |
+
size 704980
|
data/sentences/agd_Latn/0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56b0effdee920111678fd19f9200379bb4a60084262393d4df546dc97c73afd4
|
| 3 |
+
size 664846
|
data/words/agd_Latn/0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b70c71356320321fef7364abda905f1d3e80d12d55db19a68588c9e46d22986
|
| 3 |
+
size 55580
|
stats.csv
CHANGED
|
@@ -858,3 +858,4 @@ aby_Latn,aby,0,1080,22459,1080,13325,698808,8000298,2026-04-15T01:57:01Z
|
|
| 858 |
kan_Latn,kan,0,1070,58415,1246,93551,350624,9005296,2026-04-15T01:57:29Z
|
| 859 |
med_Latn,med,0,1093,36610,1093,8743,364301,5242762,2026-04-15T01:57:50Z
|
| 860 |
krj_Latn,krj,0,1098,63298,1107,53024,663468,11056918,2026-04-15T01:58:12Z
|
|
|
|
|
|
| 858 |
kan_Latn,kan,0,1070,58415,1246,93551,350624,9005296,2026-04-15T01:57:29Z
|
| 859 |
med_Latn,med,0,1093,36610,1093,8743,364301,5242762,2026-04-15T01:57:50Z
|
| 860 |
krj_Latn,krj,0,1098,63298,1107,53024,663468,11056918,2026-04-15T01:58:12Z
|
| 861 |
+
agd_Latn,agd,0,1111,17564,1111,11851,636243,7230717,2026-04-15T01:58:35Z
|