Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Breton
ArXiv:
Libraries:
Datasets
pandas
lbourdois commited on
Commit
e6cd5fb
·
verified ·
1 Parent(s): f97f960

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -14,4 +14,22 @@ configs:
14
  data_files:
15
  - split: train
16
  path: data/train-*
 
 
17
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  data_files:
15
  - split: train
16
  path: data/train-*
17
+ language:
18
+ - br
19
  ---
20
+
21
+
22
+ # Description
23
+ Echantillon `br_clean` de [allenai/MADLAD-400](https://huggingface.co/datasets/allenai/MADLAD-400) que nous avons légèrement nettoyé (supression d'environ 500 lignes identifées comme en français et non en breton).
24
+
25
+ ## Citation
26
+ ```
27
+ @misc{kudugunta2023madlad400,
28
+ title={MADLAD-400: A Multilingual And Document-Level Large Audited Dataset},
29
+ author={Sneha Kudugunta and Isaac Caswell and Biao Zhang and Xavier Garcia and Christopher A. Choquette-Choo and Katherine Lee and Derrick Xin and Aditya Kusupati and Romi Stella and Ankur Bapna and Orhan Firat},
30
+ year={2023},
31
+ eprint={2309.04662},
32
+ archivePrefix={arXiv},
33
+ primaryClass={cs.CL}
34
+ }
35
+ ```