Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ metrics:
|
|
7 |
pipeline_tag: text-classification
|
8 |
---
|
9 |
### BERTweet-large-sexism-detector
|
10 |
-
This is a fine-tuned model of BERTweet-large
|
11 |
|
12 |
More information about the original pre-trained model can be found [here](https://huggingface.co/docs/transformers/model_doc/bertweet)
|
13 |
|
|
|
7 |
pipeline_tag: text-classification
|
8 |
---
|
9 |
### BERTweet-large-sexism-detector
|
10 |
+
This is a fine-tuned model of BERTweet-large on the Explainable Detection of Online Sexism (EDOS) dataset. It is intended to be used as a classification model for identifying tweets (0 - not sexist; 1 - sexist).
|
11 |
|
12 |
More information about the original pre-trained model can be found [here](https://huggingface.co/docs/transformers/model_doc/bertweet)
|
13 |
|