Datasets:

ArXiv:
akshitab commited on
Commit
7a1f983
2 Parent(s): 5226f5e 494970f

Merge branch 'main' of https://huggingface.co/datasets/allenai/nllb into main

Browse files
Files changed (1) hide show
  1. README.md +22 -9
README.md CHANGED
@@ -27,11 +27,11 @@
27
 
28
  ## Dataset Description
29
 
30
- - **Homepage:**
31
- - **Repository:**
32
- - **Paper:**
33
- - **Leaderboard:**
34
- - **Point of Contact:**
35
 
36
  ### Dataset Summary
37
 
@@ -52,11 +52,11 @@ git clone https://huggingface.co/datasets/allenai/nllb
52
 
53
  ### Supported Tasks and Leaderboards
54
 
55
- [More Information Needed]
56
 
57
  ### Languages
58
 
59
- [More Information Needed]
60
 
61
  ## Dataset Structure
62
 
@@ -81,6 +81,19 @@ Every instance for a language pair contains the following fields: 'translation'
81
  * Second sentence source
82
  * Second sentence URL if the source is crawl-data/\*; _ otherwise
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  ### Data Splits
85
 
86
  The data is not split. Given the noisy nature of the overall process, we recommend using the data only for training and use other datasets like [Flores-200](https://github.com/facebookresearch/flores) for the evaluation.
@@ -140,7 +153,7 @@ The data was not curated.
140
 
141
  ### Licensing Information
142
 
143
- The dataset is released under the terms of [ODC-BY](https://opendatacommons.org/licenses/by/1-0/). By using this, you are also bound by the Internet Archive [Terms of Use](https://archive.org/about/terms.php) in respect of the content contained in the dataset.
144
 
145
 
146
  ### Citation Information
@@ -149,4 +162,4 @@ NLLB Team et al, No Language Left Behind: Scaling Human-Centered Machine Transla
149
 
150
  ### Contributions
151
 
152
- Thanks to [@akshitab](https://github.com/akshitab) for adding this dataset.
 
27
 
28
  ## Dataset Description
29
 
30
+ - **Homepage:** [Needs More Information]
31
+ - **Repository:** [Needs More Information]
32
+ - **Paper: https://arxiv.org/pdf/2207.04672.pdf**
33
+ - **Leaderboard:** [Needs More Information]
34
+ - **Point of Contact:** [Needs More Information]
35
 
36
  ### Dataset Summary
37
 
 
52
 
53
  ### Supported Tasks and Leaderboards
54
 
55
+ NA
56
 
57
  ### Languages
58
 
59
+ Language pairs can be found [here](https://huggingface.co/datasets/allenai/nllb/blob/main/nllb_lang_pairs.py).
60
 
61
  ## Dataset Structure
62
 
 
81
  * Second sentence source
82
  * Second sentence URL if the source is crawl-data/\*; _ otherwise
83
 
84
+ Example:
85
+ ```
86
+ {'translation': {'ace_Latn': 'Gobnyan hana geupeukeucewa gata atawa geutinggai meunan mantong gata."',
87
+ 'ban_Latn': 'Ida nenten jaga manggayang wiadin ngutang semeton."'},
88
+ 'laser_score': 1.2499876022338867,
89
+ 'source_sentence_lid': 1.0000100135803223,
90
+ 'target_sentence_lid': 0.9991400241851807,
91
+ 'source_sentence_source': 'paracrawl9_hieu',
92
+ 'source_sentence_url': '_',
93
+ 'target_sentence_source': 'crawl-data/CC-MAIN-2020-10/segments/1581875144165.4/wet/CC-MAIN-20200219153707-20200219183707-00232.warc.wet.gz',
94
+ 'target_sentence_url': 'https://alkitab.mobi/tb/Ula/31/6/\n'}
95
+ ```
96
+
97
  ### Data Splits
98
 
99
  The data is not split. Given the noisy nature of the overall process, we recommend using the data only for training and use other datasets like [Flores-200](https://github.com/facebookresearch/flores) for the evaluation.
 
153
 
154
  ### Licensing Information
155
 
156
+ The dataset is released under the terms of [ODC-BY](https://opendatacommons.org/licenses/by/1-0/). By using this, you are also bound by the Common Crawl [Terms of Use](https://commoncrawl.org/terms-of-use/) and / or the ParaCrawl [License](https://paracrawl.eu/) in respect of the content contained in the dataset.
157
 
158
 
159
  ### Citation Information
 
162
 
163
  ### Contributions
164
 
165
+ We thank the AllenNLP team at AI2 for hosting and releasing this data, including [Akshita Bhagia](https://akshitab.github.io/) (for engineering efforts to create the huggingface dataset), and [Jesse Dodge](https://jessedodge.github.io/) (for organizing the connection).