pere commited on
Commit
cca4646
·
1 Parent(s): 329a5ef

fix small error with id

Browse files
Files changed (1) hide show
  1. italian_tweets_10M.py +1 -1
italian_tweets_10M.py CHANGED
@@ -36,7 +36,7 @@ class italian_tweets_10M(datasets.GeneratorBasedBuilder):
36
  description=_DESCRIPTION,
37
  features=datasets.Features(
38
  {
39
- "id_str": datasets.Value("string"),
40
  "text": datasets.Value("string"),
41
 
42
  }
 
36
  description=_DESCRIPTION,
37
  features=datasets.Features(
38
  {
39
+ #"id_str": datasets.Value("string"),
40
  "text": datasets.Value("string"),
41
 
42
  }