Datasets:
GEM
/

Tasks:
Other
Multilinguality:
unknown
Size Categories:
unknown
Language Creators:
unknown
Annotations Creators:
expert-created
Source Datasets:
original
License:
mathiascreutz commited on
Commit
faa6add
1 Parent(s): 465cc03

Data loader produces full test and validation split as well

Browse files
Files changed (1) hide show
  1. opusparcus.py +1 -1
opusparcus.py CHANGED
@@ -46,7 +46,7 @@ _LICENSE = ""
46
 
47
  _URLs = {
48
  "validation": "validation.jsonl",
49
- "test": "test.jsonl"
50
  "full-validation": "validation.jsonl",
51
  "full-test": "test.jsonl"
52
  # NB: the "train" split file is defined dynamically inside the `_split_generators` method
 
46
 
47
  _URLs = {
48
  "validation": "validation.jsonl",
49
+ "test": "test.jsonl",
50
  "full-validation": "validation.jsonl",
51
  "full-test": "test.jsonl"
52
  # NB: the "train" split file is defined dynamically inside the `_split_generators` method