Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1k<10K
ArXiv:
Tags:
License:
asahi417 commited on
Commit
76366aa
1 Parent(s): 2ef535a
Files changed (1) hide show
  1. tweet_topic_single.py +1 -1
tweet_topic_single.py CHANGED
@@ -13,7 +13,7 @@ TBA
13
  _HOME_PAGE = "https://cardiffnlp.github.io"
14
  _LABEL_TYPE = "single"
15
  _NAME = f"tweet_topic_{_LABEL_TYPE}"
16
- _URL = f'https://huggingface.co/datasets/cardiff_nlp/{_NAME}/raw/main/dataset'
17
  _URLS = {
18
  str(datasets.Split.TEST): [f'{_URL}/split_temporal/test_2021.{_LABEL_TYPE}.json'],
19
  str(datasets.Split.TRAIN): [f'{_URL}/split_temporal/train_2021.{_LABEL_TYPE}.json'],
 
13
  _HOME_PAGE = "https://cardiffnlp.github.io"
14
  _LABEL_TYPE = "single"
15
  _NAME = f"tweet_topic_{_LABEL_TYPE}"
16
+ _URL = f'https://huggingface.co/datasets/cardiffnlp/{_NAME}/raw/main/dataset'
17
  _URLS = {
18
  str(datasets.Split.TEST): [f'{_URL}/split_temporal/test_2021.{_LABEL_TYPE}.json'],
19
  str(datasets.Split.TRAIN): [f'{_URL}/split_temporal/train_2021.{_LABEL_TYPE}.json'],