Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ license: apache-2.0
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- emotions
|
|
|
6 |
model-index:
|
7 |
- name: Distilbert-base-uncased_dair-ai_emotion
|
8 |
results: []
|
@@ -12,6 +13,8 @@ metrics:
|
|
12 |
- accuracy
|
13 |
- f1
|
14 |
pipeline_tag: text-classification
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- emotions
|
6 |
+
- sentiment-analysis
|
7 |
model-index:
|
8 |
- name: Distilbert-base-uncased_dair-ai_emotion
|
9 |
results: []
|
|
|
13 |
- accuracy
|
14 |
- f1
|
15 |
pipeline_tag: text-classification
|
16 |
+
datasets:
|
17 |
+
- dair-ai/emotion
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|