tingtone commited on
Commit
8f8981c
1 Parent(s): 6089802

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.9435
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # jq_emo_gpt
31
 
32
- This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the emotion dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.2417
35
- - Accuracy: 0.9435
36
 
37
  ## Model description
38
 
@@ -57,14 +57,17 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - lr_scheduler_warmup_steps: 1600
61
- - num_epochs: 1
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
67
- | 0.2402 | 1.0 | 16000 | 0.2417 | 0.9435 |
 
 
 
68
 
69
 
70
  ### Framework versions
 
1
  ---
2
+ license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.947
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # jq_emo_gpt
31
 
32
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the emotion dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2536
35
+ - Accuracy: 0.947
36
 
37
  ## Model description
38
 
 
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
+ - lr_scheduler_warmup_steps: 6400
61
+ - num_epochs: 4
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
67
+ | 0.5109 | 1.0 | 16000 | 0.5014 | 0.929 |
68
+ | 0.3765 | 2.0 | 32000 | 0.3135 | 0.9385 |
69
+ | 0.2526 | 3.0 | 48000 | 0.2385 | 0.945 |
70
+ | 0.1952 | 4.0 | 64000 | 0.2536 | 0.947 |
71
 
72
 
73
  ### Framework versions