VivekMalipatel23
commited on
Commit
•
8713c80
1
Parent(s):
2729e6c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- multilingual
|
4 |
+
- zh
|
5 |
+
- ja
|
6 |
+
- ar
|
7 |
+
- ko
|
8 |
+
- de
|
9 |
+
- fr
|
10 |
+
- es
|
11 |
+
- pt
|
12 |
+
- hi
|
13 |
+
- id
|
14 |
+
- it
|
15 |
+
- tr
|
16 |
+
- ru
|
17 |
+
- bn
|
18 |
+
- ur
|
19 |
+
- mr
|
20 |
+
- ta
|
21 |
+
- vi
|
22 |
+
- fa
|
23 |
+
- pl
|
24 |
+
- uk
|
25 |
+
- nl
|
26 |
+
- sv
|
27 |
+
- he
|
28 |
+
- sw
|
29 |
+
- ps
|
30 |
+
tags:
|
31 |
+
- text-classification
|
32 |
+
- zero-shot-classification
|
33 |
+
- nli
|
34 |
+
- pytorch
|
35 |
+
pipeline_tag: zero-shot-classification
|
36 |
+
library_name: transformers
|
37 |
license: mit
|
38 |
+
base_model: MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7
|
39 |
---
|
40 |
+
|
41 |
+
Multilingual mDeBERTa base model fineted on Text_emotions dataset.
|
42 |
+
|
43 |
+
Dataset link : https://www.kaggle.com/datasets/nelgiriyewithana/emotions/data
|
44 |
+
|
45 |
+
Finetuned for classifying text into sadness (0) joy (1) love (2) anger (3) fear (4) and surprise (5) emotions.
|