tingtone commited on
Commit
54f55a4
1 Parent(s): 0ae3001

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.942
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
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.2877
35
- - Accuracy: 0.942
36
 
37
  ## Model description
38
 
@@ -53,7 +53,7 @@ More information needed
53
  The following hyperparameters were used during training:
54
  - learning_rate: 1e-05
55
  - train_batch_size: 1
56
- - eval_batch_size: 1
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
@@ -64,7 +64,7 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
67
- | 0.2004 | 1.0 | 16000 | 0.2877 | 0.942 |
68
 
69
 
70
  ### Framework versions
 
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
 
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
 
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 1e-05
55
  - train_batch_size: 1
56
+ - eval_batch_size: 64
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
 
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