Datasets:
Fix OPUS URL to https
#3
by
albertvillanova
HF staff
- opened
- README.md +3 -3
- eitb_parcc.py +1 -1
README.md
CHANGED
@@ -20,6 +20,7 @@ task_ids: []
|
|
20 |
paperswithcode_id: eitb-parcc
|
21 |
pretty_name: EiTB-ParCC
|
22 |
dataset_info:
|
|
|
23 |
features:
|
24 |
- name: translation
|
25 |
dtype:
|
@@ -27,13 +28,12 @@ dataset_info:
|
|
27 |
languages:
|
28 |
- es
|
29 |
- eu
|
30 |
-
config_name: es-eu
|
31 |
splits:
|
32 |
- name: train
|
33 |
-
num_bytes:
|
34 |
num_examples: 637183
|
35 |
download_size: 57244346
|
36 |
-
dataset_size:
|
37 |
---
|
38 |
|
39 |
# Dataset Card for [Dataset Name]
|
|
|
20 |
paperswithcode_id: eitb-parcc
|
21 |
pretty_name: EiTB-ParCC
|
22 |
dataset_info:
|
23 |
+
config_name: es-eu
|
24 |
features:
|
25 |
- name: translation
|
26 |
dtype:
|
|
|
28 |
languages:
|
29 |
- es
|
30 |
- eu
|
|
|
31 |
splits:
|
32 |
- name: train
|
33 |
+
num_bytes: 139038886
|
34 |
num_examples: 637183
|
35 |
download_size: 57244346
|
36 |
+
dataset_size: 139038886
|
37 |
---
|
38 |
|
39 |
# Dataset Card for [Dataset Name]
|
eitb_parcc.py
CHANGED
@@ -46,7 +46,7 @@ Basque public broadcasting group Euskal Irrati Telebista.
|
|
46 |
|
47 |
_HOMEPAGE = "https://opus.nlpl.eu/EiTB-ParCC/corpus/version/EiTB-ParCC"
|
48 |
|
49 |
-
_URL = "
|
50 |
|
51 |
|
52 |
class EitbParcc(datasets.GeneratorBasedBuilder):
|
|
|
46 |
|
47 |
_HOMEPAGE = "https://opus.nlpl.eu/EiTB-ParCC/corpus/version/EiTB-ParCC"
|
48 |
|
49 |
+
_URL = "https://object.pouta.csc.fi/OPUS-EiTB-ParCC/v1/moses/es-eu.txt.zip"
|
50 |
|
51 |
|
52 |
class EitbParcc(datasets.GeneratorBasedBuilder):
|