From 03121deba3a3ffe0b8b2a76225439a23f5b45113 Mon Sep 17 00:00:00 2001 From: Punyajoy Saha Date: Mon, 20 Apr 2020 07:39:12 +0530 Subject: [PATCH] New model added The first model added to the repo --- model_cards/Hate-speech-CNERG/dehatebert-mono-english/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 model_cards/Hate-speech-CNERG/dehatebert-mono-english/README.md diff --git a/model_cards/Hate-speech-CNERG/dehatebert-mono-english/README.md b/model_cards/Hate-speech-CNERG/dehatebert-mono-english/README.md new file mode 100644 index 0000000000..b96c834b86 --- /dev/null +++ b/model_cards/Hate-speech-CNERG/dehatebert-mono-english/README.md @@ -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)