GItaf commited on
Commit
1ffe672
1 Parent(s): 32fc0e2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: GPT2-CLS-Finetuned-MBTI
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # GPT2-CLS-Finetuned-MBTI
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.9571
17
+ - Cls loss: 1.9559
18
+ - Cls Accuracy: 0.6052
19
+ - Cls F1: 0.5956
20
+ - Cls Precision: 0.6180
21
+ - Cls Recall: 0.6052
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 2
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Cls loss | Cls Accuracy | Cls F1 | Cls Precision | Cls Recall | Validation Loss |
51
+ |:-------------:|:-----:|:-----:|:--------:|:------------:|:------:|:-------------:|:----------:|:---------------:|
52
+ | 2.0239 | 1.0 | 3470 | 1.7000 | 0.5262 | 0.4961 | 0.5438 | 0.5262 | 1.6998 |
53
+ | 1.5182 | 2.0 | 6940 | 1.8171 | 0.5873 | 0.5764 | 0.5971 | 0.5873 | 1.8181 |
54
+ | 1.3241 | 3.0 | 10410 | 1.9559 | 0.6052 | 0.5956 | 0.6180 | 0.6052 | 1.9571 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.21.2
60
+ - Pytorch 1.12.1
61
+ - Datasets 2.4.0
62
+ - Tokenizers 0.12.1