abirmondalind
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- bn
|
5 |
+
- hi
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
---
|
8 |
+
This model is a finetuned version of [```google/muril-base-cased```](https://huggingface.co/google/muril-base-cased) model in the **Bengali** and **Hindi** languages.
|
9 |
+
|
10 |
+
The dataset used is a Kaggle Dataset - [Modified-hate-speech-bengali-hindi](https://www.kaggle.com/datasets/abirmondal/modified-hate-speech-bengali-hindi)
|
11 |
+
|
12 |
+
This model can classify Bengali and Hindi texts into the following 5 classes:
|
13 |
+
- text
|
14 |
+
- defamation
|
15 |
+
- hate
|
16 |
+
- non-hate
|
17 |
+
- violence
|
18 |
+
- vulgar
|