superguo commited on
Commit
16fcfaa
1 Parent(s): 0e5006c

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.925
27
  - name: F1
28
  type: f1
29
- value: 0.9250371838918513
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.2123
40
- - Accuracy: 0.925
41
- - F1: 0.9250
42
 
43
  ## Model description
44
 
@@ -69,8 +69,8 @@ The following hyperparameters were used during training:
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 0.815 | 1.0 | 250 | 0.2975 | 0.913 | 0.9122 |
73
- | 0.2476 | 2.0 | 500 | 0.2123 | 0.925 | 0.9250 |
74
 
75
 
76
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.924
27
  - name: F1
28
  type: f1
29
+ value: 0.9238501156157771
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the emotion dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.2132
40
+ - Accuracy: 0.924
41
+ - F1: 0.9239
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.8137 | 1.0 | 250 | 0.2940 | 0.9125 | 0.9116 |
73
+ | 0.2446 | 2.0 | 500 | 0.2132 | 0.924 | 0.9239 |
74
 
75
 
76
  ### Framework versions