Update yaml in readme
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Marfin Emotion Detection Model 🎵
|
2 |
|
3 |
This model is fine-tuned from `MoritzLaurer/mDeBERTa-v3-base-mnli-xnli` for **emotion detection** tasks based on chat context, specifically optimized for **Indonesian and English**.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- id
|
5 |
+
- en
|
6 |
+
base_model: MoritzLaurer/mDeBERTa-v3-base-mnli-xnli
|
7 |
+
pipeline_tag: zero-shot-classification
|
8 |
+
tags:
|
9 |
+
- mood
|
10 |
+
- emotion
|
11 |
+
- indonesian
|
12 |
+
- nli
|
13 |
+
metrics:
|
14 |
+
- accuracy
|
15 |
+
library_name: transformers
|
16 |
+
---
|
17 |
+
|
18 |
+
|
19 |
# Marfin Emotion Detection Model 🎵
|
20 |
|
21 |
This model is fine-tuned from `MoritzLaurer/mDeBERTa-v3-base-mnli-xnli` for **emotion detection** tasks based on chat context, specifically optimized for **Indonesian and English**.
|