Datasets:

Multilinguality:
multilingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
54b5f26
1 Parent(s): b63820d

Fix OPUS URL to https (#3)

Browse files

- Fix OPUS URL to https (b45cf52948fb7e33c5dbdb994f306d2483069e8e)
- Update metadata (bedd38cd4658421f28e33eb0532d019d71f5a003)

Files changed (2) hide show
  1. README.md +3 -3
  2. 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: 139039398
34
  num_examples: 637183
35
  download_size: 57244346
36
- dataset_size: 139039398
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 = "http://object.pouta.csc.fi/OPUS-EiTB-ParCC/v1/moses/es-eu.txt.zip"
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):