nlile commited on
Commit
b5e5bdb
1 Parent(s): b7a7cf3

Model save

Browse files
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/StableBeluga-7B
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: PE-7b-full
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
+ # PE-7b-full
14
+
15
+ This model is a fine-tuned version of [stabilityai/StableBeluga-7B](https://huggingface.co/stabilityai/StableBeluga-7B) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0066
18
+ - Rewards/chosen: -0.4634
19
+ - Rewards/rejected: -29.4677
20
+ - Rewards/accuracies: 0.9888
21
+ - Rewards/margins: 29.0043
22
+ - Logps/rejected: -123.7968
23
+ - Logps/chosen: -86.4647
24
+ - Logits/rejected: -0.9397
25
+ - Logits/chosen: -1.0258
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 3e-07
45
+ - train_batch_size: 2
46
+ - eval_batch_size: 2
47
+ - seed: 42
48
+ - distributed_type: multi-GPU
49
+ - num_devices: 8
50
+ - gradient_accumulation_steps: 4
51
+ - total_train_batch_size: 64
52
+ - total_eval_batch_size: 16
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.5515 | 0.05 | 100 | 0.5420 | 0.0859 | -0.2570 | 0.9106 | 0.3429 | -65.3753 | -85.3660 | -0.4062 | -0.3984 |
63
+ | 0.2448 | 0.09 | 200 | 0.2390 | 0.3339 | -1.2158 | 0.9888 | 1.5497 | -67.2930 | -84.8700 | -0.3981 | -0.3938 |
64
+ | 0.0948 | 0.14 | 300 | 0.0937 | 0.5868 | -2.7801 | 0.9888 | 3.3669 | -70.4216 | -84.3642 | -0.4035 | -0.4048 |
65
+ | 0.0466 | 0.18 | 400 | 0.0534 | 0.8294 | -3.8553 | 0.9888 | 4.6847 | -72.5720 | -83.8791 | -0.4093 | -0.4163 |
66
+ | 0.0261 | 0.23 | 500 | 0.0265 | 0.9450 | -6.0844 | 0.9888 | 7.0294 | -77.0302 | -83.6478 | -0.4364 | -0.4554 |
67
+ | 0.0129 | 0.27 | 600 | 0.0155 | 0.8955 | -9.0192 | 0.9888 | 9.9148 | -82.8998 | -83.7468 | -0.4445 | -0.4719 |
68
+ | 0.0069 | 0.32 | 700 | 0.0112 | 0.7377 | -12.1121 | 0.9888 | 12.8498 | -89.0856 | -84.0625 | -0.4617 | -0.4981 |
69
+ | 0.0044 | 0.37 | 800 | 0.0095 | 0.5497 | -14.1581 | 0.9888 | 14.7077 | -93.1776 | -84.4385 | -0.4990 | -0.5433 |
70
+ | 0.004 | 0.41 | 900 | 0.0095 | 0.5781 | -16.2335 | 0.9888 | 16.8116 | -97.3284 | -84.3816 | -0.5203 | -0.5699 |
71
+ | 0.0046 | 0.46 | 1000 | 0.0089 | 0.7788 | -16.4021 | 0.9944 | 17.1809 | -97.6655 | -83.9802 | -0.5542 | -0.6027 |
72
+ | 0.0127 | 0.5 | 1100 | 0.0080 | 0.7755 | -16.5854 | 0.9972 | 17.3608 | -98.0321 | -83.9869 | -0.5407 | -0.5882 |
73
+ | 0.0192 | 0.55 | 1200 | 0.0082 | 0.8670 | -16.5839 | 0.9916 | 17.4509 | -98.0292 | -83.8038 | -0.5752 | -0.6293 |
74
+ | 0.0043 | 0.59 | 1300 | 0.0083 | 0.7239 | -18.6420 | 0.9888 | 19.3659 | -102.1455 | -84.0900 | -0.5830 | -0.6429 |
75
+ | 0.0063 | 0.64 | 1400 | 0.0078 | 0.7659 | -18.6685 | 0.9944 | 19.4343 | -102.1983 | -84.0061 | -0.6007 | -0.6587 |
76
+ | 0.0022 | 0.68 | 1500 | 0.0079 | 0.5026 | -19.6619 | 0.9888 | 20.1645 | -104.1852 | -84.5328 | -0.5968 | -0.6541 |
77
+ | 0.005 | 0.73 | 1600 | 0.0069 | 0.7199 | -19.4554 | 0.9888 | 20.1754 | -103.7723 | -84.0980 | -0.6482 | -0.7077 |
78
+ | 0.0038 | 0.78 | 1700 | 0.0068 | 0.8857 | -19.6624 | 0.9888 | 20.5482 | -104.1863 | -83.7664 | -0.6247 | -0.6826 |
79
+ | 0.0073 | 0.82 | 1800 | 0.0069 | 1.0901 | -19.2226 | 0.9888 | 20.3128 | -103.3067 | -83.3576 | -0.5992 | -0.6539 |
80
+ | 0.003 | 0.87 | 1900 | 0.0070 | 0.8410 | -20.8141 | 0.9916 | 21.6551 | -106.4896 | -83.8559 | -0.6232 | -0.6807 |
81
+ | 0.01 | 0.91 | 2000 | 0.0059 | 1.1930 | -19.2176 | 0.9916 | 20.4106 | -103.2967 | -83.1518 | -0.6641 | -0.7237 |
82
+ | 0.0061 | 0.96 | 2100 | 0.0059 | 1.6526 | -18.5437 | 0.9944 | 20.1963 | -101.9488 | -82.2327 | -0.6358 | -0.6923 |
83
+ | 0.0024 | 1.0 | 2200 | 0.0058 | 1.1178 | -18.9331 | 0.9916 | 20.0508 | -102.7275 | -83.3023 | -0.6583 | -0.7134 |
84
+ | 0.0027 | 1.05 | 2300 | 0.0058 | 1.1025 | -19.5454 | 0.9916 | 20.6479 | -103.9522 | -83.3328 | -0.6872 | -0.7461 |
85
+ | 0.0057 | 1.1 | 2400 | 0.0061 | 0.8696 | -21.2149 | 0.9972 | 22.0845 | -107.2913 | -83.7987 | -0.7055 | -0.7693 |
86
+ | 0.0076 | 1.14 | 2500 | 0.0055 | 1.0200 | -20.0814 | 0.9916 | 21.1015 | -105.0243 | -83.4978 | -0.7059 | -0.7654 |
87
+ | 0.0025 | 1.19 | 2600 | 0.0058 | 1.1592 | -20.6357 | 0.9916 | 21.7949 | -106.1328 | -83.2194 | -0.6809 | -0.7385 |
88
+ | 0.0046 | 1.23 | 2700 | 0.0057 | 0.8385 | -20.2499 | 0.9916 | 21.0883 | -105.3611 | -83.8609 | -0.6824 | -0.7374 |
89
+ | 0.0039 | 1.28 | 2800 | 0.0058 | 0.6816 | -20.7605 | 0.9944 | 21.4421 | -106.3823 | -84.1746 | -0.7219 | -0.7845 |
90
+ | 0.0024 | 1.32 | 2900 | 0.0059 | 0.7668 | -22.0609 | 0.9916 | 22.8277 | -108.9833 | -84.0043 | -0.7625 | -0.8322 |
91
+ | 0.0033 | 1.37 | 3000 | 0.0055 | 1.3010 | -20.9961 | 0.9916 | 22.2971 | -106.8535 | -82.9359 | -0.7534 | -0.8209 |
92
+ | 0.0035 | 1.42 | 3100 | 0.0054 | 1.3118 | -20.5134 | 0.9916 | 21.8252 | -105.8883 | -82.9143 | -0.7521 | -0.8162 |
93
+ | 0.0033 | 1.46 | 3200 | 0.0055 | 1.3335 | -20.8912 | 0.9944 | 22.2247 | -106.6437 | -82.8708 | -0.7612 | -0.8293 |
94
+ | 0.0021 | 1.51 | 3300 | 0.0058 | 1.1173 | -22.2893 | 0.9916 | 23.4066 | -109.4400 | -83.3032 | -0.7843 | -0.8567 |
95
+ | 0.0012 | 1.55 | 3400 | 0.0064 | 0.9283 | -23.7370 | 0.9916 | 24.6653 | -112.3355 | -83.6813 | -0.7884 | -0.8611 |
96
+ | 0.0004 | 1.6 | 3500 | 0.0068 | 0.9145 | -24.8915 | 0.9916 | 25.8060 | -114.6444 | -83.7089 | -0.7965 | -0.8752 |
97
+ | 0.0035 | 1.64 | 3600 | 0.0063 | 0.9910 | -24.2224 | 0.9916 | 25.2134 | -113.3062 | -83.5558 | -0.8029 | -0.8784 |
98
+ | 0.0031 | 1.69 | 3700 | 0.0069 | 0.6681 | -25.5613 | 0.9888 | 26.2294 | -115.9840 | -84.2016 | -0.8334 | -0.9142 |
99
+ | 0.0063 | 1.73 | 3800 | 0.0064 | 0.9458 | -24.5955 | 0.9916 | 25.5413 | -114.0523 | -83.6462 | -0.8256 | -0.9017 |
100
+ | 0.0041 | 1.78 | 3900 | 0.0067 | 1.2097 | -24.8538 | 0.9916 | 26.0635 | -114.5689 | -83.1184 | -0.8070 | -0.8836 |
101
+ | 0.0034 | 1.83 | 4000 | 0.0062 | 1.4285 | -24.3976 | 0.9916 | 25.8261 | -113.6566 | -82.6809 | -0.8036 | -0.8783 |
102
+ | 0.0043 | 1.87 | 4100 | 0.0064 | 1.2740 | -24.3713 | 0.9916 | 25.6453 | -113.6040 | -82.9898 | -0.7990 | -0.8751 |
103
+ | 0.0008 | 1.92 | 4200 | 0.0062 | 0.8474 | -23.9420 | 0.9888 | 24.7894 | -112.7454 | -83.8431 | -0.7886 | -0.8626 |
104
+ | 0.0045 | 1.96 | 4300 | 0.0061 | 0.7728 | -24.1102 | 0.9888 | 24.8830 | -113.0818 | -83.9923 | -0.8065 | -0.8774 |
105
+ | 0.0025 | 2.01 | 4400 | 0.0056 | 0.6654 | -23.7611 | 0.9916 | 24.4265 | -112.3836 | -84.2071 | -0.8145 | -0.8857 |
106
+ | 0.0032 | 2.05 | 4500 | 0.0057 | 0.3483 | -24.4947 | 0.9944 | 24.8430 | -113.8508 | -84.8413 | -0.8185 | -0.8907 |
107
+ | 0.0022 | 2.1 | 4600 | 0.0058 | 0.2667 | -24.9497 | 0.9916 | 25.2165 | -114.7609 | -85.0044 | -0.8229 | -0.8971 |
108
+ | 0.0011 | 2.15 | 4700 | 0.0060 | -0.0008 | -25.6118 | 0.9888 | 25.6110 | -116.0850 | -85.5395 | -0.8374 | -0.9151 |
109
+ | 0.0066 | 2.19 | 4800 | 0.0061 | -0.0374 | -26.0644 | 0.9916 | 26.0271 | -116.9903 | -85.6126 | -0.8540 | -0.9306 |
110
+ | 0.0022 | 2.24 | 4900 | 0.0063 | 0.0818 | -26.4597 | 0.9888 | 26.5415 | -117.7807 | -85.3742 | -0.8703 | -0.9493 |
111
+ | 0.0028 | 2.28 | 5000 | 0.0077 | -0.7880 | -28.0697 | 0.9888 | 27.2817 | -121.0009 | -87.1139 | -0.8802 | -0.9634 |
112
+ | 0.0038 | 2.33 | 5100 | 0.0068 | -0.2700 | -27.7191 | 0.9888 | 27.4491 | -120.2996 | -86.0779 | -0.8897 | -0.9719 |
113
+ | 0.0044 | 2.37 | 5200 | 0.0071 | -0.4228 | -28.3790 | 0.9916 | 27.9562 | -121.6195 | -86.3835 | -0.8925 | -0.9753 |
114
+ | 0.0022 | 2.42 | 5300 | 0.0072 | -0.5950 | -29.1837 | 0.9888 | 28.5887 | -123.2288 | -86.7278 | -0.9123 | -0.9960 |
115
+ | 0.0022 | 2.46 | 5400 | 0.0073 | -0.7860 | -29.4389 | 0.9888 | 28.6529 | -123.7393 | -87.1098 | -0.9223 | -1.0087 |
116
+ | 0.0001 | 2.51 | 5500 | 0.0073 | -0.9058 | -29.7384 | 0.9888 | 28.8326 | -124.3382 | -87.3495 | -0.9299 | -1.0164 |
117
+ | 0.0022 | 2.56 | 5600 | 0.0070 | -0.8180 | -29.5150 | 0.9916 | 28.6970 | -123.8913 | -87.1738 | -0.9322 | -1.0181 |
118
+ | 0.0011 | 2.6 | 5700 | 0.0071 | -0.6171 | -29.4081 | 0.9888 | 28.7910 | -123.6776 | -86.7721 | -0.9332 | -1.0216 |
119
+ | 0.0054 | 2.65 | 5800 | 0.0071 | -0.6641 | -29.7689 | 0.9888 | 29.1048 | -124.3992 | -86.8661 | -0.9405 | -1.0273 |
120
+ | 0.0033 | 2.69 | 5900 | 0.0067 | -0.8082 | -29.8306 | 0.9916 | 29.0224 | -124.5226 | -87.1543 | -0.9436 | -1.0315 |
121
+ | 0.0011 | 2.74 | 6000 | 0.0068 | -0.7323 | -29.7235 | 0.9888 | 28.9912 | -124.3083 | -87.0024 | -0.9401 | -1.0278 |
122
+ | 0.0011 | 2.78 | 6100 | 0.0065 | -0.5717 | -29.4620 | 0.9916 | 28.8903 | -123.7853 | -86.6812 | -0.9389 | -1.0250 |
123
+ | 0.0023 | 2.83 | 6200 | 0.0066 | -0.5549 | -29.5194 | 0.9916 | 28.9645 | -123.9002 | -86.6477 | -0.9369 | -1.0244 |
124
+ | 0.0022 | 2.88 | 6300 | 0.0065 | -0.4476 | -29.3706 | 0.9916 | 28.9230 | -123.6025 | -86.4330 | -0.9362 | -1.0220 |
125
+ | 0.0035 | 2.92 | 6400 | 0.0066 | -0.4967 | -29.5205 | 0.9916 | 29.0238 | -123.9024 | -86.5313 | -0.9395 | -1.0256 |
126
+ | 0.0012 | 2.97 | 6500 | 0.0065 | -0.4666 | -29.4634 | 0.9916 | 28.9968 | -123.7882 | -86.4710 | -0.9381 | -1.0240 |
127
+
128
+
129
+ ### Framework versions
130
+
131
+ - Transformers 4.35.0
132
+ - Pytorch 2.1.1+cu121
133
+ - Datasets 2.14.6
134
+ - Tokenizers 0.14.1
all_results.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_logits/chosen": -1.0257766246795654,
4
+ "eval_logits/rejected": -0.9396774172782898,
5
+ "eval_logps/chosen": -86.46468353271484,
6
+ "eval_logps/rejected": -123.79679870605469,
7
+ "eval_loss": 0.00656638341024518,
8
+ "eval_rewards/accuracies": 0.9888268113136292,
9
+ "eval_rewards/chosen": -0.4634130895137787,
10
+ "eval_rewards/margins": 29.004287719726562,
11
+ "eval_rewards/rejected": -29.467697143554688,
12
+ "eval_runtime": 133.5357,
13
+ "eval_samples": 2862,
14
+ "eval_samples_per_second": 21.432,
15
+ "eval_steps_per_second": 1.34,
16
+ "train_loss": 0.022793083270943315,
17
+ "train_runtime": 24920.2972,
18
+ "train_samples": 140201,
19
+ "train_samples_per_second": 16.878,
20
+ "train_steps_per_second": 0.264
21
+ }
eval_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_logits/chosen": -1.0257766246795654,
4
+ "eval_logits/rejected": -0.9396774172782898,
5
+ "eval_logps/chosen": -86.46468353271484,
6
+ "eval_logps/rejected": -123.79679870605469,
7
+ "eval_loss": 0.00656638341024518,
8
+ "eval_rewards/accuracies": 0.9888268113136292,
9
+ "eval_rewards/chosen": -0.4634130895137787,
10
+ "eval_rewards/margins": 29.004287719726562,
11
+ "eval_rewards/rejected": -29.467697143554688,
12
+ "eval_runtime": 133.5357,
13
+ "eval_samples": 2862,
14
+ "eval_samples_per_second": 21.432,
15
+ "eval_steps_per_second": 1.34
16
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.35.0",
7
+ "use_cache": false
8
+ }
model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb8c0722e5ba7f56f40ef273082c666e5068dfdf9db5477f01e95d0773785fea
3
+ size 4938985352
model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35d845f2ccd5933940b3fce2bfc620301d41a603dc2cd76606ee2c076d08c5fa
3
+ size 4947390880
model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89a9135593731fbd7a6973b9ea4a13f759b9f51a1f2b14fcb82412715968d790
3
+ size 3590488816
model.safetensors.index.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 13476831232
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00003-of-00003.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
13
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
14
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
15
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
16
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
17
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
18
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
19
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
20
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
21
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
22
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
23
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
24
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
25
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
26
+ "model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
27
+ "model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
28
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
29
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
30
+ "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
31
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
32
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
33
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
34
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
35
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
36
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
37
+ "model.layers.11.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
38
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
39
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
40
+ "model.layers.11.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
41
+ "model.layers.11.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
42
+ "model.layers.11.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
43
+ "model.layers.11.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
44
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
45
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
46
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
47
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
48
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
49
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
50
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
51
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
52
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
53
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
54
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
55
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
56
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
57
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
58
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
59
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
60
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
61
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
62
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
63
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
64
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
65
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
66
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
67
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
68
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
69
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
70
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
71
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
72
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
73
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
74
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
75
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
76
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
77
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
78
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
79
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
80
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
81
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
82
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
83
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
84
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
85
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
86
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
87
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
88
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
89
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
90
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
91
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
92
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
93
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
94
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
95
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
96
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
97
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
98
+ "model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
99
+ "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
100
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
101
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
102
+ "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
103
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
104
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
105
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
106
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
107
+ "model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
108
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
109
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
110
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
111
+ "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
112
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
113
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
114
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
115
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
116
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
117
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
118
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
119
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
120
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
121
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
122
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
123
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
124
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
125
+ "model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
126
+ "model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
127
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
128
+ "model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
129
+ "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
130
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
131
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
132
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
133
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
134
+ "model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
135
+ "model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
136
+ "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
137
+ "model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
138
+ "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
139
+ "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
140
+ "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
141
+ "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
142
+ "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
143
+ "model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
144
+ "model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
145
+ "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
146
+ "model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
147
+ "model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
148
+ "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
149
+ "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
150
+ "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
151
+ "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
152
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
153
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
154
+ "model.layers.23.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
155
+ "model.layers.23.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
156
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
157
+ "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
158
+ "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
159
+ "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
160
+ "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
161
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
162
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
163
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
164
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
165
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
166
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
167
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
168
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
169
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
170
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
171
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
172
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
173
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
174
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
175
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
176
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
177
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
178
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
179
+ "model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
180
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
181
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
182
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
183
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
184
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
185
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
186
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
187
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
188
+ "model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
189
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
190
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
191
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
192
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
193
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
194
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
195
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
196
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
197
+ "model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
198
+ "model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
199
+ "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
200
+ "model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
201
+ "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
202
+ "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
203
+ "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
204
+ "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
205
+ "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
206
+ "model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
207
+ "model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
208
+ "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
209
+ "model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
210
+ "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
211
+ "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
212
+ "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
213
+ "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
214
+ "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
215
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
216
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
217
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
218
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
219
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
220
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
221
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
222
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
223
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
224
+ "model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
225
+ "model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
226
+ "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
227
+ "model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
228
+ "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
229
+ "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
230
+ "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
231
+ "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
232
+ "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
233
+ "model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
234
+ "model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
235
+ "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
236
+ "model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
237
+ "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
238
+ "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
239
+ "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
240
+ "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
241
+ "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
242
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
243
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
244
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
245
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
246
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
247
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
248
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
249
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
250
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
251
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
252
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
253
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
254
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
255
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
256
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
257
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
258
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
259
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
260
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
261
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
262
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
263
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
264
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
265
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
266
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
267
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
268
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
269
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
270
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
271
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
272
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
273
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
274
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
275
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
276
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
277
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
278
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
279
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
280
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
281
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
282
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
283
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
284
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
285
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
286
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
287
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
288
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
289
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
290
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
291
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
292
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
293
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
294
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
295
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
296
+ "model.norm.weight": "model-00003-of-00003.safetensors"
297
+ }
298
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.022793083270943315,
4
+ "train_runtime": 24920.2972,
5
+ "train_samples": 140201,
6
+ "train_samples_per_second": 16.878,
7
+ "train_steps_per_second": 0.264
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff