mazharsaif
commited on
Commit
·
60aea16
1
Parent(s):
b0df8df
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +38 -0
dataset_infos.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"mazharsaif--sv_corpora_parliament_processed": {
|
2 |
+
"description": "A parallel corpus extracted from the European Parliament web site by Philipp Koehn (University of Edinburgh). The main intended use is to aid statistical machine translation research.\n",
|
3 |
+
"citation": "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
|
4 |
+
"homepage": "https://opus.nlpl.eu/Europarl.php",
|
5 |
+
"license": "The data set comes with the same license\nas the original sources.\nPlease, check the information about the source\nthat is given on\nhttp://opus.nlpl.eu/Europarl-v8.php\n",
|
6 |
+
"features": {
|
7 |
+
"text": {
|
8 |
+
"dtype": "string",
|
9 |
+
"id": null,
|
10 |
+
"_type": "Value"
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"post_processed": null,
|
14 |
+
"supervised_keys": null,
|
15 |
+
"task_templates": null,
|
16 |
+
"builder_name": "europarl_bilingual",
|
17 |
+
"config_name": "en-sv",
|
18 |
+
"version": {
|
19 |
+
"version_str": "8.0.0",
|
20 |
+
"description": null,
|
21 |
+
"major": 8,
|
22 |
+
"minor": 0,
|
23 |
+
"patch": 0
|
24 |
+
},
|
25 |
+
"splits": {
|
26 |
+
"train": {
|
27 |
+
"name": "train",
|
28 |
+
"num_bytes": 292351437,
|
29 |
+
"num_examples": 1892723,
|
30 |
+
"dataset_name": "sv_corpora_parliament_processed"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"download_checksums": null,
|
34 |
+
"download_size": 158940469,
|
35 |
+
"post_processing_size": null,
|
36 |
+
"dataset_size": 292351437,
|
37 |
+
"size_in_bytes": 451291906
|
38 |
+
}}
|