asahi417 commited on
Commit
0773924
1 Parent(s): 29fd70e
Files changed (1) hide show
  1. tweet_topic_single.py +2 -2
tweet_topic_single.py CHANGED
@@ -6,14 +6,14 @@ import datasets
6
  logger = datasets.logging.get_logger(__name__)
7
  _DESCRIPTION = """[TweetTopic](TBA)"""
8
 
9
- _VERSION = "1.0.0"
10
  _CITATION = """
11
  TBA
12
  """
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/tweet_topic_{_LABEL_TYPE}/{_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'],
 
6
  logger = datasets.logging.get_logger(__name__)
7
  _DESCRIPTION = """[TweetTopic](TBA)"""
8
 
9
+ _VERSION = "1.0.1"
10
  _CITATION = """
11
  TBA
12
  """
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/{_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'],