Datasets:
GEM
/

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

Testing configs

Browse files
Files changed (1) hide show
  1. opusparcus.py +1 -1
opusparcus.py CHANGED
@@ -85,7 +85,7 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
85
  # data = datasets.load_dataset('my_dataset', 'first_domain')
86
  # data = datasets.load_dataset('my_dataset', 'second_domain')
87
  BUILDER_CONFIGS = [
88
- datasets.OpusparcusConfig(name="de", version=VERSION, description="This part of my dataset covers a first domain"),
89
  ]
90
 
91
  #DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.
 
85
  # data = datasets.load_dataset('my_dataset', 'first_domain')
86
  # data = datasets.load_dataset('my_dataset', 'second_domain')
87
  BUILDER_CONFIGS = [
88
+ OpusparcusConfig(name="de", version=VERSION, description="This part of my dataset covers a first domain"),
89
  ]
90
 
91
  #DEFAULT_CONFIG_NAME = "test" # It's not mandatory to have a default configuration. Just use one if it make sense.