Datasets:
GEM
/

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

Testing configs

Browse files
Files changed (1) hide show
  1. opusparcus.py +1 -1
opusparcus.py CHANGED
@@ -56,7 +56,7 @@ _VERSION = datasets.Version("1.0.0", "")
56
  class OpusparcusConfig(datasets.BuilderConfig):
57
  """BuilderConfig for Opusparcus."""
58
 
59
- def __init__(self, lang=None, quality=None, **kwargs):
60
  """BuilderConfig for Wikipedia.
61
  Args:
62
  language: string, the language code for the Wikipedia dump to use.
 
56
  class OpusparcusConfig(datasets.BuilderConfig):
57
  """BuilderConfig for Opusparcus."""
58
 
59
+ def __init__(self, lang=None, quality=100, **kwargs):
60
  """BuilderConfig for Wikipedia.
61
  Args:
62
  language: string, the language code for the Wikipedia dump to use.