Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K<n<1M
License:
napsternxg
commited on
Commit
•
1962b7c
1
Parent(s):
673a510
Update nyt_ingredients.py
Browse files- nyt_ingredients.py +1 -1
nyt_ingredients.py
CHANGED
@@ -55,7 +55,7 @@ class NYTIngredientsConfig(datasets.BuilderConfig):
|
|
55 |
Args:
|
56 |
**kwargs: keyword arguments forwarded to super.
|
57 |
"""
|
58 |
-
super(
|
59 |
|
60 |
|
61 |
class NYTIngredients(datasets.GeneratorBasedBuilder):
|
|
|
55 |
Args:
|
56 |
**kwargs: keyword arguments forwarded to super.
|
57 |
"""
|
58 |
+
super(NYTIngredientsConfig, self).__init__(**kwargs)
|
59 |
|
60 |
|
61 |
class NYTIngredients(datasets.GeneratorBasedBuilder):
|