tingtone commited on
Commit
d066655
1 Parent(s): 170670a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: F1
24
  type: f1
25
- value: 0.5677001388246182
26
  - name: Accuracy
27
  type: accuracy
28
- value: 0.4480280132694434
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,10 +35,10 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the go_emotions dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.0902
39
- - F1: 0.5677
40
- - Roc Auc: 0.7357
41
- - Accuracy: 0.4480
42
 
43
  ## Model description
44
 
@@ -58,19 +58,21 @@ More information needed
58
 
59
  The following hyperparameters were used during training:
60
  - learning_rate: 1e-05
61
- - train_batch_size: 2
62
  - eval_batch_size: 64
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
- - lr_scheduler_warmup_steps: 4341
67
- - num_epochs: 1
68
 
69
  ### Training results
70
 
71
- | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
72
- |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|:--------:|
73
- | 0.0907 | 1.0 | 21705 | 0.0902 | 0.5677 | 0.7357 | 0.4480 |
 
 
74
 
75
 
76
  ### Framework versions
 
22
  metrics:
23
  - name: F1
24
  type: f1
25
+ value: 0.5928384279475983
26
  - name: Accuracy
27
  type: accuracy
28
+ value: 0.49428676741614447
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on the go_emotions dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.0978
39
+ - F1: 0.5928
40
+ - Roc Auc: 0.7602
41
+ - Accuracy: 0.4943
42
 
43
  ## Model description
44
 
 
58
 
59
  The following hyperparameters were used during training:
60
  - learning_rate: 1e-05
61
+ - train_batch_size: 1
62
  - eval_batch_size: 64
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
+ - lr_scheduler_warmup_steps: (13023,)
67
+ - num_epochs: 3
68
 
69
  ### Training results
70
 
71
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
72
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:-------:|:--------:|
73
+ | 0.1086 | 1.0 | 43410 | 0.0993 | 0.5690 | 0.7444 | 0.4740 |
74
+ | 0.1003 | 2.0 | 86820 | 0.0969 | 0.5885 | 0.7552 | 0.4893 |
75
+ | 0.0858 | 3.0 | 130230 | 0.0978 | 0.5928 | 0.7602 | 0.4943 |
76
 
77
 
78
  ### Framework versions