Update README.md
Browse files
README.md
CHANGED
@@ -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.
|
|
|
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.
|