Moreno La Quatra
commited on
Commit
•
e01caf6
1
Parent(s):
efc2b31
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ tags:
|
|
5 |
- text-classification
|
6 |
- emotion
|
7 |
- pytorch
|
|
|
|
|
|
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
- f1
|
@@ -12,7 +16,20 @@ metrics:
|
|
12 |
- recall
|
13 |
model-index:
|
14 |
- name: distilbert-base-cased-emotion
|
15 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
5 |
- text-classification
|
6 |
- emotion
|
7 |
- pytorch
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
datasets:
|
11 |
+
- emotion
|
12 |
metrics:
|
13 |
- accuracy
|
14 |
- f1
|
|
|
16 |
- recall
|
17 |
model-index:
|
18 |
- name: distilbert-base-cased-emotion
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: text-classification
|
22 |
+
name: text-classification
|
23 |
+
dataset:
|
24 |
+
name: emotion
|
25 |
+
type: emotion
|
26 |
+
config: default
|
27 |
+
split: validation
|
28 |
+
metrics:
|
29 |
+
- name: accuracy
|
30 |
+
type: accuracy
|
31 |
+
value: 0.9235
|
32 |
+
verified: true
|
33 |
---
|
34 |
|
35 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|