holylovenia commited on
Commit
1a1f932
1 Parent(s): d298271

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -6,4 +6,31 @@ language:
6
  - bjn
7
  - bug
8
  - eng
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - bjn
7
  - bug
8
  - eng
9
+ ---
10
+
11
+ No Language Left Behind Seed Data
12
+ NLLB Seed is a set of professionally-translated sentences in the Wikipedia domain. Data for NLLB-Seed was sampled from Wikimedia’s List of articles every Wikipedia should have, a collection of topics in different fields of knowledge and human activity. NLLB-Seed consists of around six thousand sentences in 39 languages. NLLB-Seed is meant to be used for training rather than model evaluation. Due to this difference, NLLB-Seed does not go through the human quality assurance process present in FLORES-200.
13
+
14
+
15
+ ## Dataset Usage
16
+
17
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
18
+
19
+ ## Citation
20
+
21
+ ```@article{nllb2022,
22
+ author = {NLLB Team, Marta R. Costa-jussà, James Cross, Onur Çelebi, Maha Elbayad, Kenneth Heafield, Kevin Heffernan, Elahe Kalbassi, Janice Lam, Daniel Licht, Jean Maillard, Anna Sun, Skyler Wang, Guillaume Wenzek, Al Youngblood, Bapi Akula, Loic Barrault, Gabriel Mejia Gonzalez, Prangthip Hansanti, John Hoffman, Semarley Jarrett, Kaushik Ram Sadagopan, Dirk Rowe, Shannon Spruit, Chau Tran, Pierre Andrews, Necip Fazil Ayan, Shruti Bhosale, Sergey Edunov, Angela Fan, Cynthia Gao, Vedanuj Goswami, Francisco Guzmán, Philipp Koehn, Alexandre Mourachko, Christophe Ropers, Safiyyah Saleem, Holger Schwenk, Jeff Wang},
23
+ title = {No Language Left Behind: Scaling Human-Centered Machine Translation},
24
+ year = {2022}
25
+ }
26
+ ```
27
+
28
+ ## License
29
+
30
+ CC-BY-SA 4.0
31
+
32
+ ## Homepage
33
+
34
+ ### NusaCatalogue
35
+
36
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)