From db9d56c08a73f940854606e4a707a3a40cc97f54 Mon Sep 17 00:00:00 2001 From: Sai Saketh Aluru Date: Tue, 28 Apr 2020 03:48:54 +0530 Subject: [PATCH] Add modelcard for Hate-speech-CNERG/dehatebert-mono-arabic model (#3979) * Add dehatebert-mono-arabic readme card * Update dehatebert-mono-arabic model card --- model_cards/Hate-speech-CNERG/dehatebert-mono-arabic/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 model_cards/Hate-speech-CNERG/dehatebert-mono-arabic/README.md diff --git a/model_cards/Hate-speech-CNERG/dehatebert-mono-arabic/README.md b/model_cards/Hate-speech-CNERG/dehatebert-mono-arabic/README.md new file mode 100644 index 0000000000..ac36da2e72 --- /dev/null +++ b/model_cards/Hate-speech-CNERG/dehatebert-mono-arabic/README.md @@ -0,0 +1,2 @@ +This model is used detecting **hatespeech** in **Arabic language**. The mono in the name refers to the monolingual setting, where the model is trained using only Arabic 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.8674776 for a learning rate of 2e-5. Training code can be found at this [url](https://github.com/punyajoy/DE-LIMIT)