Datasets:
GEM
/

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

Testing configs

Browse files
Files changed (1) hide show
  1. opusparcus.py +4 -4
opusparcus.py CHANGED
@@ -72,14 +72,14 @@ class OpusparcusConfig(datasets.BuilderConfig):
72
  self.lang = lang
73
  self.quality = quality
74
 
 
 
 
 
75
  class Opusparcus(datasets.GeneratorBasedBuilder):
76
 
77
  """TODO: Short description of my dataset."""
78
 
79
- LANGS = [ "de", "en", "fi", "fr", "ru", "sv" ]
80
-
81
- QUALITIES = [ 95, 90, 85, 80, 75, 70, 65, 60 ]
82
-
83
  # This is an example of a dataset with multiple configurations.
84
  # If you don't want/need to define several sub-sets in your dataset,
85
  # just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.
 
72
  self.lang = lang
73
  self.quality = quality
74
 
75
+ LANGS = [ "de", "en", "fi", "fr", "ru", "sv" ]
76
+
77
+ QUALITIES = [ 95, 90, 85, 80, 75, 70, 65, 60 ]
78
+
79
  class Opusparcus(datasets.GeneratorBasedBuilder):
80
 
81
  """TODO: Short description of my dataset."""
82
 
 
 
 
 
83
  # This is an example of a dataset with multiple configurations.
84
  # If you don't want/need to define several sub-sets in your dataset,
85
  # just remove the BUILDER_CONFIG_CLASS and the BUILDER_CONFIGS attributes.