New model added

The first model added to the repo
This commit is contained in:
Punyajoy Saha 2020-04-20 07:39:12 +05:30 committed by Julien Chaumond
parent 15b9868f8b
commit 03121deba3

View File

@ -0,0 +1,2 @@
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.
The model is trained with different learning rates and the best validation score achieved is 0.7069374 for a learning rate of 2e-5. Training code can be found at this [url](https://github.com/punyajoy/DE-LIMIT)