khalidalt commited on
Commit
e020613
1 Parent(s): 97378a0

Update ultimate_arabic_news.py

Browse files
Files changed (1) hide show
  1. ultimate_arabic_news.py +2 -1
ultimate_arabic_news.py CHANGED
@@ -60,7 +60,8 @@ 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
  ),
67
  # If there's a common (input, target) tuple from the features,