lawallanre commited on
Commit
ebab805
·
1 Parent(s): 75fbdae
Files changed (1) hide show
  1. GeoNLPTweets.py +1 -1
GeoNLPTweets.py CHANGED
@@ -69,7 +69,7 @@ class GeoNLPSenti(datasets.GeneratorBasedBuilder):
69
  features=datasets.Features(
70
  {
71
  "label": datasets.features.ClassLabel(
72
- names=["Positive", "negative", "Neutral"]
73
  ),
74
  "review": datasets.Value("string"),
75
  }
 
69
  features=datasets.Features(
70
  {
71
  "label": datasets.features.ClassLabel(
72
+ names=["Positive", "Negative", "Neutral"]
73
  ),
74
  "review": datasets.Value("string"),
75
  }