Commit
•
7c0c353
1
Parent(s):
4d48827
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (19fc29371d7b6d01cbaaada4d7c10bf2aa494c7e)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -7,12 +9,13 @@ datasets:
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
|
|
10 |
model-index:
|
11 |
- name: distilbert-base-uncased-finetuned-emotion
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Text Classification
|
15 |
type: text-classification
|
|
|
16 |
dataset:
|
17 |
name: emotion
|
18 |
type: emotion
|
@@ -20,14 +23,12 @@ model-index:
|
|
20 |
split: validation
|
21 |
args: split
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: accuracy
|
25 |
value: 0.9375
|
26 |
-
|
27 |
-
|
28 |
value: 0.937890467332837
|
29 |
-
|
30 |
-
- en
|
31 |
---
|
32 |
|
33 |
# distilbert-base-uncased-finetuned-emotion
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
12 |
+
base_model: distilbert-base-uncased
|
13 |
model-index:
|
14 |
- name: distilbert-base-uncased-finetuned-emotion
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: text-classification
|
18 |
+
name: Text Classification
|
19 |
dataset:
|
20 |
name: emotion
|
21 |
type: emotion
|
|
|
23 |
split: validation
|
24 |
args: split
|
25 |
metrics:
|
26 |
+
- type: accuracy
|
|
|
27 |
value: 0.9375
|
28 |
+
name: Accuracy
|
29 |
+
- type: f1
|
30 |
value: 0.937890467332837
|
31 |
+
name: F1
|
|
|
32 |
---
|
33 |
|
34 |
# distilbert-base-uncased-finetuned-emotion
|