Datasets:
Tasks:
Text Classification
Modalities:
Text
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
init
Browse files- 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/
|
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'],
|