WzY1924561588
commited on
Commit
•
cba1f37
1
Parent(s):
41af83e
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,13 +70,13 @@ 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
|
78 |
|
79 |
- Transformers 4.42.3
|
80 |
-
- Pytorch 2.1.
|
81 |
- Datasets 2.20.0
|
82 |
- Tokenizers 0.19.1
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.923
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.9230993392408946
|
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/15gg4p6x)
|
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.2147
|
41 |
+
- Accuracy: 0.923
|
42 |
+
- F1: 0.9231
|
43 |
|
44 |
## Model description
|
45 |
|
|
|
70 |
|
71 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
72 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
73 |
+
| 0.7996 | 1.0 | 250 | 0.3066 | 0.9115 | 0.9110 |
|
74 |
+
| 0.2465 | 2.0 | 500 | 0.2147 | 0.923 | 0.9231 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
78 |
|
79 |
- Transformers 4.42.3
|
80 |
+
- Pytorch 2.1.0+cu118
|
81 |
- Datasets 2.20.0
|
82 |
- Tokenizers 0.19.1
|