dardem commited on
Commit
ce07ed6
1 Parent(s): b01d2aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ datasets:
16
  # BERTweet for sexism detection
17
 
18
  This is a fine-tuned BERTweet large ([BERTweet: A pre-trained language model for English Tweets](https://aclanthology.org/2020.emnlp-demos.2/)) model for detecting sexism.
19
- The training dataset is Explainable Detection of Online Sexism ([**EDOS**](https://github.com/rewire-online/edos)) consisting of 16000 entries in
20
  English gathered from social media platforms: Twitter and Gab. It achieved a **Macro-F1** score of **0.85** and an **Accuracy** of **0.88** on the test set for the EDOS task.
21
 
22
  ## How to use
 
16
  # BERTweet for sexism detection
17
 
18
  This is a fine-tuned BERTweet large ([BERTweet: A pre-trained language model for English Tweets](https://aclanthology.org/2020.emnlp-demos.2/)) model for detecting sexism.
19
+ The training dataset is **new balanced** version of Explainable Detection of Online Sexism ([**EDOS**](https://github.com/rewire-online/edos))--[sexism-socialmedia-balanced](https://huggingface.co/datasets/tum-nlp/sexism-socialmedia-balanced)--consisting of 16000 entries in
20
  English gathered from social media platforms: Twitter and Gab. It achieved a **Macro-F1** score of **0.85** and an **Accuracy** of **0.88** on the test set for the EDOS task.
21
 
22
  ## How to use