Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Multimodal Classification Model (Tamil, Malayalam, Telugu)
|
2 |
|
3 |
This repository contains deep learning models for **text and audio classification** in three languages: **Tamil, Malayalam, and Telugu**.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ta
|
4 |
+
- ml
|
5 |
+
- te
|
6 |
+
tags:
|
7 |
+
- multimodal
|
8 |
+
- hate-speech-detection
|
9 |
+
- text-classification
|
10 |
+
- audio-classification
|
11 |
+
- deep-learning
|
12 |
+
- tamil
|
13 |
+
- malayalam
|
14 |
+
- telugu
|
15 |
+
license: cc-by-nc-4.0
|
16 |
+
datasets:
|
17 |
+
- dravidian-hate-speech
|
18 |
+
model-index:
|
19 |
+
- name: Multimodal Hate Speech Detection in Dravidian Languages
|
20 |
+
results:
|
21 |
+
- task:
|
22 |
+
type: text-classification
|
23 |
+
name: Text Classification
|
24 |
+
dataset:
|
25 |
+
name: Dravidian Hate Speech Dataset
|
26 |
+
type: dravidian-hate-speech
|
27 |
+
metrics:
|
28 |
+
- type: macro-f1
|
29 |
+
value: 0.6438
|
30 |
+
- task:
|
31 |
+
type: audio-classification
|
32 |
+
name: Audio Classification
|
33 |
+
dataset:
|
34 |
+
name: Dravidian Hate Speech Dataset
|
35 |
+
type: dravidian-hate-speech
|
36 |
+
metrics:
|
37 |
+
- type: macro-f1
|
38 |
+
value: 0.88
|
39 |
+
---
|
40 |
+
|
41 |
+
|
42 |
+
# Multimodal Classification Model (Tamil, Malayalam, Telugu)
|
43 |
+
|
44 |
# Multimodal Classification Model (Tamil, Malayalam, Telugu)
|
45 |
|
46 |
This repository contains deep learning models for **text and audio classification** in three languages: **Tamil, Malayalam, and Telugu**.
|