superguo commited on
Commit
838274d
1 Parent(s): 00b3910

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -23,23 +23,23 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.925
27
  - name: F1
28
  type: f1
29
- value: 0.9247514341075832
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/7l1604ln)
36
  # distilbert-base-uncased-finetuned-emotion
37
 
38
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the emotion dataset.
39
  It achieves the following results on the evaluation set:
40
- - Loss: 0.2140
41
- - Accuracy: 0.925
42
- - F1: 0.9248
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.8108 | 1.0 | 250 | 0.3094 | 0.9075 | 0.9066 |
74
- | 0.2435 | 2.0 | 500 | 0.2140 | 0.925 | 0.9248 |
75
 
76
 
77
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.924
27
  - name: F1
28
  type: f1
29
+ value: 0.9240276037563792
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/7lxysatn)
36
  # distilbert-base-uncased-finetuned-emotion
37
 
38
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the emotion dataset.
39
  It achieves the following results on the evaluation set:
40
+ - Loss: 0.2148
41
+ - Accuracy: 0.924
42
+ - F1: 0.9240
43
 
44
  ## Model description
45
 
 
70
 
71
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
72
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
73
+ | 0.8356 | 1.0 | 250 | 0.3096 | 0.9085 | 0.9072 |
74
+ | 0.2479 | 2.0 | 500 | 0.2148 | 0.924 | 0.9240 |
75
 
76
 
77
  ### Framework versions