Commit
•
8763b35
1
Parent(s):
8ba8777
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (2bc8aba25221a0421662aad9076059f897552f0d)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -7,12 +7,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,12 +21,12 @@ model-index:
|
|
20 |
split: train
|
21 |
args: default
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: accuracy
|
25 |
value: 0.924
|
26 |
-
|
27 |
-
|
28 |
value: 0.9238434600787808
|
|
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
+
base_model: distilbert-base-uncased
|
11 |
model-index:
|
12 |
- name: distilbert-base-uncased-finetuned-emotion
|
13 |
results:
|
14 |
- task:
|
|
|
15 |
type: text-classification
|
16 |
+
name: Text Classification
|
17 |
dataset:
|
18 |
name: emotion
|
19 |
type: emotion
|
|
|
21 |
split: train
|
22 |
args: default
|
23 |
metrics:
|
24 |
+
- type: accuracy
|
|
|
25 |
value: 0.924
|
26 |
+
name: Accuracy
|
27 |
+
- type: f1
|
28 |
value: 0.9238434600787808
|
29 |
+
name: F1
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|