linxinyuan commited on
Commit
72719f1
·
1 Parent(s): 2080da3

Update mind.py

Browse files
Files changed (1) hide show
  1. mind.py +1 -1
mind.py CHANGED
@@ -15,7 +15,7 @@ class mind(datasets.GeneratorBasedBuilder):
15
  features=datasets.Features(
16
  {
17
  "label": datasets.features.ClassLabel(names=['foodanddrink', 'games', 'lifestyle', 'weather', 'kids', 'entertainment', 'middleeast', 'news', 'autos', 'video', 'travel', 'music', 'northamerica', 'movies', 'finance', 'health', 'sports', 'tv']),
18
- "text": datasets.Value("string")
19
  }
20
  ),
21
  homepage="http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html",
 
15
  features=datasets.Features(
16
  {
17
  "label": datasets.features.ClassLabel(names=['foodanddrink', 'games', 'lifestyle', 'weather', 'kids', 'entertainment', 'middleeast', 'news', 'autos', 'video', 'travel', 'music', 'northamerica', 'movies', 'finance', 'health', 'sports', 'tv']),
18
+ "text": datasets.Value("string"),
19
  }
20
  ),
21
  homepage="http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html",