anuragshas
commited on
Commit
•
d921827
1
Parent(s):
ce20093
Upload dataset_infos.json
Browse files- dataset_infos.json +41 -0
dataset_infos.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"anuragshas--bn_opus100_processed": {
|
2 |
+
"description": "OPUS-100 is English-centric, meaning that all training pairs include English on either the source or target side.\nThe corpus covers 100 languages (including English).OPUS-100 contains approximately 55M sentence pairs.\nOf the 99 language pairs, 44 have 1M sentence pairs of training data, 73 have at least 100k, and 95 have at least 10k.\n",
|
3 |
+
"citation": "@misc{zhang2020improving,\n title={Improving Massively Multilingual Neural Machine Translation and Zero-Shot Translation},\n author={Biao Zhang and Philip Williams and Ivan Titov and Rico Sennrich},\n year={2020},\n eprint={2004.11867},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
|
4 |
+
"homepage": "http://opus.nlpl.eu/opus-100.php",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"text": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"post_processed": null,
|
14 |
+
"supervised_keys": {
|
15 |
+
"input": "bn",
|
16 |
+
"output": "en"
|
17 |
+
},
|
18 |
+
"task_templates": null,
|
19 |
+
"builder_name": "opus100",
|
20 |
+
"config_name": "bn-en",
|
21 |
+
"version": {
|
22 |
+
"version_str": "0.0.0",
|
23 |
+
"description": null,
|
24 |
+
"major": 0,
|
25 |
+
"minor": 0,
|
26 |
+
"patch": 0
|
27 |
+
},
|
28 |
+
"splits": {
|
29 |
+
"train": {
|
30 |
+
"name": "train",
|
31 |
+
"num_bytes": 177773785,
|
32 |
+
"num_examples": 1000000,
|
33 |
+
"dataset_name": "bn_opus100_processed"
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"download_checksums": null,
|
37 |
+
"download_size": 75890074,
|
38 |
+
"post_processing_size": null,
|
39 |
+
"dataset_size": 177773785,
|
40 |
+
"size_in_bytes": 253663859
|
41 |
+
}}
|