napsternxg commited on
Commit
098daae
1 Parent(s): 6c33dc8

Update nyt_ingredients.py

Browse files
Files changed (1) hide show
  1. 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 WNUT 17 Emerging Entities Dataset."""
63
 
64
  BUILDER_CONFIGS = [
65
  NYTIngedientsConfig(
66
- name="nyt-ingredients",
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
  ),