Datasets:
Commit
•
7bf0119
1
Parent(s):
55b9a9f
Update base url (#2)
Browse files- Update base url (6ab4491de308c32b2d1f41ab3af08f9ac6e81745)
Co-authored-by: Yuhang Lai <[email protected]>
- europarl_bilingual.py +2 -2
europarl_bilingual.py
CHANGED
@@ -72,8 +72,8 @@ for i in range(len(LANGUAGES)):
|
|
72 |
ALL_PAIRS.append((LANGUAGES[i], LANGUAGES[j]))
|
73 |
|
74 |
_VERSION = "8.0.0"
|
75 |
-
_BASE_URL_DATASET = "https://
|
76 |
-
_BASE_URL_RELATIONS = "https://
|
77 |
|
78 |
|
79 |
class EuroparlBilingualConfig(datasets.BuilderConfig):
|
|
|
72 |
ALL_PAIRS.append((LANGUAGES[i], LANGUAGES[j]))
|
73 |
|
74 |
_VERSION = "8.0.0"
|
75 |
+
_BASE_URL_DATASET = "https://object.pouta.csc.fi/OPUS-Europarl/v8/raw/{}.zip"
|
76 |
+
_BASE_URL_RELATIONS = "https://object.pouta.csc.fi/OPUS-Europarl/v8/xml/{}-{}.xml.gz"
|
77 |
|
78 |
|
79 |
class EuroparlBilingualConfig(datasets.BuilderConfig):
|