miyagawaorj
commited on
Commit
•
93fa36b
1
Parent(s):
21d3251
update model card README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ model-index:
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
-
- F1: 0.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -66,8 +66,8 @@ The following hyperparameters were used during training:
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
68 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.9425
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
+
value: 0.9422011075095515
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.2285
|
37 |
+
- Accuracy: 0.9425
|
38 |
+
- F1: 0.9422
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
66 |
|
67 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
68 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
69 |
+
| 0.4656 | 1.0 | 8000 | 0.2912 | 0.9365 | 0.9362 |
|
70 |
+
| 0.2046 | 2.0 | 16000 | 0.2285 | 0.9425 | 0.9422 |
|
71 |
|
72 |
|
73 |
### Framework versions
|