Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -891,6 +891,7 @@ task_categories:
|
|
891 |
- text-classification
|
892 |
- text-classification
|
893 |
- text-classification
|
|
|
894 |
language:
|
895 |
- ita
|
896 |
- fra
|
@@ -904,6 +905,7 @@ language:
|
|
904 |
- swe
|
905 |
- spa
|
906 |
- rus
|
|
|
907 |
- gmh
|
908 |
- bar
|
909 |
- hin
|
@@ -917,6 +919,7 @@ language:
|
|
917 |
- gsw
|
918 |
- fin
|
919 |
- pfl
|
|
|
920 |
- goh
|
921 |
pretty_name: FineWeb-c
|
922 |
---
|
@@ -948,7 +951,7 @@ Once a language reaches 1,000 annotations, the dataset will be included in this
|
|
948 |
|
949 |
### What's been done so far?
|
950 |
|
951 |
-
So far **
|
952 |
|
953 |
The following languages have reached the 1,000 annotation threshold to be included in the dataset. We'll keep updating this dataset as more annotations are added!
|
954 |
|
@@ -971,12 +974,14 @@ The following languages have reached the 1,000 annotation threshold to be includ
|
|
971 |
| hin_Deva | Hindi | 1000 | 3 |
|
972 |
| ita_Latn | Italian | 1000 | 26 |
|
973 |
| jpn_Jpan | Japanese | 1000 | 5 |
|
|
|
974 |
| pfl_Latn | Palatine German | 1000 | 1 |
|
975 |
| rus_Cyrl | Russian | 1000 | 4 |
|
976 |
| spa_Latn | Spanish | 1000 | 38 |
|
977 |
| swe_Latn | Swedish | 1000 | 8 |
|
978 |
| ukr_Cyrl | Ukrainian | 1000 | 5 |
|
979 |
| vie_Latn | Vietnamese | 1000 | 11 |
|
|
|
980 |
| yue_Hani | Cantonese | 1000 | 7 |
|
981 |
| zsm_Latn | Standard Malay | 1000 | 1 |
|
982 |
|
@@ -1027,14 +1032,14 @@ These are the top 10 contributors to this release of the dataset. Make sure to g
|
|
1027 |
|
1028 |
| Hugging Face Username | Submissions |
|
1029 |
|----------|------------|
|
1030 |
-
| [stefan-it](https://huggingface.co/stefan-it) | 4,
|
1031 |
-
| [hannayukhymenko](https://huggingface.co/hannayukhymenko) | 1,
|
|
|
1032 |
| [hasnachouikhi](https://huggingface.co/hasnachouikhi) | 1,865 |
|
1033 |
-
| [
|
1034 |
-
| [Aivis](https://huggingface.co/Aivis) | 1,600 |
|
1035 |
| [ivykopal](https://huggingface.co/ivykopal) | 1,140 |
|
|
|
1036 |
| [catastropiyush](https://huggingface.co/catastropiyush) | 1,059 |
|
1037 |
-
| [gaydmi](https://huggingface.co/gaydmi) | 1,042 |
|
1038 |
| [theblackcat102](https://huggingface.co/theblackcat102) | 1,002 |
|
1039 |
| [vikkormallansohn](https://huggingface.co/vikkormallansohn) | 1,000 |
|
1040 |
|
@@ -1285,6 +1290,18 @@ Below you can find a list of all the contributors to this release of the dataset
|
|
1285 |
|
1286 |
|
1287 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1288 |
### Mandarin Chinese (cmn_Hani)
|
1289 |
|
1290 |
<details>
|
@@ -1557,6 +1574,18 @@ Below you can find a list of all the contributors to this release of the dataset
|
|
1557 |
|
1558 |
|
1559 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1560 |
</details>
|
1561 |
|
1562 |
## Using this dataset
|
@@ -1568,13 +1597,13 @@ To download the dataset using the Hugging Face `datasets` library, you can use t
|
|
1568 |
```python
|
1569 |
from datasets import load_dataset
|
1570 |
|
1571 |
-
dataset = load_dataset("data-is-better-together/fineweb-c")
|
1572 |
```
|
1573 |
|
1574 |
To download a specific language, you can use the following code:
|
1575 |
|
1576 |
```python
|
1577 |
-
dataset = load_dataset("data-is-better-together/fineweb-c", name="cmn_Hani")
|
1578 |
```
|
1579 |
|
1580 |
You can also download the dataset using Pandas
|
@@ -1583,7 +1612,7 @@ You can also download the dataset using Pandas
|
|
1583 |
import pandas as pd
|
1584 |
|
1585 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
1586 |
-
df = pd.read_parquet("hf://datasets/data-is-better-together/fineweb-c/arb_Arab/train-00000-of-00001.parquet")
|
1587 |
```
|
1588 |
|
1589 |
or polars
|
@@ -1631,4 +1660,4 @@ _Citation information needs to be added_
|
|
1631 |
|
1632 |
## Last Updated
|
1633 |
|
1634 |
-
2025-
|
|
|
891 |
- text-classification
|
892 |
- text-classification
|
893 |
- text-classification
|
894 |
+
- text-classification
|
895 |
language:
|
896 |
- ita
|
897 |
- fra
|
|
|
905 |
- swe
|
906 |
- spa
|
907 |
- rus
|
908 |
+
- vls
|
909 |
- gmh
|
910 |
- bar
|
911 |
- hin
|
|
|
919 |
- gsw
|
920 |
- fin
|
921 |
- pfl
|
922 |
+
- lij
|
923 |
- goh
|
924 |
pretty_name: FineWeb-c
|
925 |
---
|
|
|
951 |
|
952 |
### What's been done so far?
|
953 |
|
954 |
+
So far **454** members of the Hugging Face community have submitted **56,406** annotations.
|
955 |
|
956 |
The following languages have reached the 1,000 annotation threshold to be included in the dataset. We'll keep updating this dataset as more annotations are added!
|
957 |
|
|
|
974 |
| hin_Deva | Hindi | 1000 | 3 |
|
975 |
| ita_Latn | Italian | 1000 | 26 |
|
976 |
| jpn_Jpan | Japanese | 1000 | 5 |
|
977 |
+
| lij_Latn | Ligurian | 1000 | 1 |
|
978 |
| pfl_Latn | Palatine German | 1000 | 1 |
|
979 |
| rus_Cyrl | Russian | 1000 | 4 |
|
980 |
| spa_Latn | Spanish | 1000 | 38 |
|
981 |
| swe_Latn | Swedish | 1000 | 8 |
|
982 |
| ukr_Cyrl | Ukrainian | 1000 | 5 |
|
983 |
| vie_Latn | Vietnamese | 1000 | 11 |
|
984 |
+
| vls | West Flemish | 1000 | 1 |
|
985 |
| yue_Hani | Cantonese | 1000 | 7 |
|
986 |
| zsm_Latn | Standard Malay | 1000 | 1 |
|
987 |
|
|
|
1032 |
|
1033 |
| Hugging Face Username | Submissions |
|
1034 |
|----------|------------|
|
1035 |
+
| [stefan-it](https://huggingface.co/stefan-it) | 4,614 |
|
1036 |
+
| [hannayukhymenko](https://huggingface.co/hannayukhymenko) | 1,937 |
|
1037 |
+
| [tagay1n](https://huggingface.co/tagay1n) | 1,913 |
|
1038 |
| [hasnachouikhi](https://huggingface.co/hasnachouikhi) | 1,865 |
|
1039 |
+
| [Aivis](https://huggingface.co/Aivis) | 1,610 |
|
|
|
1040 |
| [ivykopal](https://huggingface.co/ivykopal) | 1,140 |
|
1041 |
+
| [gaydmi](https://huggingface.co/gaydmi) | 1,112 |
|
1042 |
| [catastropiyush](https://huggingface.co/catastropiyush) | 1,059 |
|
|
|
1043 |
| [theblackcat102](https://huggingface.co/theblackcat102) | 1,002 |
|
1044 |
| [vikkormallansohn](https://huggingface.co/vikkormallansohn) | 1,000 |
|
1045 |
|
|
|
1290 |
|
1291 |
|
1292 |
|
1293 |
+
### Ligurian (lij_Latn)
|
1294 |
+
|
1295 |
+
<details>
|
1296 |
+
<summary>User Statistics Table (Minimum 1 submissions)</summary>
|
1297 |
+
|
1298 |
+
| Username | Submissions |
|
1299 |
+
|----------|------------|
|
1300 |
+
| [ConseggioLigure](https://huggingface.co/ConseggioLigure) | 1000 |
|
1301 |
+
</details>
|
1302 |
+
|
1303 |
+
|
1304 |
+
|
1305 |
### Mandarin Chinese (cmn_Hani)
|
1306 |
|
1307 |
<details>
|
|
|
1574 |
|
1575 |
|
1576 |
|
1577 |
+
### West Flemish (vls)
|
1578 |
+
|
1579 |
+
<details>
|
1580 |
+
<summary>User Statistics Table (Minimum 1 submissions)</summary>
|
1581 |
+
|
1582 |
+
| Username | Submissions |
|
1583 |
+
|----------|------------|
|
1584 |
+
| [mariedewulf](https://huggingface.co/mariedewulf) | 1000 |
|
1585 |
+
</details>
|
1586 |
+
|
1587 |
+
|
1588 |
+
|
1589 |
</details>
|
1590 |
|
1591 |
## Using this dataset
|
|
|
1597 |
```python
|
1598 |
from datasets import load_dataset
|
1599 |
|
1600 |
+
dataset = load_dataset("data-is-better-together/fineweb-c-edu")
|
1601 |
```
|
1602 |
|
1603 |
To download a specific language, you can use the following code:
|
1604 |
|
1605 |
```python
|
1606 |
+
dataset = load_dataset("data-is-better-together/fineweb-c-edu", name="cmn_Hani")
|
1607 |
```
|
1608 |
|
1609 |
You can also download the dataset using Pandas
|
|
|
1612 |
import pandas as pd
|
1613 |
|
1614 |
# Login using e.g. `huggingface-cli login` to access this dataset
|
1615 |
+
df = pd.read_parquet("hf://datasets/data-is-better-together/fineweb-c-edu/arb_Arab/train-00000-of-00001.parquet")
|
1616 |
```
|
1617 |
|
1618 |
or polars
|
|
|
1660 |
|
1661 |
## Last Updated
|
1662 |
|
1663 |
+
2025-02-11
|