g8a9 commited on
Commit
2c1929e
1 Parent(s): dce4ec4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: gpt2-kl_01_04-hs_cn-loto_muslim
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # gpt2-kl_01_04-hs_cn-loto_muslim
14
+
15
+ This model is a fine-tuned version of [gpt2-medium](https://huggingface.co/gpt2-medium) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.5380
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 4
39
+ - seed: 21
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_ratio: 0.1
43
+ - num_epochs: 3.0
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:----:|:---------------:|
49
+ | 73.5693 | 0.03 | 10 | 65.1086 |
50
+ | 31.2617 | 0.06 | 20 | 18.3949 |
51
+ | 12.0113 | 0.08 | 30 | 7.2956 |
52
+ | 3.702 | 0.11 | 40 | 2.9472 |
53
+ | 1.8413 | 0.14 | 50 | 1.2727 |
54
+ | 1.3358 | 0.17 | 60 | 0.9255 |
55
+ | 0.8787 | 0.2 | 70 | 0.7903 |
56
+ | 0.7065 | 0.23 | 80 | 0.7346 |
57
+ | 0.6537 | 0.25 | 90 | 0.6680 |
58
+ | 0.8109 | 0.28 | 100 | 0.6131 |
59
+ | 0.6697 | 0.31 | 110 | 0.5983 |
60
+ | 0.6555 | 0.34 | 120 | 0.5935 |
61
+ | 0.6505 | 0.37 | 130 | 0.5838 |
62
+ | 0.684 | 0.4 | 140 | 0.5768 |
63
+ | 0.6723 | 0.42 | 150 | 0.5736 |
64
+ | 0.687 | 0.45 | 160 | 0.5709 |
65
+ | 0.6504 | 0.48 | 170 | 0.5710 |
66
+ | 0.711 | 0.51 | 180 | 0.5685 |
67
+ | 0.7001 | 0.54 | 190 | 0.5695 |
68
+ | 0.5758 | 0.57 | 200 | 0.5651 |
69
+ | 0.6491 | 0.59 | 210 | 0.5652 |
70
+ | 0.6248 | 0.62 | 220 | 0.5617 |
71
+ | 0.579 | 0.65 | 230 | 0.5515 |
72
+ | 0.5784 | 0.68 | 240 | 0.5500 |
73
+ | 0.5178 | 0.71 | 250 | 0.5550 |
74
+ | 0.6129 | 0.74 | 260 | 0.5530 |
75
+ | 0.5729 | 0.76 | 270 | 0.5467 |
76
+ | 0.5687 | 0.79 | 280 | 0.5429 |
77
+ | 0.6217 | 0.82 | 290 | 0.5413 |
78
+ | 0.5902 | 0.85 | 300 | 0.5402 |
79
+ | 0.6314 | 0.88 | 310 | 0.5362 |
80
+ | 0.5481 | 0.91 | 320 | 0.5354 |
81
+ | 0.6007 | 0.93 | 330 | 0.5333 |
82
+ | 0.5496 | 0.96 | 340 | 0.5326 |
83
+ | 0.6287 | 0.99 | 350 | 0.5329 |
84
+ | 0.5383 | 1.02 | 360 | 0.5366 |
85
+ | 0.5227 | 1.05 | 370 | 0.5380 |
86
+
87
+
88
+ ### Framework versions
89
+
90
+ - Transformers 4.28.0
91
+ - Pytorch 1.11.0+cu113
92
+ - Datasets 2.11.0
93
+ - Tokenizers 0.13.3