Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
### BERTweet-large-sexism-detector
|
6 |
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).
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
metrics:
|
5 |
+
- f1
|
6 |
+
- accuracy
|
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).
|