Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K<n<1M
License:
napsternxg
commited on
Commit
·
098daae
1
Parent(s):
6c33dc8
Update nyt_ingredients.py
Browse files- nyt_ingredients.py +2 -2
nyt_ingredients.py
CHANGED
@@ -59,11 +59,11 @@ class NYTIngedientsConfig(datasets.BuilderConfig):
|
|
59 |
|
60 |
|
61 |
class NYTIngedients(datasets.GeneratorBasedBuilder):
|
62 |
-
"""The
|
63 |
|
64 |
BUILDER_CONFIGS = [
|
65 |
NYTIngedientsConfig(
|
66 |
-
name="
|
67 |
version=datasets.Version("1.0.0"),
|
68 |
description="The NYTIngedients Dataset",
|
69 |
),
|
|
|
59 |
|
60 |
|
61 |
class NYTIngedients(datasets.GeneratorBasedBuilder):
|
62 |
+
"""The NYTIngedients Dataset."""
|
63 |
|
64 |
BUILDER_CONFIGS = [
|
65 |
NYTIngedientsConfig(
|
66 |
+
name="nyt_ingredients",
|
67 |
version=datasets.Version("1.0.0"),
|
68 |
description="The NYTIngedients Dataset",
|
69 |
),
|