IngeniousArtist
commited on
Commit
•
c0eef72
1
Parent(s):
8858144
openllama-3b-finance
Browse files- README.md +267 -0
- config.json +37 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +244 -0
- special_tokens_map.json +24 -0
- tokenizer.model +3 -0
- tokenizer_config.json +36 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,267 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openlm-research/open_llama_3b_v2
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- financial_phrasebank
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: openllama-3b-finance
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Text Classification
|
15 |
+
type: text-classification
|
16 |
+
dataset:
|
17 |
+
name: financial_phrasebank
|
18 |
+
type: financial_phrasebank
|
19 |
+
config: sentences_50agree
|
20 |
+
split: train
|
21 |
+
args: sentences_50agree
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.4142561983471074
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# openllama-3b-finance
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [openlm-research/open_llama_3b_v2](https://huggingface.co/openlm-research/open_llama_3b_v2) on the financial_phrasebank dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 3.9007
|
36 |
+
- Accuracy: 0.4143
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0002
|
56 |
+
- train_batch_size: 1
|
57 |
+
- eval_batch_size: 1
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 1
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 16.4346 | 0.01 | 20 | 2.5105 | 0.4143 |
|
68 |
+
| 1.8681 | 0.01 | 40 | 5.7312 | 0.4143 |
|
69 |
+
| 1.8542 | 0.02 | 60 | 5.0027 | 0.4143 |
|
70 |
+
| 2.3731 | 0.02 | 80 | 4.2958 | 0.4143 |
|
71 |
+
| 2.3024 | 0.03 | 100 | 4.9771 | 0.4143 |
|
72 |
+
| 2.6812 | 0.03 | 120 | 4.6762 | 0.4143 |
|
73 |
+
| 2.4304 | 0.04 | 140 | 5.2389 | 0.4143 |
|
74 |
+
| 2.561 | 0.04 | 160 | 4.4461 | 0.4143 |
|
75 |
+
| 2.08 | 0.05 | 180 | 4.6807 | 0.4143 |
|
76 |
+
| 4.0186 | 0.05 | 200 | 5.3431 | 0.4143 |
|
77 |
+
| 2.7261 | 0.06 | 220 | 4.9663 | 0.4143 |
|
78 |
+
| 1.7432 | 0.06 | 240 | 4.4788 | 0.4143 |
|
79 |
+
| 2.2759 | 0.07 | 260 | 5.6531 | 0.4143 |
|
80 |
+
| 1.8702 | 0.07 | 280 | 6.7118 | 0.4143 |
|
81 |
+
| 2.2412 | 0.08 | 300 | 5.0398 | 0.4143 |
|
82 |
+
| 1.1515 | 0.08 | 320 | 6.3377 | 0.4143 |
|
83 |
+
| 2.6582 | 0.09 | 340 | 5.0585 | 0.4143 |
|
84 |
+
| 2.1056 | 0.09 | 360 | 5.6544 | 0.4143 |
|
85 |
+
| 3.1513 | 0.1 | 380 | 3.8076 | 0.4143 |
|
86 |
+
| 2.0003 | 0.1 | 400 | 5.1281 | 0.4132 |
|
87 |
+
| 19.9181 | 0.11 | 420 | 35.4379 | 0.4143 |
|
88 |
+
| 29.2872 | 0.11 | 440 | 16.2178 | 0.4143 |
|
89 |
+
| 3.4213 | 0.12 | 460 | 13.0984 | 0.4143 |
|
90 |
+
| 1.3358 | 0.12 | 480 | 27.2436 | 0.4143 |
|
91 |
+
| 4.2725 | 0.13 | 500 | 24.0192 | 0.4143 |
|
92 |
+
| 4.9844 | 0.13 | 520 | 12.9378 | 0.1178 |
|
93 |
+
| 7.9312 | 0.14 | 540 | 10.8854 | 0.4143 |
|
94 |
+
| 1.5126 | 0.14 | 560 | 14.3267 | 0.4143 |
|
95 |
+
| 3.9021 | 0.15 | 580 | 10.0051 | 0.4143 |
|
96 |
+
| 3.7081 | 0.15 | 600 | 9.5176 | 0.1136 |
|
97 |
+
| 3.9107 | 0.16 | 620 | 7.2548 | 0.4143 |
|
98 |
+
| 2.8381 | 0.17 | 640 | 3.9992 | 0.4143 |
|
99 |
+
| 3.0625 | 0.17 | 660 | 4.3300 | 0.4143 |
|
100 |
+
| 1.812 | 0.18 | 680 | 10.6038 | 0.4143 |
|
101 |
+
| 6.9616 | 0.18 | 700 | 11.0092 | 0.4143 |
|
102 |
+
| 1.7157 | 0.19 | 720 | 14.8428 | 0.4143 |
|
103 |
+
| 4.7153 | 0.19 | 740 | 3.6624 | 0.4143 |
|
104 |
+
| 2.8871 | 0.2 | 760 | 5.7465 | 0.4143 |
|
105 |
+
| 2.4885 | 0.2 | 780 | 12.4440 | 0.4143 |
|
106 |
+
| 3.137 | 0.21 | 800 | 14.1504 | 0.4143 |
|
107 |
+
| 3.0503 | 0.21 | 820 | 14.1326 | 0.4143 |
|
108 |
+
| 2.9254 | 0.22 | 840 | 16.0438 | 0.1291 |
|
109 |
+
| 2.711 | 0.22 | 860 | 14.0977 | 0.4143 |
|
110 |
+
| 4.8591 | 0.23 | 880 | 9.3210 | 0.1281 |
|
111 |
+
| 2.8734 | 0.23 | 900 | 6.3782 | 0.4143 |
|
112 |
+
| 2.603 | 0.24 | 920 | 5.1658 | 0.4143 |
|
113 |
+
| 4.4641 | 0.24 | 940 | 3.9345 | 0.4143 |
|
114 |
+
| 2.3522 | 0.25 | 960 | 5.5901 | 0.1436 |
|
115 |
+
| 1.9584 | 0.25 | 980 | 5.0562 | 0.4143 |
|
116 |
+
| 2.679 | 0.26 | 1000 | 2.5428 | 0.4143 |
|
117 |
+
| 4.13 | 0.26 | 1020 | 1.3911 | 0.4143 |
|
118 |
+
| 3.4319 | 0.27 | 1040 | 8.2340 | 0.4143 |
|
119 |
+
| 1.9382 | 0.27 | 1060 | 8.4589 | 0.4143 |
|
120 |
+
| 2.2712 | 0.28 | 1080 | 6.0251 | 0.4143 |
|
121 |
+
| 1.8834 | 0.28 | 1100 | 2.4455 | 0.1436 |
|
122 |
+
| 0.9941 | 0.29 | 1120 | 8.7371 | 0.4143 |
|
123 |
+
| 3.3895 | 0.29 | 1140 | 6.2867 | 0.1426 |
|
124 |
+
| 2.2968 | 0.3 | 1160 | 10.3440 | 0.4143 |
|
125 |
+
| 4.9047 | 0.3 | 1180 | 8.0926 | 0.0816 |
|
126 |
+
| 4.6894 | 0.31 | 1200 | 3.7347 | 0.3698 |
|
127 |
+
| 2.9471 | 0.32 | 1220 | 4.9616 | 0.4143 |
|
128 |
+
| 2.9446 | 0.32 | 1240 | 5.8887 | 0.4143 |
|
129 |
+
| 1.6756 | 0.33 | 1260 | 7.0233 | 0.4143 |
|
130 |
+
| 2.0442 | 0.33 | 1280 | 7.5129 | 0.1322 |
|
131 |
+
| 3.7822 | 0.34 | 1300 | 3.1115 | 0.4143 |
|
132 |
+
| 2.0277 | 0.34 | 1320 | 5.9831 | 0.4143 |
|
133 |
+
| 2.624 | 0.35 | 1340 | 3.2104 | 0.4143 |
|
134 |
+
| 2.1893 | 0.35 | 1360 | 4.3662 | 0.1364 |
|
135 |
+
| 3.0973 | 0.36 | 1380 | 3.2219 | 0.4143 |
|
136 |
+
| 1.9835 | 0.36 | 1400 | 5.1431 | 0.4143 |
|
137 |
+
| 2.9711 | 0.37 | 1420 | 6.0129 | 0.4143 |
|
138 |
+
| 3.0045 | 0.37 | 1440 | 3.2609 | 0.4143 |
|
139 |
+
| 1.0503 | 0.38 | 1460 | 7.6840 | 0.4143 |
|
140 |
+
| 2.5946 | 0.38 | 1480 | 5.1945 | 0.4143 |
|
141 |
+
| 2.9221 | 0.39 | 1500 | 3.5226 | 0.4143 |
|
142 |
+
| 1.5624 | 0.39 | 1520 | 5.3887 | 0.4143 |
|
143 |
+
| 2.0339 | 0.4 | 1540 | 4.2434 | 0.4143 |
|
144 |
+
| 2.4852 | 0.4 | 1560 | 4.1994 | 0.4143 |
|
145 |
+
| 1.7668 | 0.41 | 1580 | 5.5635 | 0.4143 |
|
146 |
+
| 2.282 | 0.41 | 1600 | 5.1922 | 0.4143 |
|
147 |
+
| 3.2027 | 0.42 | 1620 | 3.9420 | 0.4143 |
|
148 |
+
| 2.5766 | 0.42 | 1640 | 4.9683 | 0.4143 |
|
149 |
+
| 2.268 | 0.43 | 1660 | 6.2959 | 0.4143 |
|
150 |
+
| 3.2091 | 0.43 | 1680 | 4.8009 | 0.4143 |
|
151 |
+
| 1.9654 | 0.44 | 1700 | 5.8059 | 0.4143 |
|
152 |
+
| 2.17 | 0.44 | 1720 | 5.4482 | 0.4143 |
|
153 |
+
| 2.2219 | 0.45 | 1740 | 4.4156 | 0.4143 |
|
154 |
+
| 1.9873 | 0.45 | 1760 | 5.1548 | 0.4143 |
|
155 |
+
| 2.51 | 0.46 | 1780 | 3.1345 | 0.4143 |
|
156 |
+
| 2.8949 | 0.46 | 1800 | 5.3419 | 0.4143 |
|
157 |
+
| 1.2941 | 0.47 | 1820 | 6.8446 | 0.4143 |
|
158 |
+
| 2.3475 | 0.48 | 1840 | 5.9935 | 0.4143 |
|
159 |
+
| 2.7907 | 0.48 | 1860 | 5.8123 | 0.4143 |
|
160 |
+
| 2.0038 | 0.49 | 1880 | 6.3927 | 0.4143 |
|
161 |
+
| 2.0324 | 0.49 | 1900 | 6.4023 | 0.4143 |
|
162 |
+
| 2.3211 | 0.5 | 1920 | 5.9480 | 0.4143 |
|
163 |
+
| 2.3883 | 0.5 | 1940 | 5.5011 | 0.4143 |
|
164 |
+
| 2.7683 | 0.51 | 1960 | 3.7333 | 0.4143 |
|
165 |
+
| 1.6062 | 0.51 | 1980 | 7.2244 | 0.1508 |
|
166 |
+
| 2.3866 | 0.52 | 2000 | 4.8682 | 0.4143 |
|
167 |
+
| 2.3527 | 0.52 | 2020 | 3.9189 | 0.4143 |
|
168 |
+
| 3.0126 | 0.53 | 2040 | 4.3666 | 0.4143 |
|
169 |
+
| 1.9683 | 0.53 | 2060 | 5.1474 | 0.4143 |
|
170 |
+
| 2.5018 | 0.54 | 2080 | 4.5417 | 0.4143 |
|
171 |
+
| 1.555 | 0.54 | 2100 | 5.0804 | 0.4143 |
|
172 |
+
| 1.6115 | 0.55 | 2120 | 5.1319 | 0.4143 |
|
173 |
+
| 2.2321 | 0.55 | 2140 | 5.3196 | 0.4143 |
|
174 |
+
| 2.3614 | 0.56 | 2160 | 4.0629 | 0.4143 |
|
175 |
+
| 1.6915 | 0.56 | 2180 | 5.8209 | 0.4143 |
|
176 |
+
| 2.4031 | 0.57 | 2200 | 4.3059 | 0.4143 |
|
177 |
+
| 1.5659 | 0.57 | 2220 | 5.1369 | 0.4143 |
|
178 |
+
| 1.2592 | 0.58 | 2240 | 5.4046 | 0.4143 |
|
179 |
+
| 1.5577 | 0.58 | 2260 | 5.8448 | 0.4143 |
|
180 |
+
| 1.7656 | 0.59 | 2280 | 5.6683 | 0.4143 |
|
181 |
+
| 1.5057 | 0.59 | 2300 | 5.7769 | 0.4143 |
|
182 |
+
| 2.3733 | 0.6 | 2320 | 5.0004 | 0.4143 |
|
183 |
+
| 2.118 | 0.6 | 2340 | 5.2127 | 0.4143 |
|
184 |
+
| 2.2942 | 0.61 | 2360 | 4.8589 | 0.4143 |
|
185 |
+
| 2.0524 | 0.61 | 2380 | 3.9148 | 0.4143 |
|
186 |
+
| 1.8707 | 0.62 | 2400 | 3.2284 | 0.4143 |
|
187 |
+
| 1.6804 | 0.62 | 2420 | 4.9466 | 0.4143 |
|
188 |
+
| 2.5137 | 0.63 | 2440 | 4.5307 | 0.4143 |
|
189 |
+
| 1.1823 | 0.64 | 2460 | 4.7444 | 0.4143 |
|
190 |
+
| 2.9106 | 0.64 | 2480 | 3.7200 | 0.4143 |
|
191 |
+
| 1.3376 | 0.65 | 2500 | 4.6969 | 0.4143 |
|
192 |
+
| 1.8187 | 0.65 | 2520 | 4.2458 | 0.4143 |
|
193 |
+
| 1.8444 | 0.66 | 2540 | 4.6003 | 0.4143 |
|
194 |
+
| 2.1427 | 0.66 | 2560 | 4.7394 | 0.4143 |
|
195 |
+
| 2.2483 | 0.67 | 2580 | 4.6959 | 0.4143 |
|
196 |
+
| 1.5997 | 0.67 | 2600 | 5.5665 | 0.4143 |
|
197 |
+
| 2.0095 | 0.68 | 2620 | 4.5815 | 0.4143 |
|
198 |
+
| 1.4664 | 0.68 | 2640 | 3.4096 | 0.4143 |
|
199 |
+
| 1.4128 | 0.69 | 2660 | 4.2751 | 0.4143 |
|
200 |
+
| 2.4907 | 0.69 | 2680 | 3.0278 | 0.4143 |
|
201 |
+
| 1.0484 | 0.7 | 2700 | 3.7867 | 0.4143 |
|
202 |
+
| 2.7561 | 0.7 | 2720 | 4.0402 | 0.4143 |
|
203 |
+
| 1.2491 | 0.71 | 2740 | 3.3789 | 0.4143 |
|
204 |
+
| 1.1299 | 0.71 | 2760 | 2.4017 | 0.4143 |
|
205 |
+
| 1.9811 | 0.72 | 2780 | 3.3625 | 0.4143 |
|
206 |
+
| 2.1781 | 0.72 | 2800 | 3.2631 | 0.4143 |
|
207 |
+
| 1.6062 | 0.73 | 2820 | 2.9967 | 0.4143 |
|
208 |
+
| 0.928 | 0.73 | 2840 | 5.6052 | 0.4143 |
|
209 |
+
| 2.5659 | 0.74 | 2860 | 4.8605 | 0.4143 |
|
210 |
+
| 1.4248 | 0.74 | 2880 | 4.8685 | 0.4143 |
|
211 |
+
| 2.3335 | 0.75 | 2900 | 4.5013 | 0.4143 |
|
212 |
+
| 1.8546 | 0.75 | 2920 | 3.7017 | 0.4143 |
|
213 |
+
| 1.5698 | 0.76 | 2940 | 3.8911 | 0.4143 |
|
214 |
+
| 1.8653 | 0.76 | 2960 | 4.2637 | 0.4143 |
|
215 |
+
| 1.4354 | 0.77 | 2980 | 5.1895 | 0.4143 |
|
216 |
+
| 2.0558 | 0.77 | 3000 | 4.4362 | 0.4143 |
|
217 |
+
| 2.0876 | 0.78 | 3020 | 4.6924 | 0.4143 |
|
218 |
+
| 2.4282 | 0.78 | 3040 | 4.6526 | 0.4143 |
|
219 |
+
| 1.4837 | 0.79 | 3060 | 5.2878 | 0.4143 |
|
220 |
+
| 2.2982 | 0.8 | 3080 | 5.0637 | 0.4143 |
|
221 |
+
| 2.2615 | 0.8 | 3100 | 4.6995 | 0.4143 |
|
222 |
+
| 1.7026 | 0.81 | 3120 | 4.4688 | 0.4143 |
|
223 |
+
| 1.6352 | 0.81 | 3140 | 4.8815 | 0.4143 |
|
224 |
+
| 2.782 | 0.82 | 3160 | 3.6835 | 0.4143 |
|
225 |
+
| 0.3105 | 0.82 | 3180 | 3.8391 | 0.4143 |
|
226 |
+
| 2.3949 | 0.83 | 3200 | 4.9408 | 0.4143 |
|
227 |
+
| 3.0385 | 0.83 | 3220 | 4.3234 | 0.4143 |
|
228 |
+
| 2.146 | 0.84 | 3240 | 3.7336 | 0.4143 |
|
229 |
+
| 1.9198 | 0.84 | 3260 | 4.2217 | 0.4143 |
|
230 |
+
| 0.7858 | 0.85 | 3280 | 4.4744 | 0.4143 |
|
231 |
+
| 0.7785 | 0.85 | 3300 | 5.0257 | 0.4143 |
|
232 |
+
| 2.7858 | 0.86 | 3320 | 4.8552 | 0.4143 |
|
233 |
+
| 2.0922 | 0.86 | 3340 | 4.2950 | 0.4143 |
|
234 |
+
| 1.9892 | 0.87 | 3360 | 3.9094 | 0.4143 |
|
235 |
+
| 2.2241 | 0.87 | 3380 | 3.7403 | 0.4143 |
|
236 |
+
| 2.7226 | 0.88 | 3400 | 3.6119 | 0.4143 |
|
237 |
+
| 1.5888 | 0.88 | 3420 | 3.8878 | 0.4143 |
|
238 |
+
| 2.7581 | 0.89 | 3440 | 4.0297 | 0.4143 |
|
239 |
+
| 1.5373 | 0.89 | 3460 | 4.0980 | 0.4143 |
|
240 |
+
| 1.5419 | 0.9 | 3480 | 4.0983 | 0.4143 |
|
241 |
+
| 1.7618 | 0.9 | 3500 | 4.2322 | 0.4143 |
|
242 |
+
| 1.8487 | 0.91 | 3520 | 4.3258 | 0.4143 |
|
243 |
+
| 1.0667 | 0.91 | 3540 | 4.1975 | 0.4143 |
|
244 |
+
| 2.0457 | 0.92 | 3560 | 4.2679 | 0.4143 |
|
245 |
+
| 1.8133 | 0.92 | 3580 | 4.1908 | 0.4143 |
|
246 |
+
| 1.5844 | 0.93 | 3600 | 4.1348 | 0.4143 |
|
247 |
+
| 1.7202 | 0.93 | 3620 | 4.1382 | 0.4143 |
|
248 |
+
| 1.7118 | 0.94 | 3640 | 4.1135 | 0.4143 |
|
249 |
+
| 1.208 | 0.95 | 3660 | 4.1240 | 0.4143 |
|
250 |
+
| 1.6942 | 0.95 | 3680 | 4.1595 | 0.4143 |
|
251 |
+
| 0.9358 | 0.96 | 3700 | 4.2914 | 0.4143 |
|
252 |
+
| 0.9632 | 0.96 | 3720 | 4.3381 | 0.4143 |
|
253 |
+
| 1.4406 | 0.97 | 3740 | 4.2782 | 0.4143 |
|
254 |
+
| 1.5333 | 0.97 | 3760 | 4.1569 | 0.4143 |
|
255 |
+
| 2.8499 | 0.98 | 3780 | 3.9997 | 0.4143 |
|
256 |
+
| 1.3767 | 0.98 | 3800 | 3.9549 | 0.4143 |
|
257 |
+
| 1.0074 | 0.99 | 3820 | 3.9189 | 0.4143 |
|
258 |
+
| 1.7482 | 0.99 | 3840 | 3.8958 | 0.4143 |
|
259 |
+
| 1.8591 | 1.0 | 3860 | 3.9007 | 0.4143 |
|
260 |
+
|
261 |
+
|
262 |
+
### Framework versions
|
263 |
+
|
264 |
+
- Transformers 4.32.0
|
265 |
+
- Pytorch 2.0.1+cu117
|
266 |
+
- Datasets 2.14.4
|
267 |
+
- Tokenizers 0.13.3
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openlm-research/open_llama_3b_v2",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"bos_token_id": 1,
|
7 |
+
"eos_token_id": 2,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 3200,
|
10 |
+
"id2label": {
|
11 |
+
"0": "Negative",
|
12 |
+
"1": "Neutral",
|
13 |
+
"2": "Positive"
|
14 |
+
},
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"intermediate_size": 8640,
|
17 |
+
"label2id": {
|
18 |
+
"Negative": 0,
|
19 |
+
"Neutral": 1,
|
20 |
+
"Positive": 2
|
21 |
+
},
|
22 |
+
"max_position_embeddings": 2048,
|
23 |
+
"model_type": "llama",
|
24 |
+
"num_attention_heads": 32,
|
25 |
+
"num_hidden_layers": 26,
|
26 |
+
"num_key_value_heads": 32,
|
27 |
+
"pad_token_id": 2,
|
28 |
+
"pretraining_tp": 1,
|
29 |
+
"problem_type": "single_label_classification",
|
30 |
+
"rms_norm_eps": 1e-06,
|
31 |
+
"rope_scaling": null,
|
32 |
+
"tie_word_embeddings": false,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.32.0",
|
35 |
+
"use_cache": false,
|
36 |
+
"vocab_size": 32000
|
37 |
+
}
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:947340c7731ba673a0a8182491b8261494e0aa2f2db7b3a8e0c679918d8da150
|
3 |
+
size 9990650632
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:749656db21a5d0a21b31d026cc62d17fb012d310470e677302525ea9e686bd99
|
3 |
+
size 3305709376
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,244 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 13296332800
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"model.embed_tokens.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
12 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
14 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
16 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
18 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
34 |
+
"model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
38 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
40 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
42 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
44 |
+
"model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
60 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
64 |
+
"model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
66 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
68 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
70 |
+
"model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"model.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"model.layers.16.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"model.layers.16.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
86 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"model.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"model.layers.17.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
90 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"model.layers.17.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
92 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
94 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
96 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"model.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"model.layers.18.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"model.layers.18.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
102 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"model.layers.19.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
107 |
+
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
108 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
109 |
+
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
110 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
111 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
112 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
116 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
118 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
120 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
122 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"model.layers.20.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
125 |
+
"model.layers.20.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
126 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
127 |
+
"model.layers.20.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
128 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
129 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
130 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
131 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
132 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
133 |
+
"model.layers.21.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
134 |
+
"model.layers.21.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
135 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
136 |
+
"model.layers.21.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
137 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
138 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
139 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
140 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
141 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
142 |
+
"model.layers.22.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
143 |
+
"model.layers.22.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
144 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
145 |
+
"model.layers.22.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
146 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
147 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
148 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
149 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
150 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
151 |
+
"model.layers.23.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
152 |
+
"model.layers.23.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
153 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
154 |
+
"model.layers.23.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
155 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
156 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
157 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
158 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
159 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
160 |
+
"model.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
161 |
+
"model.layers.24.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
162 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
163 |
+
"model.layers.24.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
164 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
165 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
166 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
167 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
168 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
169 |
+
"model.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
|
170 |
+
"model.layers.25.mlp.down_proj.weight": "model-00002-of-00002.safetensors",
|
171 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00002-of-00002.safetensors",
|
172 |
+
"model.layers.25.mlp.up_proj.weight": "model-00002-of-00002.safetensors",
|
173 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
|
174 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00002-of-00002.safetensors",
|
175 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00002-of-00002.safetensors",
|
176 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00002-of-00002.safetensors",
|
177 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00002-of-00002.safetensors",
|
178 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
180 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
184 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
186 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
190 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
192 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
194 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
196 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
198 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
200 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
214 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
216 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
218 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
220 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
222 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
224 |
+
"model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
225 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
226 |
+
"model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
227 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
228 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
229 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
230 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
231 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
232 |
+
"model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
|
233 |
+
"model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors",
|
234 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors",
|
235 |
+
"model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors",
|
236 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
|
237 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors",
|
238 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors",
|
239 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors",
|
240 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors",
|
241 |
+
"model.norm.weight": "model-00002-of-00002.safetensors",
|
242 |
+
"score.weight": "model-00002-of-00002.safetensors"
|
243 |
+
}
|
244 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "</s>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<unk>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
|
3 |
+
size 511574
|
tokenizer_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"bos_token": {
|
5 |
+
"__type": "AddedToken",
|
6 |
+
"content": "<s>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false
|
11 |
+
},
|
12 |
+
"clean_up_tokenization_spaces": false,
|
13 |
+
"eos_token": {
|
14 |
+
"__type": "AddedToken",
|
15 |
+
"content": "</s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false
|
20 |
+
},
|
21 |
+
"legacy": null,
|
22 |
+
"model_max_length": 2048,
|
23 |
+
"pad_token": null,
|
24 |
+
"sp_model_kwargs": {},
|
25 |
+
"spaces_between_special_tokens": false,
|
26 |
+
"tokenizer_class": "LlamaTokenizer",
|
27 |
+
"unk_token": {
|
28 |
+
"__type": "AddedToken",
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
},
|
35 |
+
"use_default_system_prompt": true
|
36 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0880f6dacc8a59ad09e97992a84926677c8ab52e411680dfa60fea9d2f76058
|
3 |
+
size 4155
|