asahi417 commited on
Commit
40b4a92
1 Parent(s): 42315fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -29,6 +29,7 @@ This is the official repository of TweetTopic ("Twitter Topic Classification
29
  , COLING main conference 2022"), a topic classification dataset on Twitter with 19 labels.
30
  Each instance of TweetTopic comes with a timestamp which distributes from September 2019 to August 2021.
31
  See [cardiffnlp/tweet_topic_single](https://huggingface.co/datasets/cardiffnlp/tweet_topic_single) for single label version of TweetTopic.
 
32
 
33
  ### Preprocessing
34
  We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
@@ -96,7 +97,7 @@ In general, model would be trained on `train_all`, the most representative train
96
 
97
  ### Models
98
 
99
-
100
 
101
  ## Dataset Structure
102
 
 
29
  , COLING main conference 2022"), a topic classification dataset on Twitter with 19 labels.
30
  Each instance of TweetTopic comes with a timestamp which distributes from September 2019 to August 2021.
31
  See [cardiffnlp/tweet_topic_single](https://huggingface.co/datasets/cardiffnlp/tweet_topic_single) for single label version of TweetTopic.
32
+ The tweet collection used in TweetTopic is same as what used in [TweetNER7](https://huggingface.co/datasets/tner/tweetner7).
33
 
34
  ### Preprocessing
35
  We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
 
97
 
98
  ### Models
99
 
100
+ Model fine-tuning script can be found [here](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi/blob/main/lm_finetuning.py).
101
 
102
  ## Dataset Structure
103