Datasets:
GEM
/

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

Testing configs

Browse files
Files changed (1) hide show
  1. opusparcus.py +2 -2
opusparcus.py CHANGED
@@ -51,8 +51,6 @@ _URLs = {
51
 
52
  }
53
 
54
- _VERSION = datasets.Version("1.0.0", "")
55
-
56
  class OpusparcusConfig(datasets.BuilderConfig):
57
  """BuilderConfig for Opusparcus."""
58
 
@@ -75,6 +73,8 @@ class Opusparcus(datasets.GeneratorBasedBuilder):
75
 
76
  """TODO: Short description of my dataset."""
77
 
 
 
78
  LANGS = [ "de", "en", "fi", "fr", "ru", "sv" ]
79
 
80
  # This is an example of a dataset with multiple configurations.
 
51
 
52
  }
53
 
 
 
54
  class OpusparcusConfig(datasets.BuilderConfig):
55
  """BuilderConfig for Opusparcus."""
56
 
 
73
 
74
  """TODO: Short description of my dataset."""
75
 
76
+ _VERSION = datasets.Version("1.0.0", "")
77
+
78
  LANGS = [ "de", "en", "fi", "fr", "ru", "sv" ]
79
 
80
  # This is an example of a dataset with multiple configurations.