Update README.md
Browse files
README.md
CHANGED
@@ -333,12 +333,25 @@ Here are the sentence counts for each pair:\
|
|
333 |
181634 umb-zul\
|
334 |
371261 xho-yor\
|
335 |
1066327 xho-zul\
|
336 |
-
560858 yor-zul
|
337 |
|
338 |
### Data Fields
|
339 |
|
340 |
-
|
341 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
342 |
### Data Splits
|
343 |
|
344 |
[Needs More Information]
|
|
|
333 |
181634 umb-zul\
|
334 |
371261 xho-yor\
|
335 |
1066327 xho-zul\
|
336 |
+
560858 yor-zul
|
337 |
|
338 |
### Data Fields
|
339 |
|
340 |
+
Every instance for a language pair contains the following fields: 'translation' (containing sentence pairs), 'laser_score', 'source_sentence_lid', 'target_sentence_lid'.
|
341 |
+
|
342 |
+
Example:
|
343 |
+
```
|
344 |
+
{
|
345 |
+
'translation':
|
346 |
+
{
|
347 |
+
'afr': 'In Mei 2007, in ooreenstemming met die spesifikasies van die Java Gemeenskapproses, het Sun Java tegnologie geherlisensieer onder die GNU General Public License.',
|
348 |
+
'eng': 'As of May 2007, in compliance with the specifications of the Java Community Process, Sun relicensed most of its Java technologies under the GNU General Public License.'
|
349 |
+
},
|
350 |
+
'laser_score': 1.0717015266418457,
|
351 |
+
'source_sentence_lid': 0.9996600151062012,
|
352 |
+
'target_sentence_lid': 0.9972000122070312
|
353 |
+
}
|
354 |
+
```
|
355 |
### Data Splits
|
356 |
|
357 |
[Needs More Information]
|