WzY1924561588
commited on
Commit
•
212eaff
1
Parent(s):
ebc70d9
Training completed!
Browse files
README.md
CHANGED
@@ -23,23 +23,23 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
33 |
should probably proofread and complete it, then remove this comment. -->
|
34 |
|
35 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/wzy_study/huggingface/runs/
|
36 |
# distilbert-base-uncased-finetuned-emotion
|
37 |
|
38 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
-
- Loss: 0.
|
41 |
-
- Accuracy: 0.
|
42 |
-
- F1: 0.
|
43 |
|
44 |
## Model description
|
45 |
|
@@ -70,8 +70,8 @@ The following hyperparameters were used during training:
|
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
72 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.923
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.9228871558865034
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
33 |
should probably proofread and complete it, then remove this comment. -->
|
34 |
|
35 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/wzy_study/huggingface/runs/p4tszd66)
|
36 |
# distilbert-base-uncased-finetuned-emotion
|
37 |
|
38 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the emotion dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 0.2191
|
41 |
+
- Accuracy: 0.923
|
42 |
+
- F1: 0.9229
|
43 |
|
44 |
## Model description
|
45 |
|
|
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
72 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
73 |
+
| 0.8408 | 1.0 | 250 | 0.3211 | 0.9045 | 0.9031 |
|
74 |
+
| 0.2539 | 2.0 | 500 | 0.2191 | 0.923 | 0.9229 |
|
75 |
|
76 |
|
77 |
### Framework versions
|