tingtone commited on
Commit
0df79ab
1 Parent(s): d6546ff

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - go_emotions
7
+ metrics:
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: go_emo_gpt
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: go_emotions
18
+ type: go_emotions
19
+ config: simplified
20
+ split: validation
21
+ args: simplified
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
32
+ 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.0902
39
+ - F1: 0.5677
40
+ - Roc Auc: 0.7357
41
+ - Accuracy: 0.4480
42
+
43
+ ## Model description
44
+
45
+ More information needed
46
+
47
+ ## Intended uses & limitations
48
+
49
+ More information needed
50
+
51
+ ## Training and evaluation data
52
+
53
+ More information needed
54
+
55
+ ## Training procedure
56
+
57
+ ### Training hyperparameters
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
77
+
78
+ - Transformers 4.26.1
79
+ - Pytorch 1.13.1+cu117
80
+ - Datasets 2.12.0
81
+ - Tokenizers 0.13.3