Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,14 @@
|
|
1 |
-
|
2 |
language:
|
3 |
- en
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
- f1
|
7 |
widget:
|
8 |
-
|
|
|
|
|
|
|
9 |
---
|
10 |
### BERTweet-large-sexism-detector
|
11 |
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 |
- accuracy
|
6 |
- f1
|
7 |
widget:
|
8 |
+
- text: >-
|
9 |
+
Every woman wants to be a model. It's codeword for 'I get everything for
|
10 |
+
free and people want me'
|
11 |
+
pipeline_tag: text-classification
|
12 |
---
|
13 |
### BERTweet-large-sexism-detector
|
14 |
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).
|