Datasets:
Miquel Esplà Gomis
commited on
Commit
•
e4f79b5
1
Parent(s):
f084812
Adding new languages to config
Browse files- README.md +15 -2
- parallel_data.py +1 -1
README.md
CHANGED
@@ -29,7 +29,7 @@ task_categories:
|
|
29 |
- translation
|
30 |
task_ids: []
|
31 |
dataset_info:
|
32 |
-
- config_name:
|
33 |
features:
|
34 |
- name: translation
|
35 |
dtype:
|
@@ -43,7 +43,20 @@ dataset_info:
|
|
43 |
num_examples: 546172
|
44 |
download_size: 133883139
|
45 |
dataset_size: 133883139
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
---
|
48 |
license: cc0-1.0
|
49 |
---
|
|
|
29 |
- translation
|
30 |
task_ids: []
|
31 |
dataset_info:
|
32 |
+
- config_name: enis
|
33 |
features:
|
34 |
- name: translation
|
35 |
dtype:
|
|
|
43 |
num_examples: 546172
|
44 |
download_size: 133883139
|
45 |
dataset_size: 133883139
|
46 |
+
- config_name: enbg
|
47 |
+
features:
|
48 |
+
- name: translation
|
49 |
+
dtype:
|
50 |
+
translation:
|
51 |
+
languages:
|
52 |
+
- bg
|
53 |
+
- en
|
54 |
+
splits:
|
55 |
+
- name: train
|
56 |
+
num_bytes: 133883139
|
57 |
+
num_examples: 546172
|
58 |
+
download_size: 133883139
|
59 |
+
dataset_size: 133883139
|
60 |
---
|
61 |
license: cc0-1.0
|
62 |
---
|
parallel_data.py
CHANGED
@@ -47,7 +47,7 @@ _URL = {
|
|
47 |
"development": "https://object.pouta.csc.fi/Tatoeba-Challenge-devtest/dev.tar",
|
48 |
}
|
49 |
|
50 |
-
_LanguagePairs = [ "en-is" ]
|
51 |
#_LanguagePairs = [ "en-bs", "en-bg", "en-is", "en-hr", "en-sq", "en-mt", "en-mk", "en-cnr", "en-sr", "en-sl", "en-tr" ]
|
52 |
|
53 |
_LICENSE = "cc0"
|
|
|
47 |
"development": "https://object.pouta.csc.fi/Tatoeba-Challenge-devtest/dev.tar",
|
48 |
}
|
49 |
|
50 |
+
_LanguagePairs = [ "en-bg", "en-is", "en-sq", "en-mt", "en-mk", "en-sl", "en-tr" ]
|
51 |
#_LanguagePairs = [ "en-bs", "en-bg", "en-is", "en-hr", "en-sq", "en-mt", "en-mk", "en-cnr", "en-sr", "en-sl", "en-tr" ]
|
52 |
|
53 |
_LICENSE = "cc0"
|