binny commited on
Commit
e9a75bd
1 Parent(s): 8d5be89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  This model is used detecting **hatespeech** in **English language**. The mono in the name refers to the monolingual setting, where the model is trained using only English language data. It is finetuned on multilingual bert model.
2
- The model is trained with different learning rates and the best validation score achieved is 0.726030 for a learning rate of 2e-5. Training code can be found at this [url](https://github.com/punyajoy/DE-LIMIT)
3
 
4
 
5
 
@@ -16,5 +16,4 @@ Sai Saketh Aluru, Binny Mathew, Punyajoy Saha and Animesh Mukherjee. "[Deep Lear
16
  journal={arXiv preprint arXiv:2004.06465},
17
  year={2020}
18
  }
19
-
20
  ~~~
1
  This model is used detecting **hatespeech** in **English language**. The mono in the name refers to the monolingual setting, where the model is trained using only English language data. It is finetuned on multilingual bert model.
2
+ The model is trained with different learning rates and the best validation score achieved is 0.726030 for a learning rate of 2e-5. Training code can be found here https://github.com/punyajoy/DE-LIMIT
3
 
4
 
5
 
16
  journal={arXiv preprint arXiv:2004.06465},
17
  year={2020}
18
  }
 
19
  ~~~