Datasets:
tner
/

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
asahi417 commited on
Commit
3e1d992
1 Parent(s): 94b483b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -93,6 +93,20 @@ We ask annotators to ignore those special tokens but label the verified users' m
93
  | extra_2021 | 93594 | extra tweet without annotations from September 2020 to August 2021 |
94
 
95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  ### Reproduce Experimental Result
97
 
98
  To reproduce the experimental result on our AACL paper, please see the repository
 
93
  | extra_2021 | 93594 | extra tweet without annotations from September 2020 to August 2021 |
94
 
95
 
96
+ ### Models
97
+
98
+ Following models are fine-tuned on `train_all` and validated on `validation_2021` of `tner/tweetner7`.
99
+
100
+ | Model (link) | Data | Language Model |
101
+ |:--------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------|:----------------------------------------------------------------------------------------|
102
+ | [`tner/roberta-large-tweetner7-all`](https://huggingface.co/tner/roberta-large-tweetner7-all) | [`tweetner7`](https://huggingface.co/datasets/tner/tweetner7) | [`roberta-large`](https://huggingface.co/roberta-large) |
103
+ | [`tner/roberta-base-tweetner7-all`](https://huggingface.co/tner/roberta-base-tweetner7-all) | [`tweetner7`](https://huggingface.co/datasets/tner/tweetner7) | [`roberta-base`](https://huggingface.co/roberta-base) |
104
+ | [`tner/twitter-roberta-base-2019-90m-tweetner7-all`](https://huggingface.co/tner/twitter-roberta-base-2019-90m-tweetner7-all) | [`tweetner7`](https://huggingface.co/datasets/tner/tweetner7) | [`twitter-roberta-base-2019-90m`](https://huggingface.co/twitter-roberta-base-2019-90m) |
105
+ | [`tner/twitter-roberta-base-dec2020-tweetner7-all`](https://huggingface.co/tner/twitter-roberta-base-dec2020-tweetner7-all) | [`tweetner7`](https://huggingface.co/datasets/tner/tweetner7) | [`twitter-roberta-base-dec2020`](https://huggingface.co/twitter-roberta-base-dec2020) |
106
+ | [`tner/twitter-roberta-base-dec2021-tweetner7-all`](https://huggingface.co/tner/twitter-roberta-base-dec2021-tweetner7-all) | [`tweetner7`](https://huggingface.co/datasets/tner/tweetner7) | [`twitter-roberta-base-dec2021`](https://huggingface.co/twitter-roberta-base-dec2021) |
107
+
108
+
109
+
110
  ### Reproduce Experimental Result
111
 
112
  To reproduce the experimental result on our AACL paper, please see the repository