model update
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ widget:
|
|
79 |
# tner/roberta-large-tweetner7-selflabel2020
|
80 |
|
81 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the
|
82 |
-
[tner/tweetner7](https://huggingface.co/datasets/tner/tweetner7) dataset (`train` split). This model is fine-tuned on self-labeled dataset which is the `
|
83 |
Model fine-tuning is done via [T-NER](https://github.com/asahi417/tner)'s hyper-parameter search (see the repository
|
84 |
for more detail). It achieves the following results on the test set of 2021:
|
85 |
- F1 (micro): 0.6455908683974932
|
|
|
79 |
# tner/roberta-large-tweetner7-selflabel2020
|
80 |
|
81 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the
|
82 |
+
[tner/tweetner7](https://huggingface.co/datasets/tner/tweetner7) dataset (`train` split). This model is fine-tuned on self-labeled dataset which is the `extra_2020` split of the [tner/tweetner7](https://huggingface.co/datasets/tner/tweetner7) annotated by [tner/roberta-large](https://huggingface.co/tner/roberta-large-tweetner7-2020)). Please check [https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper#model-fine-tuning-self-labeling](https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper#model-fine-tuning-self-labeling) for more detail of reproducing the model.
|
83 |
Model fine-tuning is done via [T-NER](https://github.com/asahi417/tner)'s hyper-parameter search (see the repository
|
84 |
for more detail). It achieves the following results on the test set of 2021:
|
85 |
- F1 (micro): 0.6455908683974932
|