Datasets:
Add aeu_Latn shard 0: 22,194 sentences, 2,793 paragraphs, 6,990 words, 609,820 ngrams
Browse files- README.md +17 -17
- data/ngrams/aeu_Latn/0000.parquet +3 -0
- data/paragraphs/aeu_Latn/0000.parquet +3 -0
- data/sentences/aeu_Latn/0000.parquet +3 -0
- data/words/aeu_Latn/0000.parquet +3 -0
- stats.csv +1 -0
README.md
CHANGED
|
@@ -1003,7 +1003,7 @@ configs:
|
|
| 1003 |
|
| 1004 |
# FineWeb-2 NLP
|
| 1005 |
|
| 1006 |
-
**24,
|
| 1007 |
|
| 1008 |
## Table of Contents
|
| 1009 |
|
|
@@ -1040,10 +1040,10 @@ linguistically useful units:
|
|
| 1040 |
|
| 1041 |
| Type | Rows | What you get |
|
| 1042 |
|------|------|-------------|
|
| 1043 |
-
| **sentences** | 24,
|
| 1044 |
-
| **paragraphs** |
|
| 1045 |
-
| **words** | 21,
|
| 1046 |
-
| **ngrams** |
|
| 1047 |
|
| 1048 |
Every row traces back to its source document through `doc_id` and `doc_url` fields, making
|
| 1049 |
it possible to navigate from any sentence or word back to the original web page. This
|
|
@@ -1203,6 +1203,7 @@ nah_Latn ▓▓▓▓▓▓▓▓▓ 2,823
|
|
| 1203 |
bts_Latn ▓▓▓▓▓▓▓▓▓ 2,820
|
| 1204 |
glv_Latn ▓▓▓▓▓▓▓▓▓ 2,815
|
| 1205 |
tok_Latn ▓▓▓▓▓▓▓▓▓ 2,807
|
|
|
|
| 1206 |
bba_Latn ▓▓▓▓▓▓▓▓▓ 2,754
|
| 1207 |
sgs_Latn ▓▓▓▓▓▓▓▓▓ 2,753
|
| 1208 |
dyu_Latn ▓▓▓▓▓▓▓▓▓ 2,752
|
|
@@ -1211,7 +1212,6 @@ gcf_Latn ▓▓▓▓▓▓▓▓▓ 2,688
|
|
| 1211 |
npi_Latn ▓▓▓▓▓▓▓▓▓ 2,687
|
| 1212 |
mam_Latn ▓▓▓▓▓▓▓▓▓ 2,684
|
| 1213 |
acr_Latn ▓▓▓▓▓▓▓▓▓ 2,635
|
| 1214 |
-
ksw_Mymr ▓▓▓▓▓▓▓▓▓ 2,626
|
| 1215 |
```
|
| 1216 |
|
| 1217 |
<details>
|
|
@@ -1372,20 +1372,20 @@ print(words_df)
|
|
| 1372 |
|
| 1373 |
| Metric | Value |
|
| 1374 |
|--------|-------|
|
| 1375 |
-
| **Total sentences** | **24,
|
| 1376 |
-
| **Total paragraphs** | **
|
| 1377 |
-
| **Total word tokens** | **
|
| 1378 |
-
| **Unique word entries** (per-shard) | 21,
|
| 1379 |
-
| **Total n-gram entries** (per-shard) |
|
| 1380 |
-
| **Languages processed** | **
|
| 1381 |
-
| **Source documents** | **
|
| 1382 |
-
| **Source data processed** | **
|
| 1383 |
| **Output parquet size** | **6.3 GB** |
|
| 1384 |
| Avg sentence length | 106.0 chars |
|
| 1385 |
-
| Avg paragraph length |
|
| 1386 |
-
| Avg sentences per document | 43.
|
| 1387 |
| Avg paragraphs per document | 1.1 |
|
| 1388 |
-
| Avg sentences per paragraph | 41.
|
| 1389 |
|
| 1390 |
### Per-language breakdown
|
| 1391 |
|
|
|
|
| 1003 |
|
| 1004 |
# FineWeb-2 NLP
|
| 1005 |
|
| 1006 |
+
**24,534,597 sentences** and **391,263,175 word tokens** across **1010 languages**, extracted from **566,210 source documents** (839.1 MB source data) 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.
|
| 1007 |
|
| 1008 |
## Table of Contents
|
| 1009 |
|
|
|
|
| 1040 |
|
| 1041 |
| Type | Rows | What you get |
|
| 1042 |
|------|------|-------------|
|
| 1043 |
+
| **sentences** | 24,534,597 | One row per sentence, with source document ID, URL, and position index |
|
| 1044 |
+
| **paragraphs** | 596,203 | One row per paragraph, with sentence count per paragraph |
|
| 1045 |
+
| **words** | 21,498,063 | Per-shard word frequency and document frequency tables |
|
| 1046 |
+
| **ngrams** | 483,107,175 | Per-shard bigram through 5-gram frequency tables |
|
| 1047 |
|
| 1048 |
Every row traces back to its source document through `doc_id` and `doc_url` fields, making
|
| 1049 |
it possible to navigate from any sentence or word back to the original web page. This
|
|
|
|
| 1203 |
bts_Latn ▓▓▓▓▓▓▓▓▓ 2,820
|
| 1204 |
glv_Latn ▓▓▓▓▓▓▓▓▓ 2,815
|
| 1205 |
tok_Latn ▓▓▓▓▓▓▓▓▓ 2,807
|
| 1206 |
+
aeu_Latn ▓▓▓▓▓▓▓▓▓ 2,793
|
| 1207 |
bba_Latn ▓▓▓▓▓▓▓▓▓ 2,754
|
| 1208 |
sgs_Latn ▓▓▓▓▓▓▓▓▓ 2,753
|
| 1209 |
dyu_Latn ▓▓▓▓▓▓▓▓▓ 2,752
|
|
|
|
| 1212 |
npi_Latn ▓▓▓▓▓▓▓▓▓ 2,687
|
| 1213 |
mam_Latn ▓▓▓▓▓▓▓▓▓ 2,684
|
| 1214 |
acr_Latn ▓▓▓▓▓▓▓▓▓ 2,635
|
|
|
|
| 1215 |
```
|
| 1216 |
|
| 1217 |
<details>
|
|
|
|
| 1372 |
|
| 1373 |
| Metric | Value |
|
| 1374 |
|--------|-------|
|
| 1375 |
+
| **Total sentences** | **24,534,597** |
|
| 1376 |
+
| **Total paragraphs** | **596,203** |
|
| 1377 |
+
| **Total word tokens** | **391,263,175** |
|
| 1378 |
+
| **Unique word entries** (per-shard) | 21,498,063 |
|
| 1379 |
+
| **Total n-gram entries** (per-shard) | 483,107,175 |
|
| 1380 |
+
| **Languages processed** | **1010** |
|
| 1381 |
+
| **Source documents** | **566,210** |
|
| 1382 |
+
| **Source data processed** | **839.1 MB** |
|
| 1383 |
| **Output parquet size** | **6.3 GB** |
|
| 1384 |
| Avg sentence length | 106.0 chars |
|
| 1385 |
+
| Avg paragraph length | 4400.6 chars |
|
| 1386 |
+
| Avg sentences per document | 43.3 |
|
| 1387 |
| Avg paragraphs per document | 1.1 |
|
| 1388 |
+
| Avg sentences per paragraph | 41.2 |
|
| 1389 |
|
| 1390 |
### Per-language breakdown
|
| 1391 |
|
data/ngrams/aeu_Latn/0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35d06290df1306205de54bbf4d3853d637eee628bb7ac49c0d12d2fa16199262
|
| 3 |
+
size 5280443
|
data/paragraphs/aeu_Latn/0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66e4584df097a8e967cca06d1e1d4de3de86ec3a0dfc46ed06cb31ec402e0a7e
|
| 3 |
+
size 780126
|
data/sentences/aeu_Latn/0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89739d043455bf95d6deb7590e54cb708751e6168ca8656dde0ded3a7eb0b4a5
|
| 3 |
+
size 783831
|
data/words/aeu_Latn/0000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9154bfaa7d218b18e1e5696a40e63696d900b689af392504d61707b708bbadf
|
| 3 |
+
size 33761
|
stats.csv
CHANGED
|
@@ -1008,3 +1008,4 @@ bts_Latn,bts,0,2733,105433,2820,47356,823150,15043453,2026-04-15T04:04:53Z,33435
|
|
| 1008 |
tzm_Tfng,tzm,0,2736,29436,2888,99487,301021,11873074,2026-04-15T04:05:25Z,3383434,877333,411.2,4199.9
|
| 1009 |
bba_Latn,bba,0,2753,94934,2754,28437,583220,10180294,2026-04-15T04:05:55Z,2596214,1395556,73.5,2566.4
|
| 1010 |
dyu_Latn,dyu,0,2752,75228,2752,23760,460979,8229216,2026-04-15T04:06:25Z,2250070,1183216,78.7,2176.3
|
|
|
|
|
|
| 1008 |
tzm_Tfng,tzm,0,2736,29436,2888,99487,301021,11873074,2026-04-15T04:05:25Z,3383434,877333,411.2,4199.9
|
| 1009 |
bba_Latn,bba,0,2753,94934,2754,28437,583220,10180294,2026-04-15T04:05:55Z,2596214,1395556,73.5,2566.4
|
| 1010 |
dyu_Latn,dyu,0,2752,75228,2752,23760,460979,8229216,2026-04-15T04:06:25Z,2250070,1183216,78.7,2176.3
|
| 1011 |
+
aeu_Latn,aeu,0,2793,22194,2793,6990,609820,6878161,2026-04-15T04:06:47Z,800797,460716,120.3,963.2
|