yihang7 commited on
Commit
74cc13a
·
verified ·
1 Parent(s): 43fae02

Model save

Browse files
README.md ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: databricks/dolly-v2-7b
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: dolly-v2-7b-dpo-full-3-epoch-hydrox-safe
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # dolly-v2-7b-dpo-full-3-epoch-hydrox-safe
15
+
16
+ This model is a fine-tuned version of [databricks/dolly-v2-7b](https://huggingface.co/databricks/dolly-v2-7b) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0060
19
+ - Rewards/chosen: 3.6820
20
+ - Rewards/rejected: -10.6709
21
+ - Rewards/accuracies: 0.9966
22
+ - Rewards/margins: 14.3529
23
+ - Logps/rejected: -666.2253
24
+ - Logps/chosen: -383.1022
25
+ - Logits/rejected: -1.3595
26
+ - Logits/chosen: -1.5884
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-07
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 4
48
+ - seed: 42
49
+ - distributed_type: multi-GPU
50
+ - num_devices: 8
51
+ - total_train_batch_size: 64
52
+ - total_eval_batch_size: 32
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_ratio: 0.1
56
+ - num_epochs: 3
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
61
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
62
+ | 0.873 | 0.03 | 100 | 0.7547 | 0.2247 | -0.0238 | 0.5918 | 0.2485 | -559.7548 | -417.6762 | -1.1954 | -1.4929 |
63
+ | 0.6069 | 0.07 | 200 | 0.5675 | 0.7273 | -0.0433 | 0.7407 | 0.7706 | -559.9498 | -412.6499 | -1.1932 | -1.4956 |
64
+ | 0.3668 | 0.1 | 300 | 0.3913 | 1.3855 | -0.2301 | 0.8552 | 1.6156 | -561.8173 | -406.0676 | -1.1768 | -1.4862 |
65
+ | 0.2547 | 0.14 | 400 | 0.2942 | 2.0422 | -0.3359 | 0.8897 | 2.3781 | -562.875 | -399.5007 | -1.1603 | -1.4768 |
66
+ | 0.2496 | 0.17 | 500 | 0.2323 | 2.5759 | -0.5597 | 0.9184 | 3.1357 | -565.1138 | -394.1635 | -1.1394 | -1.4661 |
67
+ | 0.2099 | 0.2 | 600 | 0.1979 | 3.0353 | -0.7414 | 0.9242 | 3.7767 | -566.9301 | -389.5694 | -1.1137 | -1.4513 |
68
+ | 0.123 | 0.24 | 700 | 0.1624 | 3.4398 | -1.1264 | 0.9436 | 4.5662 | -570.7800 | -385.5248 | -1.1147 | -1.4531 |
69
+ | 0.1211 | 0.27 | 800 | 0.1404 | 3.7877 | -1.3826 | 0.9453 | 5.1703 | -573.3425 | -382.0456 | -1.1126 | -1.4555 |
70
+ | 0.1398 | 0.31 | 900 | 0.1305 | 4.1188 | -1.5720 | 0.9545 | 5.6908 | -575.2359 | -378.7344 | -1.1145 | -1.4568 |
71
+ | 0.1161 | 0.34 | 1000 | 0.1066 | 4.3055 | -1.7418 | 0.9646 | 6.0473 | -576.9345 | -376.8678 | -1.1217 | -1.4605 |
72
+ | 0.1109 | 0.37 | 1100 | 0.1006 | 4.4233 | -2.0049 | 0.9621 | 6.4282 | -579.5653 | -375.6897 | -1.1334 | -1.4683 |
73
+ | 0.0983 | 0.41 | 1200 | 0.0881 | 4.3080 | -2.5628 | 0.9638 | 6.8708 | -585.1442 | -376.8426 | -1.1544 | -1.4813 |
74
+ | 0.0965 | 0.44 | 1300 | 0.0778 | 4.3457 | -2.6685 | 0.9621 | 7.0142 | -586.2010 | -376.4656 | -1.1651 | -1.4955 |
75
+ | 0.0542 | 0.48 | 1400 | 0.0705 | 4.3768 | -3.1529 | 0.9739 | 7.5297 | -591.0455 | -376.1544 | -1.1767 | -1.4972 |
76
+ | 0.053 | 0.51 | 1500 | 0.0659 | 4.4009 | -3.2268 | 0.9781 | 7.6278 | -591.7845 | -375.9133 | -1.1797 | -1.5057 |
77
+ | 0.0653 | 0.54 | 1600 | 0.0680 | 4.3566 | -3.1994 | 0.9781 | 7.5559 | -591.5099 | -376.3570 | -1.1682 | -1.4980 |
78
+ | 0.0634 | 0.58 | 1700 | 0.0553 | 4.2444 | -3.7967 | 0.9764 | 8.0411 | -597.4832 | -377.4786 | -1.1988 | -1.5176 |
79
+ | 0.0574 | 0.61 | 1800 | 0.0490 | 4.3076 | -3.9340 | 0.9790 | 8.2416 | -598.8566 | -376.8465 | -1.2222 | -1.5299 |
80
+ | 0.0518 | 0.65 | 1900 | 0.0424 | 4.2820 | -4.0325 | 0.9857 | 8.3145 | -599.8412 | -377.1030 | -1.2285 | -1.5390 |
81
+ | 0.0376 | 0.68 | 2000 | 0.0423 | 4.2925 | -4.1097 | 0.9840 | 8.4022 | -600.6129 | -376.9975 | -1.2280 | -1.5311 |
82
+ | 0.0339 | 0.71 | 2100 | 0.0424 | 4.2423 | -4.3969 | 0.9882 | 8.6393 | -603.4858 | -377.4996 | -1.2371 | -1.5422 |
83
+ | 0.0323 | 0.75 | 2200 | 0.0418 | 4.3016 | -4.3550 | 0.9832 | 8.6566 | -603.0663 | -376.9068 | -1.2198 | -1.5286 |
84
+ | 0.0267 | 0.78 | 2300 | 0.0386 | 4.1635 | -4.6663 | 0.9882 | 8.8297 | -606.1791 | -378.2882 | -1.2158 | -1.5230 |
85
+ | 0.0296 | 0.82 | 2400 | 0.0316 | 3.9990 | -5.4019 | 0.9907 | 9.4009 | -613.5353 | -379.9330 | -1.2347 | -1.5268 |
86
+ | 0.0289 | 0.85 | 2500 | 0.0315 | 4.1064 | -5.2099 | 0.9907 | 9.3164 | -611.6158 | -378.8586 | -1.2152 | -1.5109 |
87
+ | 0.0326 | 0.88 | 2600 | 0.0280 | 4.0899 | -5.4030 | 0.9907 | 9.4929 | -613.5463 | -379.0233 | -1.2434 | -1.5354 |
88
+ | 0.025 | 0.92 | 2700 | 0.0333 | 4.0463 | -5.2395 | 0.9924 | 9.2857 | -611.9110 | -379.4600 | -1.2283 | -1.5268 |
89
+ | 0.0273 | 0.95 | 2800 | 0.0259 | 4.1046 | -5.4947 | 0.9975 | 9.5993 | -614.4639 | -378.8770 | -1.2253 | -1.5271 |
90
+ | 0.0197 | 0.99 | 2900 | 0.0360 | 4.1642 | -5.3436 | 0.9907 | 9.5078 | -612.9525 | -378.2808 | -1.2320 | -1.5321 |
91
+ | 0.0196 | 1.02 | 3000 | 0.0267 | 3.8748 | -5.9868 | 0.9949 | 9.8616 | -619.3846 | -381.1749 | -1.2358 | -1.5308 |
92
+ | 0.0188 | 1.05 | 3100 | 0.0268 | 3.8452 | -6.0908 | 0.9949 | 9.9361 | -620.4247 | -381.4705 | -1.2365 | -1.5361 |
93
+ | 0.0172 | 1.09 | 3200 | 0.0231 | 3.7735 | -6.3630 | 0.9907 | 10.1365 | -623.1463 | -382.1877 | -1.2627 | -1.5561 |
94
+ | 0.0099 | 1.12 | 3300 | 0.0218 | 3.7491 | -6.5816 | 0.9958 | 10.3307 | -625.3326 | -382.4322 | -1.2410 | -1.5316 |
95
+ | 0.0113 | 1.16 | 3400 | 0.0189 | 3.7109 | -6.6907 | 0.9958 | 10.4017 | -626.4235 | -382.8133 | -1.2519 | -1.5387 |
96
+ | 0.0146 | 1.19 | 3500 | 0.0191 | 3.6138 | -7.1128 | 0.9941 | 10.7266 | -630.6445 | -383.7852 | -1.2702 | -1.5462 |
97
+ | 0.0108 | 1.22 | 3600 | 0.0175 | 3.5940 | -7.3181 | 0.9949 | 10.9121 | -632.6978 | -383.9829 | -1.2642 | -1.5481 |
98
+ | 0.0175 | 1.26 | 3700 | 0.0183 | 3.4786 | -7.8254 | 0.9949 | 11.3039 | -637.7700 | -385.1370 | -1.2904 | -1.5503 |
99
+ | 0.0147 | 1.29 | 3800 | 0.0153 | 3.2734 | -8.1715 | 0.9966 | 11.4449 | -641.2316 | -387.1888 | -1.3082 | -1.5667 |
100
+ | 0.0113 | 1.33 | 3900 | 0.0153 | 3.3033 | -8.3504 | 0.9966 | 11.6537 | -643.0201 | -386.8899 | -1.2907 | -1.5525 |
101
+ | 0.0284 | 1.36 | 4000 | 0.0270 | 3.5241 | -8.1571 | 0.9924 | 11.6812 | -641.0871 | -384.6817 | -1.2917 | -1.5474 |
102
+ | 0.0101 | 1.39 | 4100 | 0.0138 | 3.3142 | -8.9443 | 0.9941 | 12.2585 | -648.9590 | -386.7809 | -1.3039 | -1.5402 |
103
+ | 0.0093 | 1.43 | 4200 | 0.0159 | 3.3533 | -9.0499 | 0.9966 | 12.4032 | -650.0153 | -386.3899 | -1.3067 | -1.5543 |
104
+ | 0.0083 | 1.46 | 4300 | 0.0149 | 3.4209 | -8.8296 | 0.9958 | 12.2505 | -647.8128 | -385.7142 | -1.3104 | -1.5558 |
105
+ | 0.0068 | 1.5 | 4400 | 0.0123 | 3.2700 | -9.3033 | 0.9975 | 12.5733 | -652.5496 | -387.2229 | -1.3257 | -1.5680 |
106
+ | 0.0093 | 1.53 | 4500 | 0.0122 | 3.5894 | -8.8354 | 0.9983 | 12.4248 | -647.8701 | -384.0288 | -1.3217 | -1.5701 |
107
+ | 0.0065 | 1.56 | 4600 | 0.0117 | 3.4515 | -8.7814 | 0.9975 | 12.2329 | -647.3306 | -385.4080 | -1.3381 | -1.5838 |
108
+ | 0.0132 | 1.6 | 4700 | 0.0119 | 3.4540 | -8.4518 | 0.9975 | 11.9058 | -644.0345 | -385.3825 | -1.3352 | -1.5862 |
109
+ | 0.0085 | 1.63 | 4800 | 0.0113 | 3.3970 | -8.7353 | 0.9966 | 12.1323 | -646.8692 | -385.9526 | -1.3331 | -1.5766 |
110
+ | 0.0096 | 1.67 | 4900 | 0.0121 | 3.2728 | -9.0713 | 0.9966 | 12.3442 | -650.2295 | -387.1943 | -1.3552 | -1.5969 |
111
+ | 0.0042 | 1.7 | 5000 | 0.0106 | 3.1699 | -9.4193 | 0.9975 | 12.5892 | -653.7093 | -388.2237 | -1.3307 | -1.5739 |
112
+ | 0.0116 | 1.73 | 5100 | 0.0096 | 3.2716 | -9.0292 | 0.9958 | 12.3008 | -649.8085 | -387.2067 | -1.3274 | -1.5748 |
113
+ | 0.0093 | 1.77 | 5200 | 0.0103 | 3.2228 | -9.3477 | 0.9983 | 12.5706 | -652.9938 | -387.6946 | -1.3153 | -1.5495 |
114
+ | 0.0058 | 1.8 | 5300 | 0.0103 | 3.1251 | -9.6052 | 0.9966 | 12.7303 | -655.5681 | -388.6714 | -1.3273 | -1.5594 |
115
+ | 0.0066 | 1.84 | 5400 | 0.0094 | 3.5167 | -9.0559 | 0.9983 | 12.5726 | -650.0754 | -384.7553 | -1.3330 | -1.5721 |
116
+ | 0.0038 | 1.87 | 5500 | 0.0093 | 3.5884 | -9.0262 | 0.9983 | 12.6146 | -649.7783 | -384.0386 | -1.3171 | -1.5599 |
117
+ | 0.0134 | 1.9 | 5600 | 0.0093 | 3.0874 | -9.8027 | 0.9983 | 12.8901 | -657.5432 | -389.0488 | -1.3368 | -1.5645 |
118
+ | 0.0059 | 1.94 | 5700 | 0.0098 | 3.4393 | -9.7104 | 0.9975 | 13.1497 | -656.6204 | -385.5294 | -1.3526 | -1.5716 |
119
+ | 0.0057 | 1.97 | 5800 | 0.0080 | 3.5892 | -9.4003 | 0.9983 | 12.9896 | -653.5198 | -384.0307 | -1.3593 | -1.5880 |
120
+ | 0.0015 | 2.01 | 5900 | 0.0102 | 3.4266 | -9.8551 | 0.9966 | 13.2816 | -658.0669 | -385.6569 | -1.3552 | -1.5837 |
121
+ | 0.0019 | 2.04 | 6000 | 0.0105 | 3.5092 | -9.9457 | 0.9983 | 13.4549 | -658.9734 | -384.8311 | -1.3418 | -1.5734 |
122
+ | 0.0049 | 2.07 | 6100 | 0.0083 | 3.4872 | -10.1039 | 0.9983 | 13.5911 | -660.5549 | -385.0504 | -1.3269 | -1.5633 |
123
+ | 0.0056 | 2.11 | 6200 | 0.0089 | 3.3922 | -10.3713 | 0.9975 | 13.7635 | -663.2297 | -386.0008 | -1.3437 | -1.5700 |
124
+ | 0.0041 | 2.14 | 6300 | 0.0078 | 3.5705 | -10.1344 | 0.9983 | 13.7049 | -660.8607 | -384.2182 | -1.3527 | -1.5831 |
125
+ | 0.0039 | 2.18 | 6400 | 0.0092 | 3.3798 | -10.7994 | 0.9975 | 14.1792 | -667.5103 | -386.1252 | -1.3748 | -1.5843 |
126
+ | 0.0018 | 2.21 | 6500 | 0.0076 | 3.5825 | -10.5328 | 0.9983 | 14.1153 | -664.8441 | -384.0977 | -1.3583 | -1.5744 |
127
+ | 0.0037 | 2.24 | 6600 | 0.0075 | 3.5553 | -10.3432 | 0.9983 | 13.8984 | -662.9481 | -384.3702 | -1.3604 | -1.5848 |
128
+ | 0.0021 | 2.28 | 6700 | 0.0082 | 3.7310 | -10.3324 | 0.9992 | 14.0634 | -662.8404 | -382.6127 | -1.3437 | -1.5693 |
129
+ | 0.0025 | 2.31 | 6800 | 0.0074 | 3.5582 | -10.6710 | 0.9975 | 14.2292 | -666.2263 | -384.3409 | -1.3487 | -1.5658 |
130
+ | 0.0112 | 2.35 | 6900 | 0.0076 | 3.5915 | -10.7786 | 0.9966 | 14.3700 | -667.3019 | -384.0081 | -1.3470 | -1.5688 |
131
+ | 0.0022 | 2.38 | 7000 | 0.0080 | 3.6060 | -10.6007 | 0.9975 | 14.2067 | -665.5234 | -383.8625 | -1.3536 | -1.5774 |
132
+ | 0.0012 | 2.41 | 7100 | 0.0063 | 3.5627 | -10.8773 | 0.9975 | 14.4400 | -668.2891 | -384.2953 | -1.3445 | -1.5681 |
133
+ | 0.0018 | 2.45 | 7200 | 0.0070 | 3.4237 | -11.0692 | 0.9975 | 14.4928 | -670.2083 | -385.6862 | -1.3656 | -1.5819 |
134
+ | 0.0084 | 2.48 | 7300 | 0.0079 | 3.7091 | -10.3477 | 0.9983 | 14.0569 | -662.9936 | -382.8314 | -1.3539 | -1.5873 |
135
+ | 0.0031 | 2.52 | 7400 | 0.0064 | 3.5680 | -10.4848 | 0.9983 | 14.0528 | -664.3639 | -384.2423 | -1.3510 | -1.5829 |
136
+ | 0.0027 | 2.55 | 7500 | 0.0069 | 3.5130 | -10.6612 | 0.9983 | 14.1741 | -666.1280 | -384.7932 | -1.3666 | -1.5947 |
137
+ | 0.0051 | 2.58 | 7600 | 0.0066 | 3.5461 | -10.7595 | 0.9983 | 14.3056 | -667.1109 | -384.4612 | -1.3600 | -1.5872 |
138
+ | 0.001 | 2.62 | 7700 | 0.0076 | 3.5633 | -10.7690 | 0.9983 | 14.3323 | -667.2067 | -384.2903 | -1.3486 | -1.5750 |
139
+ | 0.0021 | 2.65 | 7800 | 0.0066 | 3.6662 | -10.7670 | 0.9983 | 14.4332 | -667.1862 | -383.2607 | -1.3604 | -1.5892 |
140
+ | 0.004 | 2.69 | 7900 | 0.0067 | 3.7915 | -10.4856 | 0.9983 | 14.2771 | -664.3723 | -382.0074 | -1.3540 | -1.5830 |
141
+ | 0.0022 | 2.72 | 8000 | 0.0066 | 3.8259 | -10.5371 | 0.9983 | 14.3630 | -664.8873 | -381.6641 | -1.3510 | -1.5812 |
142
+ | 0.0018 | 2.75 | 8100 | 0.0071 | 3.7228 | -10.6783 | 0.9983 | 14.4011 | -666.2990 | -382.6946 | -1.3470 | -1.5789 |
143
+ | 0.0015 | 2.79 | 8200 | 0.0065 | 3.7032 | -10.7685 | 0.9983 | 14.4717 | -667.2010 | -382.8909 | -1.3501 | -1.5791 |
144
+ | 0.0015 | 2.82 | 8300 | 0.0072 | 3.7173 | -10.7747 | 0.9975 | 14.4920 | -667.2634 | -382.7499 | -1.3574 | -1.5864 |
145
+ | 0.0016 | 2.86 | 8400 | 0.0064 | 3.7268 | -10.7100 | 0.9983 | 14.4368 | -666.6169 | -382.6550 | -1.3626 | -1.5899 |
146
+ | 0.0022 | 2.89 | 8500 | 0.0062 | 3.6175 | -10.9238 | 0.9992 | 14.5413 | -668.7542 | -383.7477 | -1.3531 | -1.5792 |
147
+ | 0.0032 | 2.92 | 8600 | 0.0059 | 3.7174 | -10.7382 | 0.9983 | 14.4556 | -666.8983 | -382.7484 | -1.3576 | -1.5869 |
148
+ | 0.0035 | 2.96 | 8700 | 0.0062 | 3.5749 | -11.0859 | 0.9975 | 14.6608 | -670.3754 | -384.1739 | -1.3459 | -1.5728 |
149
+ | 0.0024 | 2.99 | 8800 | 0.0062 | 3.6894 | -10.8042 | 0.9983 | 14.4936 | -667.5587 | -383.0290 | -1.3618 | -1.5891 |
150
+
151
+
152
+ ### Framework versions
153
+
154
+ - Transformers 4.35.0
155
+ - Pytorch 2.1.1+cu121
156
+ - Datasets 2.14.6
157
+ - Tokenizers 0.14.1
all_results.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_logits/chosen": -1.588410496711731,
4
+ "eval_logits/rejected": -1.3595237731933594,
5
+ "eval_logps/chosen": -383.10223388671875,
6
+ "eval_logps/rejected": -666.2252807617188,
7
+ "eval_loss": 0.005952088162302971,
8
+ "eval_rewards/accuracies": 0.996632993221283,
9
+ "eval_rewards/chosen": 3.6820499897003174,
10
+ "eval_rewards/margins": 14.352936744689941,
11
+ "eval_rewards/rejected": -10.670886993408203,
12
+ "eval_runtime": 577.443,
13
+ "eval_samples": 9500,
14
+ "eval_samples_per_second": 16.452,
15
+ "eval_steps_per_second": 0.514,
16
+ "train_loss": 0.053706495013128505,
17
+ "train_runtime": 110737.0914,
18
+ "train_samples": 188284,
19
+ "train_samples_per_second": 5.101,
20
+ "train_steps_per_second": 0.08
21
+ }
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "databricks/dolly-v2-7b",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": 0.1,
9
+ "custom_pipelines": {
10
+ "text-generation": {
11
+ "impl": "instruct_pipeline.InstructionTextGenerationPipeline",
12
+ "pt": "AutoModelForCausalLM",
13
+ "tf": "TFAutoModelForCausalLM"
14
+ }
15
+ },
16
+ "eos_token_id": 0,
17
+ "hidden_act": "gelu",
18
+ "hidden_dropout": 0.0,
19
+ "hidden_size": 4096,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 16384,
22
+ "layer_norm_eps": 1e-05,
23
+ "max_position_embeddings": 2048,
24
+ "model_type": "gpt_neox",
25
+ "num_attention_heads": 32,
26
+ "num_hidden_layers": 32,
27
+ "rope_scaling": null,
28
+ "rotary_emb_base": 10000,
29
+ "rotary_pct": 0.25,
30
+ "tie_word_embeddings": false,
31
+ "torch_dtype": "bfloat16",
32
+ "transformers_version": "4.35.0",
33
+ "use_cache": false,
34
+ "use_parallel_residual": true,
35
+ "vocab_size": 50280
36
+ }
eval_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_logits/chosen": -1.588410496711731,
4
+ "eval_logits/rejected": -1.3595237731933594,
5
+ "eval_logps/chosen": -383.10223388671875,
6
+ "eval_logps/rejected": -666.2252807617188,
7
+ "eval_loss": 0.005952088162302971,
8
+ "eval_rewards/accuracies": 0.996632993221283,
9
+ "eval_rewards/chosen": 3.6820499897003174,
10
+ "eval_rewards/margins": 14.352936744689941,
11
+ "eval_rewards/rejected": -10.670886993408203,
12
+ "eval_runtime": 577.443,
13
+ "eval_samples": 9500,
14
+ "eval_samples_per_second": 16.452,
15
+ "eval_steps_per_second": 0.514
16
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.35.0",
6
+ "use_cache": false
7
+ }
model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bf0d53821e055e9be5271fed69b1ff8eb27ddb06260ae5ee66acd5b8969e561
3
+ size 4976550272
model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18aa0607e1e0110d81d3e9f0fcf936dac96aba34f029a28cdf4baa5b3152a1a1
3
+ size 4967384136
model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca10db78dfec805b59ccf294e4080c8df1b6f25ec3567d59b28713ffa0466af9
3
+ size 3768225552
model.safetensors.index.json ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 13712113664
4
+ },
5
+ "weight_map": {
6
+ "embed_out.weight": "model-00003-of-00003.safetensors",
7
+ "gpt_neox.embed_in.weight": "model-00001-of-00003.safetensors",
8
+ "gpt_neox.final_layer_norm.bias": "model-00003-of-00003.safetensors",
9
+ "gpt_neox.final_layer_norm.weight": "model-00003-of-00003.safetensors",
10
+ "gpt_neox.layers.0.attention.dense.bias": "model-00001-of-00003.safetensors",
11
+ "gpt_neox.layers.0.attention.dense.weight": "model-00001-of-00003.safetensors",
12
+ "gpt_neox.layers.0.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
13
+ "gpt_neox.layers.0.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
14
+ "gpt_neox.layers.0.input_layernorm.bias": "model-00001-of-00003.safetensors",
15
+ "gpt_neox.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
16
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
17
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
18
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
19
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
20
+ "gpt_neox.layers.0.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
21
+ "gpt_neox.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
22
+ "gpt_neox.layers.1.attention.dense.bias": "model-00001-of-00003.safetensors",
23
+ "gpt_neox.layers.1.attention.dense.weight": "model-00001-of-00003.safetensors",
24
+ "gpt_neox.layers.1.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
25
+ "gpt_neox.layers.1.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
26
+ "gpt_neox.layers.1.input_layernorm.bias": "model-00001-of-00003.safetensors",
27
+ "gpt_neox.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
28
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
29
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
30
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
31
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
32
+ "gpt_neox.layers.1.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
33
+ "gpt_neox.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
34
+ "gpt_neox.layers.10.attention.dense.bias": "model-00001-of-00003.safetensors",
35
+ "gpt_neox.layers.10.attention.dense.weight": "model-00001-of-00003.safetensors",
36
+ "gpt_neox.layers.10.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
37
+ "gpt_neox.layers.10.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
38
+ "gpt_neox.layers.10.input_layernorm.bias": "model-00001-of-00003.safetensors",
39
+ "gpt_neox.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
40
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
41
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
42
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
43
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
44
+ "gpt_neox.layers.10.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
45
+ "gpt_neox.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
46
+ "gpt_neox.layers.11.attention.dense.bias": "model-00001-of-00003.safetensors",
47
+ "gpt_neox.layers.11.attention.dense.weight": "model-00001-of-00003.safetensors",
48
+ "gpt_neox.layers.11.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
49
+ "gpt_neox.layers.11.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
50
+ "gpt_neox.layers.11.input_layernorm.bias": "model-00001-of-00003.safetensors",
51
+ "gpt_neox.layers.11.input_layernorm.weight": "model-00001-of-00003.safetensors",
52
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
53
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
54
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
55
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
56
+ "gpt_neox.layers.11.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
57
+ "gpt_neox.layers.11.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
58
+ "gpt_neox.layers.12.attention.dense.bias": "model-00002-of-00003.safetensors",
59
+ "gpt_neox.layers.12.attention.dense.weight": "model-00002-of-00003.safetensors",
60
+ "gpt_neox.layers.12.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
61
+ "gpt_neox.layers.12.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
62
+ "gpt_neox.layers.12.input_layernorm.bias": "model-00002-of-00003.safetensors",
63
+ "gpt_neox.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
64
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
65
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
66
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
67
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
68
+ "gpt_neox.layers.12.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
69
+ "gpt_neox.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
70
+ "gpt_neox.layers.13.attention.dense.bias": "model-00002-of-00003.safetensors",
71
+ "gpt_neox.layers.13.attention.dense.weight": "model-00002-of-00003.safetensors",
72
+ "gpt_neox.layers.13.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
73
+ "gpt_neox.layers.13.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
74
+ "gpt_neox.layers.13.input_layernorm.bias": "model-00002-of-00003.safetensors",
75
+ "gpt_neox.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
76
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
77
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
78
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
79
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
80
+ "gpt_neox.layers.13.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
81
+ "gpt_neox.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
82
+ "gpt_neox.layers.14.attention.dense.bias": "model-00002-of-00003.safetensors",
83
+ "gpt_neox.layers.14.attention.dense.weight": "model-00002-of-00003.safetensors",
84
+ "gpt_neox.layers.14.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
85
+ "gpt_neox.layers.14.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
86
+ "gpt_neox.layers.14.input_layernorm.bias": "model-00002-of-00003.safetensors",
87
+ "gpt_neox.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
88
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
89
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
90
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
91
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
92
+ "gpt_neox.layers.14.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
93
+ "gpt_neox.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
94
+ "gpt_neox.layers.15.attention.dense.bias": "model-00002-of-00003.safetensors",
95
+ "gpt_neox.layers.15.attention.dense.weight": "model-00002-of-00003.safetensors",
96
+ "gpt_neox.layers.15.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
97
+ "gpt_neox.layers.15.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
98
+ "gpt_neox.layers.15.input_layernorm.bias": "model-00002-of-00003.safetensors",
99
+ "gpt_neox.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
100
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
101
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
102
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
103
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
104
+ "gpt_neox.layers.15.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
105
+ "gpt_neox.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
106
+ "gpt_neox.layers.16.attention.dense.bias": "model-00002-of-00003.safetensors",
107
+ "gpt_neox.layers.16.attention.dense.weight": "model-00002-of-00003.safetensors",
108
+ "gpt_neox.layers.16.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
109
+ "gpt_neox.layers.16.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
110
+ "gpt_neox.layers.16.input_layernorm.bias": "model-00002-of-00003.safetensors",
111
+ "gpt_neox.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
112
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
113
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
114
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
115
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
116
+ "gpt_neox.layers.16.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
117
+ "gpt_neox.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
118
+ "gpt_neox.layers.17.attention.dense.bias": "model-00002-of-00003.safetensors",
119
+ "gpt_neox.layers.17.attention.dense.weight": "model-00002-of-00003.safetensors",
120
+ "gpt_neox.layers.17.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
121
+ "gpt_neox.layers.17.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
122
+ "gpt_neox.layers.17.input_layernorm.bias": "model-00002-of-00003.safetensors",
123
+ "gpt_neox.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
124
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
125
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
126
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
127
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
128
+ "gpt_neox.layers.17.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
129
+ "gpt_neox.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
130
+ "gpt_neox.layers.18.attention.dense.bias": "model-00002-of-00003.safetensors",
131
+ "gpt_neox.layers.18.attention.dense.weight": "model-00002-of-00003.safetensors",
132
+ "gpt_neox.layers.18.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
133
+ "gpt_neox.layers.18.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
134
+ "gpt_neox.layers.18.input_layernorm.bias": "model-00002-of-00003.safetensors",
135
+ "gpt_neox.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
136
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
137
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
138
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
139
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
140
+ "gpt_neox.layers.18.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
141
+ "gpt_neox.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
142
+ "gpt_neox.layers.19.attention.dense.bias": "model-00002-of-00003.safetensors",
143
+ "gpt_neox.layers.19.attention.dense.weight": "model-00002-of-00003.safetensors",
144
+ "gpt_neox.layers.19.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
145
+ "gpt_neox.layers.19.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
146
+ "gpt_neox.layers.19.input_layernorm.bias": "model-00002-of-00003.safetensors",
147
+ "gpt_neox.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
148
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
149
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
150
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
151
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
152
+ "gpt_neox.layers.19.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
153
+ "gpt_neox.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
154
+ "gpt_neox.layers.2.attention.dense.bias": "model-00001-of-00003.safetensors",
155
+ "gpt_neox.layers.2.attention.dense.weight": "model-00001-of-00003.safetensors",
156
+ "gpt_neox.layers.2.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
157
+ "gpt_neox.layers.2.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
158
+ "gpt_neox.layers.2.input_layernorm.bias": "model-00001-of-00003.safetensors",
159
+ "gpt_neox.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
160
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
161
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
162
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
163
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
164
+ "gpt_neox.layers.2.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
165
+ "gpt_neox.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
166
+ "gpt_neox.layers.20.attention.dense.bias": "model-00002-of-00003.safetensors",
167
+ "gpt_neox.layers.20.attention.dense.weight": "model-00002-of-00003.safetensors",
168
+ "gpt_neox.layers.20.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
169
+ "gpt_neox.layers.20.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
170
+ "gpt_neox.layers.20.input_layernorm.bias": "model-00002-of-00003.safetensors",
171
+ "gpt_neox.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
172
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
173
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
174
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
175
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
176
+ "gpt_neox.layers.20.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
177
+ "gpt_neox.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
178
+ "gpt_neox.layers.21.attention.dense.bias": "model-00002-of-00003.safetensors",
179
+ "gpt_neox.layers.21.attention.dense.weight": "model-00002-of-00003.safetensors",
180
+ "gpt_neox.layers.21.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
181
+ "gpt_neox.layers.21.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
182
+ "gpt_neox.layers.21.input_layernorm.bias": "model-00002-of-00003.safetensors",
183
+ "gpt_neox.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
184
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
185
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
186
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
187
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
188
+ "gpt_neox.layers.21.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
189
+ "gpt_neox.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
190
+ "gpt_neox.layers.22.attention.dense.bias": "model-00002-of-00003.safetensors",
191
+ "gpt_neox.layers.22.attention.dense.weight": "model-00002-of-00003.safetensors",
192
+ "gpt_neox.layers.22.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
193
+ "gpt_neox.layers.22.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
194
+ "gpt_neox.layers.22.input_layernorm.bias": "model-00002-of-00003.safetensors",
195
+ "gpt_neox.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
196
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.bias": "model-00002-of-00003.safetensors",
197
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.weight": "model-00002-of-00003.safetensors",
198
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
199
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
200
+ "gpt_neox.layers.22.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
201
+ "gpt_neox.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
202
+ "gpt_neox.layers.23.attention.dense.bias": "model-00002-of-00003.safetensors",
203
+ "gpt_neox.layers.23.attention.dense.weight": "model-00002-of-00003.safetensors",
204
+ "gpt_neox.layers.23.attention.query_key_value.bias": "model-00002-of-00003.safetensors",
205
+ "gpt_neox.layers.23.attention.query_key_value.weight": "model-00002-of-00003.safetensors",
206
+ "gpt_neox.layers.23.input_layernorm.bias": "model-00002-of-00003.safetensors",
207
+ "gpt_neox.layers.23.input_layernorm.weight": "model-00002-of-00003.safetensors",
208
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
209
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
210
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.bias": "model-00002-of-00003.safetensors",
211
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.weight": "model-00002-of-00003.safetensors",
212
+ "gpt_neox.layers.23.post_attention_layernorm.bias": "model-00002-of-00003.safetensors",
213
+ "gpt_neox.layers.23.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
214
+ "gpt_neox.layers.24.attention.dense.bias": "model-00003-of-00003.safetensors",
215
+ "gpt_neox.layers.24.attention.dense.weight": "model-00003-of-00003.safetensors",
216
+ "gpt_neox.layers.24.attention.query_key_value.bias": "model-00003-of-00003.safetensors",
217
+ "gpt_neox.layers.24.attention.query_key_value.weight": "model-00003-of-00003.safetensors",
218
+ "gpt_neox.layers.24.input_layernorm.bias": "model-00003-of-00003.safetensors",
219
+ "gpt_neox.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
220
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
221
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
222
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.bias": "model-00003-of-00003.safetensors",
223
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
224
+ "gpt_neox.layers.24.post_attention_layernorm.bias": "model-00003-of-00003.safetensors",
225
+ "gpt_neox.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
226
+ "gpt_neox.layers.25.attention.dense.bias": "model-00003-of-00003.safetensors",
227
+ "gpt_neox.layers.25.attention.dense.weight": "model-00003-of-00003.safetensors",
228
+ "gpt_neox.layers.25.attention.query_key_value.bias": "model-00003-of-00003.safetensors",
229
+ "gpt_neox.layers.25.attention.query_key_value.weight": "model-00003-of-00003.safetensors",
230
+ "gpt_neox.layers.25.input_layernorm.bias": "model-00003-of-00003.safetensors",
231
+ "gpt_neox.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
232
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
233
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
234
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.bias": "model-00003-of-00003.safetensors",
235
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
236
+ "gpt_neox.layers.25.post_attention_layernorm.bias": "model-00003-of-00003.safetensors",
237
+ "gpt_neox.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
238
+ "gpt_neox.layers.26.attention.dense.bias": "model-00003-of-00003.safetensors",
239
+ "gpt_neox.layers.26.attention.dense.weight": "model-00003-of-00003.safetensors",
240
+ "gpt_neox.layers.26.attention.query_key_value.bias": "model-00003-of-00003.safetensors",
241
+ "gpt_neox.layers.26.attention.query_key_value.weight": "model-00003-of-00003.safetensors",
242
+ "gpt_neox.layers.26.input_layernorm.bias": "model-00003-of-00003.safetensors",
243
+ "gpt_neox.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
244
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
245
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
246
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.bias": "model-00003-of-00003.safetensors",
247
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
248
+ "gpt_neox.layers.26.post_attention_layernorm.bias": "model-00003-of-00003.safetensors",
249
+ "gpt_neox.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
250
+ "gpt_neox.layers.27.attention.dense.bias": "model-00003-of-00003.safetensors",
251
+ "gpt_neox.layers.27.attention.dense.weight": "model-00003-of-00003.safetensors",
252
+ "gpt_neox.layers.27.attention.query_key_value.bias": "model-00003-of-00003.safetensors",
253
+ "gpt_neox.layers.27.attention.query_key_value.weight": "model-00003-of-00003.safetensors",
254
+ "gpt_neox.layers.27.input_layernorm.bias": "model-00003-of-00003.safetensors",
255
+ "gpt_neox.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
256
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
257
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
258
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.bias": "model-00003-of-00003.safetensors",
259
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
260
+ "gpt_neox.layers.27.post_attention_layernorm.bias": "model-00003-of-00003.safetensors",
261
+ "gpt_neox.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
262
+ "gpt_neox.layers.28.attention.dense.bias": "model-00003-of-00003.safetensors",
263
+ "gpt_neox.layers.28.attention.dense.weight": "model-00003-of-00003.safetensors",
264
+ "gpt_neox.layers.28.attention.query_key_value.bias": "model-00003-of-00003.safetensors",
265
+ "gpt_neox.layers.28.attention.query_key_value.weight": "model-00003-of-00003.safetensors",
266
+ "gpt_neox.layers.28.input_layernorm.bias": "model-00003-of-00003.safetensors",
267
+ "gpt_neox.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
268
+ "gpt_neox.layers.28.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
269
+ "gpt_neox.layers.28.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
270
+ "gpt_neox.layers.28.mlp.dense_h_to_4h.bias": "model-00003-of-00003.safetensors",
271
+ "gpt_neox.layers.28.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
272
+ "gpt_neox.layers.28.post_attention_layernorm.bias": "model-00003-of-00003.safetensors",
273
+ "gpt_neox.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
274
+ "gpt_neox.layers.29.attention.dense.bias": "model-00003-of-00003.safetensors",
275
+ "gpt_neox.layers.29.attention.dense.weight": "model-00003-of-00003.safetensors",
276
+ "gpt_neox.layers.29.attention.query_key_value.bias": "model-00003-of-00003.safetensors",
277
+ "gpt_neox.layers.29.attention.query_key_value.weight": "model-00003-of-00003.safetensors",
278
+ "gpt_neox.layers.29.input_layernorm.bias": "model-00003-of-00003.safetensors",
279
+ "gpt_neox.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
280
+ "gpt_neox.layers.29.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
281
+ "gpt_neox.layers.29.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
282
+ "gpt_neox.layers.29.mlp.dense_h_to_4h.bias": "model-00003-of-00003.safetensors",
283
+ "gpt_neox.layers.29.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
284
+ "gpt_neox.layers.29.post_attention_layernorm.bias": "model-00003-of-00003.safetensors",
285
+ "gpt_neox.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
286
+ "gpt_neox.layers.3.attention.dense.bias": "model-00001-of-00003.safetensors",
287
+ "gpt_neox.layers.3.attention.dense.weight": "model-00001-of-00003.safetensors",
288
+ "gpt_neox.layers.3.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
289
+ "gpt_neox.layers.3.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
290
+ "gpt_neox.layers.3.input_layernorm.bias": "model-00001-of-00003.safetensors",
291
+ "gpt_neox.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
292
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
293
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
294
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
295
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
296
+ "gpt_neox.layers.3.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
297
+ "gpt_neox.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
298
+ "gpt_neox.layers.30.attention.dense.bias": "model-00003-of-00003.safetensors",
299
+ "gpt_neox.layers.30.attention.dense.weight": "model-00003-of-00003.safetensors",
300
+ "gpt_neox.layers.30.attention.query_key_value.bias": "model-00003-of-00003.safetensors",
301
+ "gpt_neox.layers.30.attention.query_key_value.weight": "model-00003-of-00003.safetensors",
302
+ "gpt_neox.layers.30.input_layernorm.bias": "model-00003-of-00003.safetensors",
303
+ "gpt_neox.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
304
+ "gpt_neox.layers.30.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
305
+ "gpt_neox.layers.30.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
306
+ "gpt_neox.layers.30.mlp.dense_h_to_4h.bias": "model-00003-of-00003.safetensors",
307
+ "gpt_neox.layers.30.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
308
+ "gpt_neox.layers.30.post_attention_layernorm.bias": "model-00003-of-00003.safetensors",
309
+ "gpt_neox.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
310
+ "gpt_neox.layers.31.attention.dense.bias": "model-00003-of-00003.safetensors",
311
+ "gpt_neox.layers.31.attention.dense.weight": "model-00003-of-00003.safetensors",
312
+ "gpt_neox.layers.31.attention.query_key_value.bias": "model-00003-of-00003.safetensors",
313
+ "gpt_neox.layers.31.attention.query_key_value.weight": "model-00003-of-00003.safetensors",
314
+ "gpt_neox.layers.31.input_layernorm.bias": "model-00003-of-00003.safetensors",
315
+ "gpt_neox.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
316
+ "gpt_neox.layers.31.mlp.dense_4h_to_h.bias": "model-00003-of-00003.safetensors",
317
+ "gpt_neox.layers.31.mlp.dense_4h_to_h.weight": "model-00003-of-00003.safetensors",
318
+ "gpt_neox.layers.31.mlp.dense_h_to_4h.bias": "model-00003-of-00003.safetensors",
319
+ "gpt_neox.layers.31.mlp.dense_h_to_4h.weight": "model-00003-of-00003.safetensors",
320
+ "gpt_neox.layers.31.post_attention_layernorm.bias": "model-00003-of-00003.safetensors",
321
+ "gpt_neox.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
322
+ "gpt_neox.layers.4.attention.dense.bias": "model-00001-of-00003.safetensors",
323
+ "gpt_neox.layers.4.attention.dense.weight": "model-00001-of-00003.safetensors",
324
+ "gpt_neox.layers.4.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
325
+ "gpt_neox.layers.4.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
326
+ "gpt_neox.layers.4.input_layernorm.bias": "model-00001-of-00003.safetensors",
327
+ "gpt_neox.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
328
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
329
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
330
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
331
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
332
+ "gpt_neox.layers.4.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
333
+ "gpt_neox.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
334
+ "gpt_neox.layers.5.attention.dense.bias": "model-00001-of-00003.safetensors",
335
+ "gpt_neox.layers.5.attention.dense.weight": "model-00001-of-00003.safetensors",
336
+ "gpt_neox.layers.5.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
337
+ "gpt_neox.layers.5.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
338
+ "gpt_neox.layers.5.input_layernorm.bias": "model-00001-of-00003.safetensors",
339
+ "gpt_neox.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
340
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
341
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
342
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
343
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
344
+ "gpt_neox.layers.5.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
345
+ "gpt_neox.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
346
+ "gpt_neox.layers.6.attention.dense.bias": "model-00001-of-00003.safetensors",
347
+ "gpt_neox.layers.6.attention.dense.weight": "model-00001-of-00003.safetensors",
348
+ "gpt_neox.layers.6.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
349
+ "gpt_neox.layers.6.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
350
+ "gpt_neox.layers.6.input_layernorm.bias": "model-00001-of-00003.safetensors",
351
+ "gpt_neox.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
352
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
353
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
354
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
355
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
356
+ "gpt_neox.layers.6.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
357
+ "gpt_neox.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
358
+ "gpt_neox.layers.7.attention.dense.bias": "model-00001-of-00003.safetensors",
359
+ "gpt_neox.layers.7.attention.dense.weight": "model-00001-of-00003.safetensors",
360
+ "gpt_neox.layers.7.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
361
+ "gpt_neox.layers.7.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
362
+ "gpt_neox.layers.7.input_layernorm.bias": "model-00001-of-00003.safetensors",
363
+ "gpt_neox.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
364
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
365
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
366
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
367
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
368
+ "gpt_neox.layers.7.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
369
+ "gpt_neox.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
370
+ "gpt_neox.layers.8.attention.dense.bias": "model-00001-of-00003.safetensors",
371
+ "gpt_neox.layers.8.attention.dense.weight": "model-00001-of-00003.safetensors",
372
+ "gpt_neox.layers.8.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
373
+ "gpt_neox.layers.8.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
374
+ "gpt_neox.layers.8.input_layernorm.bias": "model-00001-of-00003.safetensors",
375
+ "gpt_neox.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
376
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
377
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
378
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
379
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
380
+ "gpt_neox.layers.8.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
381
+ "gpt_neox.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
382
+ "gpt_neox.layers.9.attention.dense.bias": "model-00001-of-00003.safetensors",
383
+ "gpt_neox.layers.9.attention.dense.weight": "model-00001-of-00003.safetensors",
384
+ "gpt_neox.layers.9.attention.query_key_value.bias": "model-00001-of-00003.safetensors",
385
+ "gpt_neox.layers.9.attention.query_key_value.weight": "model-00001-of-00003.safetensors",
386
+ "gpt_neox.layers.9.input_layernorm.bias": "model-00001-of-00003.safetensors",
387
+ "gpt_neox.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
388
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.bias": "model-00001-of-00003.safetensors",
389
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.weight": "model-00001-of-00003.safetensors",
390
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.bias": "model-00001-of-00003.safetensors",
391
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.weight": "model-00001-of-00003.safetensors",
392
+ "gpt_neox.layers.9.post_attention_layernorm.bias": "model-00001-of-00003.safetensors",
393
+ "gpt_neox.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors"
394
+ }
395
+ }
runs/Jan18_04-46-46_amaterasu/events.out.tfevents.1705553259.amaterasu.604267.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b91754c6570a301d589e8bcf2716878ff4cb6826eacd690e4f44da98fb6d0ff
3
+ size 629806
runs/Jan18_04-46-46_amaterasu/events.out.tfevents.1705664574.amaterasu.604267.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27adb067b5df10085254b4af7f1cdc589f9764e631e5790d765818c5dd56fc0a
3
+ size 828
special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "### End",
4
+ "### Instruction:",
5
+ "### Response:"
6
+ ],
7
+ "bos_token": "<|endoftext|>",
8
+ "eos_token": "<|endoftext|>",
9
+ "pad_token": "<|endoftext|>",
10
+ "unk_token": "<|endoftext|>"
11
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<|padding|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "50254": {
21
+ "content": " ",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": false
27
+ },
28
+ "50255": {
29
+ "content": " ",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": false
35
+ },
36
+ "50256": {
37
+ "content": " ",
38
+ "lstrip": false,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": false
43
+ },
44
+ "50257": {
45
+ "content": " ",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": false
51
+ },
52
+ "50258": {
53
+ "content": " ",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": false
59
+ },
60
+ "50259": {
61
+ "content": " ",
62
+ "lstrip": false,
63
+ "normalized": true,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": false
67
+ },
68
+ "50260": {
69
+ "content": " ",
70
+ "lstrip": false,
71
+ "normalized": true,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": false
75
+ },
76
+ "50261": {
77
+ "content": " ",
78
+ "lstrip": false,
79
+ "normalized": true,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": false
83
+ },
84
+ "50262": {
85
+ "content": " ",
86
+ "lstrip": false,
87
+ "normalized": true,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": false
91
+ },
92
+ "50263": {
93
+ "content": " ",
94
+ "lstrip": false,
95
+ "normalized": true,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": false
99
+ },
100
+ "50264": {
101
+ "content": " ",
102
+ "lstrip": false,
103
+ "normalized": true,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": false
107
+ },
108
+ "50265": {
109
+ "content": " ",
110
+ "lstrip": false,
111
+ "normalized": true,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": false
115
+ },
116
+ "50266": {
117
+ "content": " ",
118
+ "lstrip": false,
119
+ "normalized": true,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "50267": {
125
+ "content": " ",
126
+ "lstrip": false,
127
+ "normalized": true,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "50268": {
133
+ "content": " ",
134
+ "lstrip": false,
135
+ "normalized": true,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "50269": {
141
+ "content": " ",
142
+ "lstrip": false,
143
+ "normalized": true,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "50270": {
149
+ "content": " ",
150
+ "lstrip": false,
151
+ "normalized": true,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "50271": {
157
+ "content": " ",
158
+ "lstrip": false,
159
+ "normalized": true,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "50272": {
165
+ "content": " ",
166
+ "lstrip": false,
167
+ "normalized": true,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "50273": {
173
+ "content": " ",
174
+ "lstrip": false,
175
+ "normalized": true,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "50274": {
181
+ "content": " ",
182
+ "lstrip": false,
183
+ "normalized": true,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "50275": {
189
+ "content": " ",
190
+ "lstrip": false,
191
+ "normalized": true,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "50276": {
197
+ "content": " ",
198
+ "lstrip": false,
199
+ "normalized": true,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ },
204
+ "50277": {
205
+ "content": "### End",
206
+ "lstrip": false,
207
+ "normalized": false,
208
+ "rstrip": false,
209
+ "single_word": false,
210
+ "special": true
211
+ },
212
+ "50278": {
213
+ "content": "### Instruction:",
214
+ "lstrip": false,
215
+ "normalized": false,
216
+ "rstrip": false,
217
+ "single_word": false,
218
+ "special": true
219
+ },
220
+ "50279": {
221
+ "content": "### Response:",
222
+ "lstrip": false,
223
+ "normalized": false,
224
+ "rstrip": false,
225
+ "single_word": false,
226
+ "special": true
227
+ }
228
+ },
229
+ "additional_special_tokens": [
230
+ "### End",
231
+ "### Instruction:",
232
+ "### Response:"
233
+ ],
234
+ "bos_token": "<|endoftext|>",
235
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
236
+ "clean_up_tokenization_spaces": true,
237
+ "eos_token": "<|endoftext|>",
238
+ "model_max_length": 2048,
239
+ "pad_token": "<|endoftext|>",
240
+ "tokenizer_class": "GPTNeoXTokenizer",
241
+ "unk_token": "<|endoftext|>"
242
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.053706495013128505,
4
+ "train_runtime": 110737.0914,
5
+ "train_samples": 188284,
6
+ "train_samples_per_second": 5.101,
7
+ "train_steps_per_second": 0.08
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353d89b167d3956a3f2021230bff4fb1906b723c75ba573abd59db26e03ffd69
3
+ size 5752