antypasd commited on
Commit
697b31e
·
1 Parent(s): c071786

more typos

Browse files
Files changed (1) hide show
  1. super_tweet_eval.py +1 -1
super_tweet_eval.py CHANGED
@@ -209,7 +209,7 @@ class SuperTweetEval(datasets.GeneratorBasedBuilder):
209
  name="tweet_disambiguation",
210
  description=_TWEET_DISAMBIGUATION_DESCRIPTION,
211
  citation=_TWEET_DISAMBIGUATION_CITATION,
212
- features=['gold_label_binary', 'target', 'context', 'definition', 'char_idx_start', 'car_idx_end']
213
  data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_disambiguation",
214
  )
215
  ]
 
209
  name="tweet_disambiguation",
210
  description=_TWEET_DISAMBIGUATION_DESCRIPTION,
211
  citation=_TWEET_DISAMBIGUATION_CITATION,
212
+ features=['gold_label_binary', 'target', 'context', 'definition', 'char_idx_start', 'car_idx_end'],
213
  data_url="https://huggingface.co/datasets/cardiffnlp/super_tweet_eval/resolve/main/data/tweet_disambiguation",
214
  )
215
  ]