tingtone commited on
Commit
c895f93
1 Parent(s): abe4c09

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -22,10 +22,10 @@ model-index:
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
@@ -33,12 +33,12 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  # go_emo_gpt
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
 
@@ -70,9 +70,9 @@ The following hyperparameters were used during training:
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
 
1
  ---
2
+ license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
22
  metrics:
23
  - name: F1
24
  type: f1
25
+ value: 0.6009707054948864
26
  - name: Accuracy
27
  type: accuracy
28
+ value: 0.49963140434942865
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # go_emo_gpt
35
 
36
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the go_emotions dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.0964
39
+ - F1: 0.6010
40
+ - Roc Auc: 0.7659
41
+ - Accuracy: 0.4996
42
 
43
  ## Model description
44
 
 
70
 
71
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
72
  |:-------------:|:-----:|:------:|:---------------:|:------:|:-------:|:--------:|
73
+ | 0.105 | 1.0 | 43410 | 0.0967 | 0.5795 | 0.7476 | 0.4757 |
74
+ | 0.0949 | 2.0 | 86820 | 0.0938 | 0.6012 | 0.7636 | 0.5035 |
75
+ | 0.0837 | 3.0 | 130230 | 0.0964 | 0.6010 | 0.7659 | 0.4996 |
76
 
77
 
78
  ### Framework versions