lapp0 commited on
Commit
b86bfdc
·
verified ·
1 Parent(s): 5d7395e

End of training

Browse files
Files changed (2) hide show
  1. README.md +90 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: gpt2
4
+ tags:
5
+ - bitnet
6
+ - 1.58b
7
+ - Distily
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: gpt2_distily
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # gpt2_distily
18
+
19
+ This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1280.4192
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: 5e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - num_epochs: 1.0
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:------:|:-----:|:---------------:|
52
+ | No log | 0 | 0 | 13088.9219 |
53
+ | 2126.0 | 0.0323 | 2000 | 1936.6752 |
54
+ | 1836.0 | 0.0646 | 4000 | 1773.7856 |
55
+ | 1808.0 | 0.0970 | 6000 | 1547.3760 |
56
+ | 1546.0 | 0.1293 | 8000 | 1487.7600 |
57
+ | 1576.0 | 0.1616 | 10000 | 1449.2288 |
58
+ | 1548.0 | 0.1939 | 12000 | 1413.3920 |
59
+ | 1246.0 | 0.2263 | 14000 | 1387.0656 |
60
+ | 1516.0 | 0.2586 | 16000 | 1364.6768 |
61
+ | 1330.0 | 0.2909 | 18000 | 1346.6160 |
62
+ | 1284.0 | 0.3232 | 20000 | 1332.1040 |
63
+ | 1290.0 | 0.3556 | 22000 | 1320.7792 |
64
+ | 1390.0 | 0.3879 | 24000 | 1310.2496 |
65
+ | 1568.0 | 0.4202 | 26000 | 1302.9937 |
66
+ | 1404.0 | 0.4525 | 28000 | 1299.0112 |
67
+ | 1528.0 | 0.4848 | 30000 | 1293.5887 |
68
+ | 1263.0 | 0.5172 | 32000 | 1290.0032 |
69
+ | 1294.0 | 0.5495 | 34000 | 1287.8672 |
70
+ | 1355.0 | 0.5818 | 36000 | 1285.7808 |
71
+ | 1300.0 | 0.6141 | 38000 | 1283.5009 |
72
+ | 1368.0 | 0.6465 | 40000 | 1282.9136 |
73
+ | 1496.0 | 0.6788 | 42000 | 1281.6096 |
74
+ | 1502.0 | 0.7111 | 44000 | 1281.7408 |
75
+ | 1352.0 | 0.7434 | 46000 | 1280.9344 |
76
+ | 1418.0 | 0.7758 | 48000 | 1280.6288 |
77
+ | 1158.0 | 0.8081 | 50000 | 1280.5760 |
78
+ | 1534.0 | 0.8404 | 52000 | 1280.4000 |
79
+ | 1276.0 | 0.8727 | 54000 | 1280.4032 |
80
+ | 1184.0 | 0.9051 | 56000 | 1280.4160 |
81
+ | 1370.0 | 0.9374 | 58000 | 1280.4320 |
82
+ | 1210.0 | 0.9697 | 60000 | 1280.4192 |
83
+
84
+
85
+ ### Framework versions
86
+
87
+ - Transformers 4.43.3
88
+ - Pytorch 2.3.0
89
+ - Datasets 2.20.0
90
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.43.3"
6
+ }