Commit
·
ebab805
1
Parent(s):
75fbdae
update
Browse files- 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", "
|
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 |
}
|