Update ultimate_arabic_news.py
Browse files- ultimate_arabic_news.py +1 -1
ultimate_arabic_news.py
CHANGED
@@ -60,7 +60,7 @@ class Ultimate_Arabic_News(datasets.GeneratorBasedBuilder):
|
|
60 |
{
|
61 |
|
62 |
"text": datasets.Value("string"),
|
63 |
-
"label": datasets.Value("string"),
|
64 |
|
65 |
),
|
66 |
# If there's a common (input, target) tuple from the features,
|
|
|
60 |
{
|
61 |
|
62 |
"text": datasets.Value("string"),
|
63 |
+
"label": datasets.Value("string"),}
|
64 |
|
65 |
),
|
66 |
# If there's a common (input, target) tuple from the features,
|