l3cube-pune commited on
Commit
554f0e1
1 Parent(s): 3c16dfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -11,11 +11,8 @@ widget:
11
 
12
  ## MahaHate-BERT
13
 
14
- MahaHate-BERT is a MahaBERT(l3cube-pune/marathi-bert) model fine-tuned on L3Cube-MahaHate - a Marathi tweet-based hate speech detection dataset.
 
15
  [dataset link] (https://github.com/l3cube-pune/MarathiNLP)
16
 
17
- More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2203.13778)
18
- ```
19
- LABEL_0 -> None <br>
20
- LABEL_1 -> Hate
21
- ```
 
11
 
12
  ## MahaHate-BERT
13
 
14
+ MahaHate-BERT is a MahaBERT(l3cube-pune/marathi-bert) model fine-tuned on L3Cube-MahaHate - a Marathi tweet-based hate speech detection dataset. This is a two-class model with labels as hate (LABEL_1) and not (LABEL_0). The 4-class model can be found <a href='https://huggingface.co/l3cube-pune/mahahate-multi-roberta'> here </a>
15
+
16
  [dataset link] (https://github.com/l3cube-pune/MarathiNLP)
17
 
18
+ More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2203.13778)