Update model
Browse files- .gitattributes +35 -35
- CODE_OF_CONDUCT.md +9 -9
- LICENSE +21 -21
- NOTICE.md +37 -37
- README.md +344 -256
- SECURITY.md +41 -41
- added_tokens.json +13 -13
- config.json +137 -140
- configuration_phi3.py +227 -213
- generation_config.json +11 -11
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
- modeling_phi3.py +0 -0
- sample_finetune.py +213 -213
- special_tokens_map.json +30 -30
- tokenizer.json +0 -0
- tokenizer_config.json +130 -130
.gitattributes
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
-
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
-
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
CODE_OF_CONDUCT.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
# Microsoft Open Source Code of Conduct
|
2 |
-
|
3 |
-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
4 |
-
|
5 |
-
Resources:
|
6 |
-
|
7 |
-
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
|
8 |
-
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
|
9 |
-
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
|
|
|
1 |
+
# Microsoft Open Source Code of Conduct
|
2 |
+
|
3 |
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
4 |
+
|
5 |
+
Resources:
|
6 |
+
|
7 |
+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
|
8 |
+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
|
9 |
+
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
|
LICENSE
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
Microsoft.
|
2 |
-
Copyright (c) Microsoft Corporation.
|
3 |
-
|
4 |
-
MIT License
|
5 |
-
|
6 |
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7 |
-
of this software and associated documentation files (the "Software"), to deal
|
8 |
-
in the Software without restriction, including without limitation the rights
|
9 |
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10 |
-
copies of the Software, and to permit persons to whom the Software is
|
11 |
-
furnished to do so, subject to the following conditions:
|
12 |
-
|
13 |
-
The above copyright notice and this permission notice shall be included in all
|
14 |
-
copies or substantial portions of the Software.
|
15 |
-
|
16 |
-
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17 |
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18 |
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19 |
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20 |
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21 |
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
22 |
SOFTWARE.
|
|
|
1 |
+
Microsoft.
|
2 |
+
Copyright (c) Microsoft Corporation.
|
3 |
+
|
4 |
+
MIT License
|
5 |
+
|
6 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7 |
+
of this software and associated documentation files (the "Software"), to deal
|
8 |
+
in the Software without restriction, including without limitation the rights
|
9 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10 |
+
copies of the Software, and to permit persons to whom the Software is
|
11 |
+
furnished to do so, subject to the following conditions:
|
12 |
+
|
13 |
+
The above copyright notice and this permission notice shall be included in all
|
14 |
+
copies or substantial portions of the Software.
|
15 |
+
|
16 |
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
22 |
SOFTWARE.
|
NOTICE.md
CHANGED
@@ -1,38 +1,38 @@
|
|
1 |
-
NOTICES AND INFORMATION
|
2 |
-
Do Not Translate or Localize
|
3 |
-
|
4 |
-
This software incorporates material from third parties.
|
5 |
-
|
6 |
-
**Component.** https://github.com/Dao-AILab/flash-attention
|
7 |
-
|
8 |
-
**Open Source License/Copyright Notice.**
|
9 |
-
|
10 |
-
BSD 3-Clause License
|
11 |
-
|
12 |
-
Copyright (c) 2022, the respective contributors, as shown by the AUTHORS file.
|
13 |
-
All rights reserved.
|
14 |
-
|
15 |
-
Redistribution and use in source and binary forms, with or without
|
16 |
-
modification, are permitted provided that the following conditions are met:
|
17 |
-
|
18 |
-
* Redistributions of source code must retain the above copyright notice, this
|
19 |
-
list of conditions and the following disclaimer.
|
20 |
-
|
21 |
-
* Redistributions in binary form must reproduce the above copyright notice,
|
22 |
-
this list of conditions and the following disclaimer in the documentation
|
23 |
-
and/or other materials provided with the distribution.
|
24 |
-
|
25 |
-
* Neither the name of the copyright holder nor the names of its
|
26 |
-
contributors may be used to endorse or promote products derived from
|
27 |
-
this software without specific prior written permission.
|
28 |
-
|
29 |
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
30 |
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
31 |
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
32 |
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
33 |
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
34 |
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
35 |
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
36 |
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
37 |
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
38 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
1 |
+
NOTICES AND INFORMATION
|
2 |
+
Do Not Translate or Localize
|
3 |
+
|
4 |
+
This software incorporates material from third parties.
|
5 |
+
|
6 |
+
**Component.** https://github.com/Dao-AILab/flash-attention
|
7 |
+
|
8 |
+
**Open Source License/Copyright Notice.**
|
9 |
+
|
10 |
+
BSD 3-Clause License
|
11 |
+
|
12 |
+
Copyright (c) 2022, the respective contributors, as shown by the AUTHORS file.
|
13 |
+
All rights reserved.
|
14 |
+
|
15 |
+
Redistribution and use in source and binary forms, with or without
|
16 |
+
modification, are permitted provided that the following conditions are met:
|
17 |
+
|
18 |
+
* Redistributions of source code must retain the above copyright notice, this
|
19 |
+
list of conditions and the following disclaimer.
|
20 |
+
|
21 |
+
* Redistributions in binary form must reproduce the above copyright notice,
|
22 |
+
this list of conditions and the following disclaimer in the documentation
|
23 |
+
and/or other materials provided with the distribution.
|
24 |
+
|
25 |
+
* Neither the name of the copyright holder nor the names of its
|
26 |
+
contributors may be used to endorse or promote products derived from
|
27 |
+
this software without specific prior written permission.
|
28 |
+
|
29 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
30 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
31 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
32 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
33 |
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
34 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
35 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
36 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
37 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
38 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
README.md
CHANGED
@@ -1,256 +1,344 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
license_link: https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/LICENSE
|
4 |
-
|
5 |
-
language:
|
6 |
-
- en
|
7 |
-
pipeline_tag: text-generation
|
8 |
-
tags:
|
9 |
-
- nlp
|
10 |
-
- code
|
11 |
-
widget:
|
12 |
-
- messages:
|
13 |
-
- role: user
|
14 |
-
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
15 |
-
---
|
16 |
-
|
17 |
-
## Model Summary
|
18 |
-
|
19 |
-
The Phi-3-Mini-128K-Instruct is a 3.8 billion-parameter, lightweight, state-of-the-art open model trained using the Phi-3 datasets.
|
20 |
-
This dataset includes both synthetic data and filtered publicly available website data, with an emphasis on high-quality and reasoning-dense properties.
|
21 |
-
The model belongs to the Phi-3 family with the Mini version in two variants [4K](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) and [128K](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct) which is the context length (in tokens) that it can support.
|
22 |
-
|
23 |
-
After initial training, the model underwent a post-training process that involved supervised fine-tuning and direct preference optimization to enhance its ability to follow instructions and adhere to safety measures.
|
24 |
-
When evaluated against benchmarks that test common sense, language understanding, mathematics, coding, long-term context, and logical reasoning, the Phi-3 Mini-128K-Instruct demonstrated robust and state-of-the-art performance among models with fewer than 13 billion parameters.
|
25 |
-
Resources and Technical Documentation:
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
35 |
-
|
|
36 |
-
|
|
37 |
-
|
|
38 |
-
|
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
##
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
*
|
224 |
-
*
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
*
|
229 |
-
*
|
230 |
-
*
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
license_link: https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/LICENSE
|
4 |
+
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- nlp
|
10 |
+
- code
|
11 |
+
widget:
|
12 |
+
- messages:
|
13 |
+
- role: user
|
14 |
+
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
15 |
+
---
|
16 |
+
|
17 |
+
## Model Summary
|
18 |
+
|
19 |
+
The Phi-3-Mini-128K-Instruct is a 3.8 billion-parameter, lightweight, state-of-the-art open model trained using the Phi-3 datasets.
|
20 |
+
This dataset includes both synthetic data and filtered publicly available website data, with an emphasis on high-quality and reasoning-dense properties.
|
21 |
+
The model belongs to the Phi-3 family with the Mini version in two variants [4K](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) and [128K](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct) which is the context length (in tokens) that it can support.
|
22 |
+
|
23 |
+
After initial training, the model underwent a post-training process that involved supervised fine-tuning and direct preference optimization to enhance its ability to follow instructions and adhere to safety measures.
|
24 |
+
When evaluated against benchmarks that test common sense, language understanding, mathematics, coding, long-term context, and logical reasoning, the Phi-3 Mini-128K-Instruct demonstrated robust and state-of-the-art performance among models with fewer than 13 billion parameters.
|
25 |
+
Resources and Technical Documentation:
|
26 |
+
|
27 |
+
🏡 [Phi-3 Portal](https://azure.microsoft.com/en-us/products/phi-3) <br>
|
28 |
+
📰 [Phi-3 Microsoft Blog](https://aka.ms/Phi-3Build2024) <br>
|
29 |
+
📖 [Phi-3 Technical Report](https://aka.ms/phi3-tech-report) <br>
|
30 |
+
🛠️ [Phi-3 on Azure AI Studio](https://aka.ms/phi3-azure-ai) <br>
|
31 |
+
👩🍳 [Phi-3 Cookbook](https://github.com/microsoft/Phi-3CookBook) <br>
|
32 |
+
🖥️ [Try It](https://aka.ms/try-phi3)
|
33 |
+
|
34 |
+
| | Short Context | Long Context |
|
35 |
+
| ------- | ------------- | ------------ |
|
36 |
+
| Mini | 4K [[HF]](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-onnx) ; [[GGUF]](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf) | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct-onnx)|
|
37 |
+
| Small | 8K [[HF]](https://huggingface.co/microsoft/Phi-3-small-8k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-small-8k-instruct-onnx-cuda) | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-small-128k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-small-128k-instruct-onnx-cuda)|
|
38 |
+
| Medium | 4K [[HF]](https://huggingface.co/microsoft/Phi-3-medium-4k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-medium-4k-instruct-onnx-cuda) | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct-onnx-cuda)|
|
39 |
+
| Vision | | 128K [[HF]](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct) ; [[ONNX]](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct-onnx-cuda)|
|
40 |
+
|
41 |
+
|
42 |
+
|
43 |
+
## Intended Uses
|
44 |
+
|
45 |
+
**Primary use cases**
|
46 |
+
|
47 |
+
The model is intended for commercial and research use in English. The model provides uses for applications which require:
|
48 |
+
|
49 |
+
1) Memory/compute constrained environments
|
50 |
+
2) Latency bound scenarios
|
51 |
+
3) Strong reasoning (especially code, math and logic)
|
52 |
+
|
53 |
+
Our model is designed to accelerate research on language and multimodal models, for use as a building block for generative AI powered features.
|
54 |
+
|
55 |
+
**Use case considerations**
|
56 |
+
|
57 |
+
Our models are not specifically designed or evaluated for all downstream purposes. Developers should consider common limitations of language models as they select use cases, and evaluate and mitigate for accuracy, safety, and fariness before using within a specific downstream use case, particularly for high risk scenarios. Developers should be aware of and adhere to applicable laws or regulations (including privacy, trade compliance laws, etc.) that are relevant to their use case.
|
58 |
+
|
59 |
+
Nothing contained in this Model Card should be interpreted as or deemed a restriction or modification to the license the model is released under.
|
60 |
+
|
61 |
+
## Release Notes
|
62 |
+
|
63 |
+
This is an update over the original instruction-tuned Phi-3-mini release based on valuable customer feedback.
|
64 |
+
The model used additional post-training data leading to substantial gains on long-context understanding, instruction following, and structure output.
|
65 |
+
We also improve multi-turn conversation quality, explicitly support <|system|> tag, and significantly improve reasoning capability.
|
66 |
+
We believe most use cases will benefit from this release, but we encourage users to test in their particular AI applications.
|
67 |
+
We appreciate the enthusiastic adoption of the Phi-3 model family, and continue to welcome all feedback from the community.
|
68 |
+
|
69 |
+
These tables below highlights improvements on instruction following, structure output, reasoning, and long-context understanding of the new release on our public and internal benchmark datasets.
|
70 |
+
|
71 |
+
| Benchmarks | Original | June 2024 Update |
|
72 |
+
|------------|----------|------------------|
|
73 |
+
| Instruction Extra Hard | 5.7 | 5.9 |
|
74 |
+
| Instruction Hard | 5.0 | 5.2 |
|
75 |
+
| JSON Structure Output | 1.9 | 60.1 |
|
76 |
+
| XML Structure Output | 47.8 | 52.9 |
|
77 |
+
| GPQA | 25.9 | 29.7 |
|
78 |
+
| MMLU | 68.1 | 69.7 |
|
79 |
+
| **Average** | **25.7** | **37.3** |
|
80 |
+
|
81 |
+
RULER: a retrieval-based benchmark for long context understanding
|
82 |
+
|
83 |
+
| Model | 4K | 8K | 16K | 32K | 64K | 128K | Average |
|
84 |
+
|-------------------|------|------|------|------|------|------|---------|
|
85 |
+
| Original | 86.7 | 78.1 | 75.6 | 70.3 | 58.9 | 43.3 | **68.8** |
|
86 |
+
| June 2024 Update | 92.4 | 91.1 | 90.8 | 87.9 | 79.8 | 65.6 | **84.6** |
|
87 |
+
|
88 |
+
RepoQA: a benchmark for long context code understanding
|
89 |
+
|
90 |
+
| Model | Python | C++ | Rust | Java | TypeScript | Average |
|
91 |
+
|-------------------|--------|-----|------|------|------------|---------|
|
92 |
+
| Original | 27 | 29 | 40 | 33 | 33 | **32.4** |
|
93 |
+
| June 2024 Update | 85 | 63 | 72 | 93 | 72 | **77** |
|
94 |
+
|
95 |
+
|
96 |
+
Notes: if users would like to check out the previous version, use the git commit id **bb5bf1e4001277a606e11debca0ef80323e5f824**. For the model conversion, e.g. GGUF and other formats, we invite the community to experiment with various approaches and share your valuable feedback. Let's innovate together!
|
97 |
+
|
98 |
+
## How to Use
|
99 |
+
|
100 |
+
Phi-3 Mini-128K-Instruct has been integrated in the development version (4.41.3) of `transformers`. Until the official version is released through `pip`, ensure that you are doing one of the following:
|
101 |
+
|
102 |
+
* When loading the model, ensure that `trust_remote_code=True` is passed as an argument of the `from_pretrained()` function.
|
103 |
+
|
104 |
+
* Update your local `transformers` to the development version: `pip uninstall -y transformers && pip install git+https://github.com/huggingface/transformers`. The previous command is an alternative to cloning and installing from the source.
|
105 |
+
|
106 |
+
The current `transformers` version can be verified with: `pip list | grep transformers`.
|
107 |
+
|
108 |
+
Examples of required packages:
|
109 |
+
```
|
110 |
+
flash_attn==2.5.8
|
111 |
+
torch==2.3.1
|
112 |
+
accelerate==0.31.0
|
113 |
+
transformers==4.41.2
|
114 |
+
```
|
115 |
+
|
116 |
+
Phi-3 Mini-128K-Instruct is also available in [Azure AI Studio](https://aka.ms/try-phi3)
|
117 |
+
|
118 |
+
### Tokenizer
|
119 |
+
|
120 |
+
Phi-3 Mini-128K-Instruct supports a vocabulary size of up to `32064` tokens. The [tokenizer files](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/blob/main/added_tokens.json) already provide placeholder tokens that can be used for downstream fine-tuning, but they can also be extended up to the model's vocabulary size.
|
121 |
+
|
122 |
+
|
123 |
+
### Chat Format
|
124 |
+
|
125 |
+
Given the nature of the training data, the Phi-3 Mini-128K-Instruct model is best suited for prompts using the chat format as follows.
|
126 |
+
You can provide the prompt as a question with a generic template as follow:
|
127 |
+
```markdown
|
128 |
+
<|system|>
|
129 |
+
You are a helpful assistant.<|end|>
|
130 |
+
<|user|>
|
131 |
+
Question?<|end|>
|
132 |
+
<|assistant|>
|
133 |
+
```
|
134 |
+
|
135 |
+
For example:
|
136 |
+
```markdown
|
137 |
+
<|system|>
|
138 |
+
You are a helpful assistant.<|end|>
|
139 |
+
<|user|>
|
140 |
+
How to explain Internet for a medieval knight?<|end|>
|
141 |
+
<|assistant|>
|
142 |
+
```
|
143 |
+
where the model generates the text after `<|assistant|>` . In case of few-shots prompt, the prompt can be formatted as the following:
|
144 |
+
|
145 |
+
```markdown
|
146 |
+
<|system|>
|
147 |
+
You are a helpful travel assistant.<|end|>
|
148 |
+
<|user|>
|
149 |
+
I am going to Paris, what should I see?<|end|>
|
150 |
+
<|assistant|>
|
151 |
+
Paris, the capital of France, is known for its stunning architecture, art museums, historical landmarks, and romantic atmosphere. Here are some of the top attractions to see in Paris:\n\n1. The Eiffel Tower: The iconic Eiffel Tower is one of the most recognizable landmarks in the world and offers breathtaking views of the city.\n2. The Louvre Museum: The Louvre is one of the world's largest and most famous museums, housing an impressive collection of art and artifacts, including the Mona Lisa.\n3. Notre-Dame Cathedral: This beautiful cathedral is one of the most famous landmarks in Paris and is known for its Gothic architecture and stunning stained glass windows.\n\nThese are just a few of the many attractions that Paris has to offer. With so much to see and do, it's no wonder that Paris is one of the most popular tourist destinations in the world."<|end|>
|
152 |
+
<|user|>
|
153 |
+
What is so great about #1?<|end|>
|
154 |
+
<|assistant|>
|
155 |
+
```
|
156 |
+
|
157 |
+
### Sample inference code
|
158 |
+
|
159 |
+
This code snippets show how to get quickly started with running the model on a GPU:
|
160 |
+
|
161 |
+
```python
|
162 |
+
import torch
|
163 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
164 |
+
|
165 |
+
torch.random.manual_seed(0)
|
166 |
+
model = AutoModelForCausalLM.from_pretrained(
|
167 |
+
"microsoft/Phi-3-mini-128k-instruct",
|
168 |
+
device_map="cuda",
|
169 |
+
torch_dtype="auto",
|
170 |
+
trust_remote_code=True,
|
171 |
+
)
|
172 |
+
|
173 |
+
tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-128k-instruct")
|
174 |
+
|
175 |
+
messages = [
|
176 |
+
{"role": "system", "content": "You are a helpful AI assistant."},
|
177 |
+
{"role": "user", "content": "Can you provide ways to eat combinations of bananas and dragonfruits?"},
|
178 |
+
{"role": "assistant", "content": "Sure! Here are some ways to eat bananas and dragonfruits together: 1. Banana and dragonfruit smoothie: Blend bananas and dragonfruits together with some milk and honey. 2. Banana and dragonfruit salad: Mix sliced bananas and dragonfruits together with some lemon juice and honey."},
|
179 |
+
{"role": "user", "content": "What about solving an 2x + 3 = 7 equation?"},
|
180 |
+
]
|
181 |
+
|
182 |
+
pipe = pipeline(
|
183 |
+
"text-generation",
|
184 |
+
model=model,
|
185 |
+
tokenizer=tokenizer,
|
186 |
+
)
|
187 |
+
|
188 |
+
generation_args = {
|
189 |
+
"max_new_tokens": 500,
|
190 |
+
"return_full_text": False,
|
191 |
+
"temperature": 0.0,
|
192 |
+
"do_sample": False,
|
193 |
+
}
|
194 |
+
|
195 |
+
output = pipe(messages, **generation_args)
|
196 |
+
print(output[0]['generated_text'])
|
197 |
+
```
|
198 |
+
|
199 |
+
Notes: If you want to use flash attention, call _AutoModelForCausalLM.from_pretrained()_ with _attn_implementation="flash_attention_2"_
|
200 |
+
|
201 |
+
## Responsible AI Considerations
|
202 |
+
|
203 |
+
Like other language models, the Phi series models can potentially behave in ways that are unfair, unreliable, or offensive. Some of the limiting behaviors to be aware of include:
|
204 |
+
|
205 |
+
+ Quality of Service: the Phi models are trained primarily on English text. Languages other than English will experience worse performance. English language varieties with less representation in the training data might experience worse performance than standard American English.
|
206 |
+
+ Representation of Harms & Perpetuation of Stereotypes: These models can over- or under-represent groups of people, erase representation of some groups, or reinforce demeaning or negative stereotypes. Despite safety post-training, these limitations may still be present due to differing levels of representation of different groups or prevalence of examples of negative stereotypes in training data that reflect real-world patterns and societal biases.
|
207 |
+
+ Inappropriate or Offensive Content: these models may produce other types of inappropriate or offensive content, which may make it inappropriate to deploy for sensitive contexts without additional mitigations that are specific to the use case.
|
208 |
+
+ Information Reliability: Language models can generate nonsensical content or fabricate content that might sound reasonable but is inaccurate or outdated.
|
209 |
+
+ Limited Scope for Code: Majority of Phi-3 training data is based in Python and use common packages such as "typing, math, random, collections, datetime, itertools". If the model generates Python scripts that utilize other packages or scripts in other languages, we strongly recommend users manually verify all API uses.
|
210 |
+
|
211 |
+
Developers should apply responsible AI best practices and are responsible for ensuring that a specific use case complies with relevant laws and regulations (e.g. privacy, trade, etc.). Important areas for consideration include:
|
212 |
+
|
213 |
+
+ Allocation: Models may not be suitable for scenarios that could have consequential impact on legal status or the allocation of resources or life opportunities (ex: housing, employment, credit, etc.) without further assessments and additional debiasing techniques.
|
214 |
+
+ High-Risk Scenarios: Developers should assess suitability of using models in high-risk scenarios where unfair, unreliable or offensive outputs might be extremely costly or lead to harm. This includes providing advice in sensitive or expert domains where accuracy and reliability are critical (ex: legal or health advice). Additional safeguards should be implemented at the application level according to the deployment context.
|
215 |
+
+ Misinformation: Models may produce inaccurate information. Developers should follow transparency best practices and inform end-users they are interacting with an AI system. At the application level, developers can build feedback mechanisms and pipelines to ground responses in use-case specific, contextual information, a technique known as Retrieval Augmented Generation (RAG).
|
216 |
+
+ Generation of Harmful Content: Developers should assess outputs for their context and use available safety classifiers or custom solutions appropriate for their use case.
|
217 |
+
+ Misuse: Other forms of misuse such as fraud, spam, or malware production may be possible, and developers should ensure that their applications do not violate applicable laws and regulations.
|
218 |
+
|
219 |
+
## Training
|
220 |
+
|
221 |
+
### Model
|
222 |
+
|
223 |
+
* Architecture: Phi-3 Mini-128K-Instruct has 3.8B parameters and is a dense decoder-only Transformer model. The model is fine-tuned with Supervised fine-tuning (SFT) and Direct Preference Optimization (DPO) to ensure alignment with human preferences and safety guidlines.
|
224 |
+
* Inputs: Text. It is best suited for prompts using chat format.
|
225 |
+
* Context length: 128K tokens
|
226 |
+
* GPUs: 512 H100-80G
|
227 |
+
* Training time: 10 days
|
228 |
+
* Training data: 4.9T tokens
|
229 |
+
* Outputs: Generated text in response to the input
|
230 |
+
* Dates: Our models were trained between May and June 2024
|
231 |
+
* Status: This is a static model trained on an offline dataset with cutoff date October 2023. Future versions of the tuned models may be released as we improve models.
|
232 |
+
* Release dates: June, 2024.
|
233 |
+
|
234 |
+
### Datasets
|
235 |
+
|
236 |
+
Our training data includes a wide variety of sources, totaling 4.9 trillion tokens, and is a combination of
|
237 |
+
1) Publicly available documents filtered rigorously for quality, selected high-quality educational data, and code;
|
238 |
+
2) Newly created synthetic, “textbook-like” data for the purpose of teaching math, coding, common sense reasoning, general knowledge of the world (science, daily activities, theory of mind, etc.);
|
239 |
+
3) High quality chat format supervised data covering various topics to reflect human preferences on different aspects such as instruct-following, truthfulness, honesty and helpfulness.
|
240 |
+
|
241 |
+
We are focusing on the quality of data that could potentially improve the reasoning ability for the model, and we filter the publicly available documents to contain the correct level of knowledge. As an example, the result of a game in premier league in a particular day might be good training data for frontier models, but we need to remove such information to leave more model capacity for reasoning for the small size models. More details about data can be found in the [Phi-3 Technical Report](https://aka.ms/phi3-tech-report).
|
242 |
+
|
243 |
+
### Fine-tuning
|
244 |
+
|
245 |
+
A basic example of multi-GPUs supervised fine-tuning (SFT) with TRL and Accelerate modules is provided [here](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/sample_finetune.py).
|
246 |
+
|
247 |
+
## Benchmarks
|
248 |
+
|
249 |
+
We report the results under completion format for Phi-3-Mini-128K-Instruct on standard open-source benchmarks measuring the model's reasoning ability (both common sense reasoning and logical reasoning). We compare to Mistral-7b-v0.1, Mixtral-8x7b, Gemma 7B, Llama-3-8B-Instruct, and GPT-3.5.
|
250 |
+
|
251 |
+
All the reported numbers are produced with the exact same pipeline to ensure that the numbers are comparable. These numbers might differ from other published numbers due to slightly different choices in the evaluation.
|
252 |
+
|
253 |
+
As is now standard, we use few-shot prompts to evaluate the models, at temperature 0.
|
254 |
+
The prompts and number of shots are part of a Microsoft internal tool to evaluate language models, and in particular we did no optimization to the pipeline for Phi-3.
|
255 |
+
More specifically, we do not change prompts, pick different few-shot examples, change prompt format, or do any other form of optimization for the model.
|
256 |
+
|
257 |
+
The number of k–shot examples is listed per-benchmark.
|
258 |
+
|
259 |
+
| Category | Benchmark | Phi-3-Mini-128K-Ins | Gemma-7B | Mistral-7B | Mixtral-8x7B | Llama-3-8B-Ins | GPT3.5-Turbo-1106 |
|
260 |
+
|----------|-----------|---------------------|----------|------------|--------------|----------------|-------------------|
|
261 |
+
| Popular aggregated benchmark | AGI Eval <br>5-shot| 39.5 | 42.1 | 35.1 | 45.2 | 42 | 48.4 |
|
262 |
+
| | MMLU <br>5-shot | 69.7 | 63.6 | 61.7 | 70.5 | 66.5 | 71.4 |
|
263 |
+
| | BigBench Hard <br>3-shot | 72.1 | 59.6 | 57.3 | 69.7 | 51.5 | 68.3 |
|
264 |
+
| Language Understanding | ANLI <br>7-shot | 52.3 | 48.7 | 47.1 | 55.2 | 57.3 | 58.1 |
|
265 |
+
| | HellaSwag <br>5-shot | 70.5 | 49.8 | 58.5 | 70.4 | 71.1 | 78.8 |
|
266 |
+
| Reasoning | ARC Challenge <br>10-shot | 85.5 | 78.3 | 78.6 | 87.3 | 82.8 | 87.4 |
|
267 |
+
| | BoolQ <br>0-shot | 77.1 | 66 | 72.2 | 76.6 | 80.9 | 79.1 |
|
268 |
+
| | MedQA <br>2-shot | 56.4 | 49.6 | 50 | 62.2 | 60.5 | 63.4 |
|
269 |
+
| | OpenBookQA <br>10-shot | 78.8 | 78.6 | 79.8 | 85.8 | 82.6 | 86 |
|
270 |
+
| | PIQA <br>5-shot | 80.1 | 78.1 | 77.7 | 86 | 75.7 | 86.6 |
|
271 |
+
| | GPQA <br>0-shot | 29.7 | 2.9 | 15 | 6.9 | 32.4 | 29.9 |
|
272 |
+
| | Social IQA <br>5-shot | 74.7 | 65.5 | 74.6 | 75.9 | 73.9 | 68.3 |
|
273 |
+
| | TruthfulQA (MC2) <br>10-shot | 64.8 | 52.1 | 53 | 60.1 | 63.2 | 67.7 |
|
274 |
+
| | WinoGrande <br>5-shot | 71.0 | 55.6 | 54.2 | 62 | 65 | 68.8 |
|
275 |
+
| Factual Knowledge | TriviaQA <br>5-shot | 57.8 | 72.3 | 75.2 | 82.2 | 67.7 | 85.8 |
|
276 |
+
| Math | GSM8K CoTT <br>8-shot | 85.3 | 59.8 | 46.4 | 64.7 | 77.4 | 78.1 |
|
277 |
+
| Code Generation | HumanEval <br>0-shot | 60.4 | 34.1 | 28.0 | 37.8 | 60.4 | 62.2 |
|
278 |
+
| | MBPP <br>3-shot | 70.0 | 51.5 | 50.8 | 60.2 | 67.7 | 77.8 |
|
279 |
+
| **Average** | | **66.4** | **56.0** | **56.4** | **64.4** | **65.5** | **70.3** |
|
280 |
+
|
281 |
+
**Long Context**: Phi-3 Mini-128K-Instruct supports 128K context length, therefore the model is capable of several long context tasks including long document/meeting summarization, long document QA.
|
282 |
+
|
283 |
+
| Benchmark | Phi-3 Mini-128K-Instruct | Mistral-7B | Mixtral 8x7B | LLaMA-3-8B-Instruct |
|
284 |
+
|---------------|--------------------------|------------|--------------|---------------------|
|
285 |
+
| GovReport | 25.3 | 4.9 | 20.3 | 10.3 |
|
286 |
+
| QMSum | 21.9 | 15.5 | 20.6 | 2.9 |
|
287 |
+
| Qasper | 41.6 | 23.5 | 26.6 | 8.1 |
|
288 |
+
| SQuALITY | 24.1 | 14.7 | 16.2 | 25 |
|
289 |
+
| SummScreenFD | 16.8 | 9.3 | 11.3 | 5.1 |
|
290 |
+
| **Average** | **25.9** | **13.6** | **19.0** | **10.3** |
|
291 |
+
|
292 |
+
We take a closer look at different categories across 100 public benchmark datasets at the table below:
|
293 |
+
|
294 |
+
| Category | Phi-3-Mini-128K-Instruct | Gemma-7B | Mistral-7B | Mixtral 8x7B | Llama-3-8B-Instruct | GPT-3.5-Turbo |
|
295 |
+
|----------|--------------------------|----------|------------|--------------|---------------------|---------------|
|
296 |
+
| Popular aggregated benchmark | 60.6 | 59.4 | 56.5 | 66.2 | 59.9 | 67.0 |
|
297 |
+
| Reasoning | 69.4 | 60.3 | 62.8 | 68.1 | 69.6 | 71.7 |
|
298 |
+
| Language understanding | 57.5 | 57.6 | 52.5 | 66.1 | 63.2 | 67.7 |
|
299 |
+
| Code generation | 61.0 | 45.6 | 42.9 | 52.7 | 56.4 | 70.4 |
|
300 |
+
| Math | 51.6 | 35.8 | 25.4 | 40.3 | 41.1 | 52.8 |
|
301 |
+
| Factual knowledge | 35.8 | 46.7 | 49.8 | 58.6 | 43.1 | 63.4 |
|
302 |
+
| Multilingual | 56.4 | 66.5 | 57.4 | 66.7 | 66.6 | 71.0 |
|
303 |
+
| Robustness | 61.1 | 38.4 | 40.6 | 51.0 | 64.5 | 69.3 |
|
304 |
+
|
305 |
+
Overall, the model with only 3.8B-param achieves a similar level of language understanding and reasoning ability as much larger models. However, it is still fundamentally limited by its size for certain tasks. The model simply does not have the capacity to store too much world knowledge, which can be seen for example with low performance on TriviaQA. However, we believe such weakness can be resolved by augmenting Phi-3-Mini with a search engine.
|
306 |
+
|
307 |
+
## Cross Platform Support
|
308 |
+
|
309 |
+
[ONNX runtime](https://onnxruntime.ai/blogs/accelerating-phi-3) now supports Phi-3 mini models across platforms and hardware.
|
310 |
+
|
311 |
+
Optimized phi-3 models are also published here in ONNX format, to run with ONNX Runtime on CPU and GPU across devices, including server platforms, Windows, Linux and Mac desktops, and mobile CPUs, with the precision best suited to each of these targets. DirectML GPU acceleration is supported for Windows desktops GPUs (AMD, Intel, and NVIDIA).
|
312 |
+
|
313 |
+
Along with DML, ONNX Runtime provides cross platform support for Phi3 mini across a range of devices CPU, GPU, and mobile.
|
314 |
+
|
315 |
+
Here are some of the optimized configurations we have added:
|
316 |
+
|
317 |
+
1. ONNX models for int4 DML: Quantized to int4 via AWQ
|
318 |
+
2. ONNX model for fp16 CUDA
|
319 |
+
3. ONNX model for int4 CUDA: Quantized to int4 via RTN
|
320 |
+
4. ONNX model for int4 CPU and Mobile: Quantized to int4 via RTN
|
321 |
+
|
322 |
+
## Software
|
323 |
+
|
324 |
+
* [PyTorch](https://github.com/pytorch/pytorch)
|
325 |
+
* [Transformers](https://github.com/huggingface/transformers)
|
326 |
+
* [Flash-Attention](https://github.com/HazyResearch/flash-attention)
|
327 |
+
|
328 |
+
## Hardware
|
329 |
+
Note that by default, the Phi-3 Mini-128K-Instruct model uses flash attention, which requires certain types of GPU hardware to run. We have tested on the following GPU types:
|
330 |
+
* NVIDIA A100
|
331 |
+
* NVIDIA A6000
|
332 |
+
* NVIDIA H100
|
333 |
+
|
334 |
+
If you want to run the model on:
|
335 |
+
* NVIDIA V100 or earlier generation GPUs: call AutoModelForCausalLM.from_pretrained() with attn_implementation="eager"
|
336 |
+
* Optimized inference on GPU, CPU, and Mobile: use the **ONNX** models [128K](https://aka.ms/phi3-mini-128k-instruct-onnx)
|
337 |
+
|
338 |
+
## License
|
339 |
+
|
340 |
+
The model is licensed under the [MIT license](https://huggingface.co/microsoft/Phi-3-mini-128k/resolve/main/LICENSE).
|
341 |
+
|
342 |
+
## Trademarks
|
343 |
+
|
344 |
+
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft’s Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.
|
SECURITY.md
CHANGED
@@ -1,41 +1,41 @@
|
|
1 |
-
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.9 BLOCK -->
|
2 |
-
|
3 |
-
## Security
|
4 |
-
|
5 |
-
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin).
|
6 |
-
|
7 |
-
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.
|
8 |
-
|
9 |
-
## Reporting Security Issues
|
10 |
-
|
11 |
-
**Please do not report security vulnerabilities through public GitHub issues.**
|
12 |
-
|
13 |
-
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report).
|
14 |
-
|
15 |
-
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).
|
16 |
-
|
17 |
-
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
|
18 |
-
|
19 |
-
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
|
20 |
-
|
21 |
-
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
|
22 |
-
* Full paths of source file(s) related to the manifestation of the issue
|
23 |
-
* The location of the affected source code (tag/branch/commit or direct URL)
|
24 |
-
* Any special configuration required to reproduce the issue
|
25 |
-
* Step-by-step instructions to reproduce the issue
|
26 |
-
* Proof-of-concept or exploit code (if possible)
|
27 |
-
* Impact of the issue, including how an attacker might exploit the issue
|
28 |
-
|
29 |
-
This information will help us triage your report more quickly.
|
30 |
-
|
31 |
-
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs.
|
32 |
-
|
33 |
-
## Preferred Languages
|
34 |
-
|
35 |
-
We prefer all communications to be in English.
|
36 |
-
|
37 |
-
## Policy
|
38 |
-
|
39 |
-
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
|
40 |
-
|
41 |
-
<!-- END MICROSOFT SECURITY.MD BLOCK -->
|
|
|
1 |
+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.9 BLOCK -->
|
2 |
+
|
3 |
+
## Security
|
4 |
+
|
5 |
+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin).
|
6 |
+
|
7 |
+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.
|
8 |
+
|
9 |
+
## Reporting Security Issues
|
10 |
+
|
11 |
+
**Please do not report security vulnerabilities through public GitHub issues.**
|
12 |
+
|
13 |
+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report).
|
14 |
+
|
15 |
+
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).
|
16 |
+
|
17 |
+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
|
18 |
+
|
19 |
+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
|
20 |
+
|
21 |
+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
|
22 |
+
* Full paths of source file(s) related to the manifestation of the issue
|
23 |
+
* The location of the affected source code (tag/branch/commit or direct URL)
|
24 |
+
* Any special configuration required to reproduce the issue
|
25 |
+
* Step-by-step instructions to reproduce the issue
|
26 |
+
* Proof-of-concept or exploit code (if possible)
|
27 |
+
* Impact of the issue, including how an attacker might exploit the issue
|
28 |
+
|
29 |
+
This information will help us triage your report more quickly.
|
30 |
+
|
31 |
+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs.
|
32 |
+
|
33 |
+
## Preferred Languages
|
34 |
+
|
35 |
+
We prefer all communications to be in English.
|
36 |
+
|
37 |
+
## Policy
|
38 |
+
|
39 |
+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
|
40 |
+
|
41 |
+
<!-- END MICROSOFT SECURITY.MD BLOCK -->
|
added_tokens.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
{
|
2 |
-
"<|endoftext|>": 32000,
|
3 |
-
"<|assistant|>": 32001,
|
4 |
-
"<|placeholder1|>": 32002,
|
5 |
-
"<|placeholder2|>": 32003,
|
6 |
-
"<|placeholder3|>": 32004,
|
7 |
-
"<|placeholder4|>": 32005,
|
8 |
-
"<|system|>": 32006,
|
9 |
-
"<|end|>": 32007,
|
10 |
-
"<|placeholder5|>": 32008,
|
11 |
-
"<|placeholder6|>": 32009,
|
12 |
-
"<|user|>": 32010
|
13 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"<|endoftext|>": 32000,
|
3 |
+
"<|assistant|>": 32001,
|
4 |
+
"<|placeholder1|>": 32002,
|
5 |
+
"<|placeholder2|>": 32003,
|
6 |
+
"<|placeholder3|>": 32004,
|
7 |
+
"<|placeholder4|>": 32005,
|
8 |
+
"<|system|>": 32006,
|
9 |
+
"<|end|>": 32007,
|
10 |
+
"<|placeholder5|>": 32008,
|
11 |
+
"<|placeholder6|>": 32009,
|
12 |
+
"<|user|>": 32010
|
13 |
+
}
|
config.json
CHANGED
@@ -1,140 +1,137 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "Phi-3-mini-128k-instruct",
|
3 |
-
"architectures": [
|
4 |
-
"Phi3ForCausalLM"
|
5 |
-
],
|
6 |
-
"attention_dropout": 0.0,
|
7 |
-
"auto_map": {
|
8 |
-
"AutoConfig": "configuration_phi3.Phi3Config",
|
9 |
-
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
1.
|
32 |
-
1.
|
33 |
-
1.
|
34 |
-
1.
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
64.
|
75 |
-
64.
|
76 |
-
64.
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
1.
|
82 |
-
1.
|
83 |
-
1.
|
84 |
-
1.
|
85 |
-
1.
|
86 |
-
1.
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
2.000000000000001,
|
93 |
-
2.000000000000001,
|
94 |
-
2.000000000000001,
|
95 |
-
2.000000000000001,
|
96 |
-
2.000000000000001,
|
97 |
-
2.000000000000001,
|
98 |
-
2.000000000000001,
|
99 |
-
2.000000000000001,
|
100 |
-
2.000000000000001,
|
101 |
-
2.000000000000001,
|
102 |
-
2.000000000000001,
|
103 |
-
2.000000000000001,
|
104 |
-
2.
|
105 |
-
2.
|
106 |
-
2.
|
107 |
-
2.
|
108 |
-
2.
|
109 |
-
2.
|
110 |
-
2.
|
111 |
-
2.
|
112 |
-
2.
|
113 |
-
2.
|
114 |
-
2.
|
115 |
-
2.
|
116 |
-
2.
|
117 |
-
2.
|
118 |
-
2.
|
119 |
-
2.
|
120 |
-
2.
|
121 |
-
2.
|
122 |
-
2.
|
123 |
-
2.
|
124 |
-
2.
|
125 |
-
2.
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
"
|
133 |
-
"
|
134 |
-
"
|
135 |
-
"
|
136 |
-
"
|
137 |
-
|
138 |
-
"attention_bias": false,
|
139 |
-
"vocab_size": 32064
|
140 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Phi-3-mini-128k-instruct",
|
3 |
+
"architectures": [
|
4 |
+
"Phi3ForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_phi3.Phi3Config",
|
9 |
+
"AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
|
10 |
+
},
|
11 |
+
"bos_token_id": 1,
|
12 |
+
"embd_pdrop": 0.0,
|
13 |
+
"eos_token_id": 32000,
|
14 |
+
"hidden_act": "silu",
|
15 |
+
"hidden_size": 3072,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 8192,
|
18 |
+
"max_position_embeddings": 131072,
|
19 |
+
"model_type": "phi3",
|
20 |
+
"num_attention_heads": 32,
|
21 |
+
"num_hidden_layers": 32,
|
22 |
+
"num_key_value_heads": 32,
|
23 |
+
"original_max_position_embeddings": 4096,
|
24 |
+
"pad_token_id": 32000,
|
25 |
+
"resid_pdrop": 0.0,
|
26 |
+
"rms_norm_eps": 1e-05,
|
27 |
+
"rope_scaling": {
|
28 |
+
"long_factor": [
|
29 |
+
1.0700000524520874,
|
30 |
+
1.1200000047683716,
|
31 |
+
1.149999976158142,
|
32 |
+
1.4199999570846558,
|
33 |
+
1.5699999332427979,
|
34 |
+
1.7999999523162842,
|
35 |
+
2.129999876022339,
|
36 |
+
2.129999876022339,
|
37 |
+
3.009999990463257,
|
38 |
+
5.910000324249268,
|
39 |
+
6.950000286102295,
|
40 |
+
9.070000648498535,
|
41 |
+
9.930000305175781,
|
42 |
+
10.710000038146973,
|
43 |
+
11.130000114440918,
|
44 |
+
14.609999656677246,
|
45 |
+
15.409998893737793,
|
46 |
+
19.809999465942383,
|
47 |
+
37.279998779296875,
|
48 |
+
38.279998779296875,
|
49 |
+
38.599998474121094,
|
50 |
+
40.12000274658203,
|
51 |
+
46.20000457763672,
|
52 |
+
50.940006256103516,
|
53 |
+
53.66000747680664,
|
54 |
+
54.9373893737793,
|
55 |
+
56.89738845825195,
|
56 |
+
57.28738784790039,
|
57 |
+
59.98738479614258,
|
58 |
+
60.86738586425781,
|
59 |
+
60.887386322021484,
|
60 |
+
61.71739196777344,
|
61 |
+
62.91739273071289,
|
62 |
+
62.957393646240234,
|
63 |
+
63.41739273071289,
|
64 |
+
63.8173942565918,
|
65 |
+
63.83739471435547,
|
66 |
+
63.897396087646484,
|
67 |
+
63.93739700317383,
|
68 |
+
64.06739807128906,
|
69 |
+
64.11434936523438,
|
70 |
+
64.12435150146484,
|
71 |
+
64.15435028076172,
|
72 |
+
64.19435119628906,
|
73 |
+
64.24435424804688,
|
74 |
+
64.57435607910156,
|
75 |
+
64.69000244140625,
|
76 |
+
64.76000213623047
|
77 |
+
],
|
78 |
+
"short_factor": [
|
79 |
+
1.1,
|
80 |
+
1.1,
|
81 |
+
1.1,
|
82 |
+
1.3000000000000003,
|
83 |
+
1.3500000000000003,
|
84 |
+
1.3500000000000003,
|
85 |
+
1.4000000000000004,
|
86 |
+
1.5500000000000005,
|
87 |
+
2.000000000000001,
|
88 |
+
2.000000000000001,
|
89 |
+
2.000000000000001,
|
90 |
+
2.000000000000001,
|
91 |
+
2.000000000000001,
|
92 |
+
2.000000000000001,
|
93 |
+
2.000000000000001,
|
94 |
+
2.000000000000001,
|
95 |
+
2.000000000000001,
|
96 |
+
2.000000000000001,
|
97 |
+
2.000000000000001,
|
98 |
+
2.000000000000001,
|
99 |
+
2.000000000000001,
|
100 |
+
2.000000000000001,
|
101 |
+
2.000000000000001,
|
102 |
+
2.000000000000001,
|
103 |
+
2.000000000000001,
|
104 |
+
2.0500000000000007,
|
105 |
+
2.0500000000000007,
|
106 |
+
2.0500000000000007,
|
107 |
+
2.0500000000000007,
|
108 |
+
2.0500000000000007,
|
109 |
+
2.0500000000000007,
|
110 |
+
2.1000000000000005,
|
111 |
+
2.1000000000000005,
|
112 |
+
2.1500000000000004,
|
113 |
+
2.25,
|
114 |
+
2.25,
|
115 |
+
2.25,
|
116 |
+
2.25,
|
117 |
+
2.25,
|
118 |
+
2.3999999999999995,
|
119 |
+
2.4499999999999993,
|
120 |
+
2.499999999999999,
|
121 |
+
2.6999999999999984,
|
122 |
+
2.6999999999999984,
|
123 |
+
2.7499999999999982,
|
124 |
+
2.799999999999998,
|
125 |
+
2.8999999999999977,
|
126 |
+
3.049999999999997
|
127 |
+
],
|
128 |
+
"type": "longrope"
|
129 |
+
},
|
130 |
+
"rope_theta": 10000.0,
|
131 |
+
"sliding_window": 262144,
|
132 |
+
"tie_word_embeddings": false,
|
133 |
+
"torch_dtype": "bfloat16",
|
134 |
+
"transformers_version": "4.40.2",
|
135 |
+
"use_cache": true,
|
136 |
+
"vocab_size": 32064
|
137 |
+
}
|
|
|
|
|
|
configuration_phi3.py
CHANGED
@@ -1,213 +1,227 @@
|
|
1 |
-
# coding=utf-8
|
2 |
-
# Copyright 2024 Microsoft and the HuggingFace Inc. team. All rights reserved.
|
3 |
-
#
|
4 |
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
-
# you may not use this file except in compliance with the License.
|
6 |
-
# You may obtain a copy of the License at
|
7 |
-
#
|
8 |
-
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
-
#
|
10 |
-
# Unless required by applicable law or agreed to in writing, software
|
11 |
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
-
# See the License for the specific language governing permissions and
|
14 |
-
# limitations under the License.
|
15 |
-
|
16 |
-
""" Phi-3 model configuration"""
|
17 |
-
|
18 |
-
|
19 |
-
from transformers.configuration_utils import PretrainedConfig
|
20 |
-
from transformers.utils import logging
|
21 |
-
|
22 |
-
|
23 |
-
logger = logging.get_logger(__name__)
|
24 |
-
|
25 |
-
PHI3_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
26 |
-
"microsoft/Phi-3-mini-4k-instruct": "https://huggingface.co/microsoft/Phi-3-mini-4k-instruct/resolve/main/config.json",
|
27 |
-
"microsoft/Phi-3-mini-128k-instruct": "https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/config.json",
|
28 |
-
}
|
29 |
-
|
30 |
-
|
31 |
-
class Phi3Config(PretrainedConfig):
|
32 |
-
r"""
|
33 |
-
This is the configuration class to store the configuration of a [`Phi3Model`]. It is used to instantiate a Phi-3
|
34 |
-
model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
|
35 |
-
defaults will yield a similar configuration to that of the
|
36 |
-
[microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct).
|
37 |
-
|
38 |
-
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
|
39 |
-
documentation from [`PretrainedConfig`] for more information.
|
40 |
-
|
41 |
-
Args:
|
42 |
-
vocab_size (`int`, *optional*, defaults to 32064):
|
43 |
-
Vocabulary size of the Phi-3 model. Defines the number of different tokens that can be represented by the
|
44 |
-
`inputs_ids` passed when calling [`Phi3Model`].
|
45 |
-
hidden_size (`int`, *optional*, defaults to 3072):
|
46 |
-
Dimension of the hidden representations.
|
47 |
-
intermediate_size (`int`, *optional*, defaults to 8192):
|
48 |
-
Dimension of the MLP representations.
|
49 |
-
num_hidden_layers (`int`, *optional*, defaults to 32):
|
50 |
-
Number of hidden layers in the Transformer decoder.
|
51 |
-
num_attention_heads (`int`, *optional*, defaults to 32):
|
52 |
-
Number of attention heads for each attention layer in the Transformer decoder.
|
53 |
-
num_key_value_heads (`int`, *optional*):
|
54 |
-
This is the number of key_value heads that should be used to implement Grouped Query Attention. If
|
55 |
-
`num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
|
56 |
-
`num_key_value_heads=1 the model will use Multi Query Attention (MQA) otherwise GQA is used. When
|
57 |
-
converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
|
58 |
-
by meanpooling all the original heads within that group. For more details checkout [this
|
59 |
-
paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to
|
60 |
-
`num_attention_heads`.
|
61 |
-
resid_pdrop (`float`, *optional*, defaults to 0.0):
|
62 |
-
Dropout probability for mlp outputs.
|
63 |
-
embd_pdrop (`int`, *optional*, defaults to 0.0):
|
64 |
-
The dropout ratio for the embeddings.
|
65 |
-
attention_dropout (`float`, *optional*, defaults to 0.0):
|
66 |
-
The dropout ratio after computing the attention scores.
|
67 |
-
hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
|
68 |
-
The non-linear activation function (function or string) in the decoder.
|
69 |
-
max_position_embeddings (`int`, *optional*, defaults to 4096):
|
70 |
-
The maximum sequence length that this model might ever be used with.
|
71 |
-
original_max_position_embeddings (`int`, *optional*, defaults to 4096):
|
72 |
-
The maximum sequence length that this model was trained with. This is used to determine the size of the
|
73 |
-
original RoPE embeddings when using long scaling.
|
74 |
-
initializer_range (`float`, *optional*, defaults to 0.02):
|
75 |
-
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
|
76 |
-
rms_norm_eps (`float`, *optional*, defaults to 1e-05):
|
77 |
-
The epsilon value used for the RMSNorm.
|
78 |
-
use_cache (`bool`, *optional*, defaults to `True`):
|
79 |
-
Whether or not the model should return the last key/values attentions (not used by all models). Only
|
80 |
-
relevant if `config.is_decoder=True`. Whether to tie weight embeddings or not.
|
81 |
-
tie_word_embeddings (`bool`, *optional*, defaults to `False`):
|
82 |
-
Whether to tie weight embeddings
|
83 |
-
rope_theta (`float`, *optional*, defaults to 10000.0):
|
84 |
-
The base period of the RoPE embeddings.
|
85 |
-
rope_scaling (`dict`, *optional*):
|
86 |
-
The scaling strategy for the RoPE embeddings. If `None`, no scaling is applied. If a dictionary, it must
|
87 |
-
contain the following keys: `type`, `short_factor` and `long_factor`. The `type` must be
|
88 |
-
the `short_factor` and `long_factor` must be lists of numbers with the same length as the hidden size
|
89 |
-
divided by the number of attention heads divided by 2.
|
90 |
-
bos_token_id (`int`, *optional*, defaults to 1):
|
91 |
-
The id of the "beginning-of-sequence" token.
|
92 |
-
eos_token_id (`int`, *optional*, defaults to 32000):
|
93 |
-
The id of the "end-of-sequence" token.
|
94 |
-
pad_token_id (`int`, *optional*, defaults to 32000):
|
95 |
-
The id of the padding token.
|
96 |
-
sliding_window (`int`, *optional*):
|
97 |
-
Sliding window attention window size. If `None`, no sliding window is applied.
|
98 |
-
|
99 |
-
Example:
|
100 |
-
|
101 |
-
```python
|
102 |
-
>>> from transformers import Phi3Model, Phi3Config
|
103 |
-
|
104 |
-
>>> # Initializing a Phi-3 style configuration
|
105 |
-
>>> configuration = Phi3Config.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
|
106 |
-
|
107 |
-
>>> # Initializing a model from the configuration
|
108 |
-
>>> model = Phi3Model(configuration)
|
109 |
-
|
110 |
-
>>> # Accessing the model configuration
|
111 |
-
>>> configuration = model.config
|
112 |
-
```"""
|
113 |
-
|
114 |
-
model_type = "phi3"
|
115 |
-
keys_to_ignore_at_inference = ["past_key_values"]
|
116 |
-
|
117 |
-
def __init__(
|
118 |
-
self,
|
119 |
-
vocab_size=32064,
|
120 |
-
hidden_size=3072,
|
121 |
-
intermediate_size=8192,
|
122 |
-
num_hidden_layers=32,
|
123 |
-
num_attention_heads=32,
|
124 |
-
num_key_value_heads=None,
|
125 |
-
resid_pdrop=0.0,
|
126 |
-
embd_pdrop=0.0,
|
127 |
-
attention_dropout=0.0,
|
128 |
-
hidden_act="silu",
|
129 |
-
max_position_embeddings=4096,
|
130 |
-
original_max_position_embeddings=4096,
|
131 |
-
initializer_range=0.02,
|
132 |
-
rms_norm_eps=1e-5,
|
133 |
-
use_cache=True,
|
134 |
-
tie_word_embeddings=False,
|
135 |
-
rope_theta=10000.0,
|
136 |
-
rope_scaling=None,
|
137 |
-
bos_token_id=1,
|
138 |
-
eos_token_id=32000,
|
139 |
-
pad_token_id=32000,
|
140 |
-
sliding_window=None,
|
141 |
-
**kwargs,
|
142 |
-
):
|
143 |
-
self.vocab_size = vocab_size
|
144 |
-
self.hidden_size = hidden_size
|
145 |
-
self.intermediate_size = intermediate_size
|
146 |
-
self.num_hidden_layers = num_hidden_layers
|
147 |
-
self.num_attention_heads = num_attention_heads
|
148 |
-
|
149 |
-
if num_key_value_heads is None:
|
150 |
-
num_key_value_heads = num_attention_heads
|
151 |
-
|
152 |
-
self.num_key_value_heads = num_key_value_heads
|
153 |
-
self.resid_pdrop = resid_pdrop
|
154 |
-
self.embd_pdrop = embd_pdrop
|
155 |
-
self.attention_dropout = attention_dropout
|
156 |
-
self.hidden_act = hidden_act
|
157 |
-
self.max_position_embeddings = max_position_embeddings
|
158 |
-
self.original_max_position_embeddings = original_max_position_embeddings
|
159 |
-
self.initializer_range = initializer_range
|
160 |
-
self.rms_norm_eps = rms_norm_eps
|
161 |
-
self.use_cache = use_cache
|
162 |
-
self.rope_theta = rope_theta
|
163 |
-
self.rope_scaling = rope_scaling
|
164 |
-
self.
|
165 |
-
self.
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2024 Microsoft and the HuggingFace Inc. team. All rights reserved.
|
3 |
+
#
|
4 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
5 |
+
# you may not use this file except in compliance with the License.
|
6 |
+
# You may obtain a copy of the License at
|
7 |
+
#
|
8 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
9 |
+
#
|
10 |
+
# Unless required by applicable law or agreed to in writing, software
|
11 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
12 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
+
# See the License for the specific language governing permissions and
|
14 |
+
# limitations under the License.
|
15 |
+
|
16 |
+
""" Phi-3 model configuration"""
|
17 |
+
|
18 |
+
|
19 |
+
from transformers.configuration_utils import PretrainedConfig
|
20 |
+
from transformers.utils import logging
|
21 |
+
|
22 |
+
|
23 |
+
logger = logging.get_logger(__name__)
|
24 |
+
|
25 |
+
PHI3_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
26 |
+
"microsoft/Phi-3-mini-4k-instruct": "https://huggingface.co/microsoft/Phi-3-mini-4k-instruct/resolve/main/config.json",
|
27 |
+
"microsoft/Phi-3-mini-128k-instruct": "https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/config.json",
|
28 |
+
}
|
29 |
+
|
30 |
+
|
31 |
+
class Phi3Config(PretrainedConfig):
|
32 |
+
r"""
|
33 |
+
This is the configuration class to store the configuration of a [`Phi3Model`]. It is used to instantiate a Phi-3
|
34 |
+
model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
|
35 |
+
defaults will yield a similar configuration to that of the
|
36 |
+
[microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct).
|
37 |
+
|
38 |
+
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
|
39 |
+
documentation from [`PretrainedConfig`] for more information.
|
40 |
+
|
41 |
+
Args:
|
42 |
+
vocab_size (`int`, *optional*, defaults to 32064):
|
43 |
+
Vocabulary size of the Phi-3 model. Defines the number of different tokens that can be represented by the
|
44 |
+
`inputs_ids` passed when calling [`Phi3Model`].
|
45 |
+
hidden_size (`int`, *optional*, defaults to 3072):
|
46 |
+
Dimension of the hidden representations.
|
47 |
+
intermediate_size (`int`, *optional*, defaults to 8192):
|
48 |
+
Dimension of the MLP representations.
|
49 |
+
num_hidden_layers (`int`, *optional*, defaults to 32):
|
50 |
+
Number of hidden layers in the Transformer decoder.
|
51 |
+
num_attention_heads (`int`, *optional*, defaults to 32):
|
52 |
+
Number of attention heads for each attention layer in the Transformer decoder.
|
53 |
+
num_key_value_heads (`int`, *optional*):
|
54 |
+
This is the number of key_value heads that should be used to implement Grouped Query Attention. If
|
55 |
+
`num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
|
56 |
+
`num_key_value_heads=1 the model will use Multi Query Attention (MQA) otherwise GQA is used. When
|
57 |
+
converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
|
58 |
+
by meanpooling all the original heads within that group. For more details checkout [this
|
59 |
+
paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to
|
60 |
+
`num_attention_heads`.
|
61 |
+
resid_pdrop (`float`, *optional*, defaults to 0.0):
|
62 |
+
Dropout probability for mlp outputs.
|
63 |
+
embd_pdrop (`int`, *optional*, defaults to 0.0):
|
64 |
+
The dropout ratio for the embeddings.
|
65 |
+
attention_dropout (`float`, *optional*, defaults to 0.0):
|
66 |
+
The dropout ratio after computing the attention scores.
|
67 |
+
hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
|
68 |
+
The non-linear activation function (function or string) in the decoder.
|
69 |
+
max_position_embeddings (`int`, *optional*, defaults to 4096):
|
70 |
+
The maximum sequence length that this model might ever be used with.
|
71 |
+
original_max_position_embeddings (`int`, *optional*, defaults to 4096):
|
72 |
+
The maximum sequence length that this model was trained with. This is used to determine the size of the
|
73 |
+
original RoPE embeddings when using long scaling.
|
74 |
+
initializer_range (`float`, *optional*, defaults to 0.02):
|
75 |
+
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
|
76 |
+
rms_norm_eps (`float`, *optional*, defaults to 1e-05):
|
77 |
+
The epsilon value used for the RMSNorm.
|
78 |
+
use_cache (`bool`, *optional*, defaults to `True`):
|
79 |
+
Whether or not the model should return the last key/values attentions (not used by all models). Only
|
80 |
+
relevant if `config.is_decoder=True`. Whether to tie weight embeddings or not.
|
81 |
+
tie_word_embeddings (`bool`, *optional*, defaults to `False`):
|
82 |
+
Whether to tie weight embeddings
|
83 |
+
rope_theta (`float`, *optional*, defaults to 10000.0):
|
84 |
+
The base period of the RoPE embeddings.
|
85 |
+
rope_scaling (`dict`, *optional*):
|
86 |
+
The scaling strategy for the RoPE embeddings. If `None`, no scaling is applied. If a dictionary, it must
|
87 |
+
contain the following keys: `type`, `short_factor` and `long_factor`. The `type` must be `longrope` and
|
88 |
+
the `short_factor` and `long_factor` must be lists of numbers with the same length as the hidden size
|
89 |
+
divided by the number of attention heads divided by 2.
|
90 |
+
bos_token_id (`int`, *optional*, defaults to 1):
|
91 |
+
The id of the "beginning-of-sequence" token.
|
92 |
+
eos_token_id (`int`, *optional*, defaults to 32000):
|
93 |
+
The id of the "end-of-sequence" token.
|
94 |
+
pad_token_id (`int`, *optional*, defaults to 32000):
|
95 |
+
The id of the padding token.
|
96 |
+
sliding_window (`int`, *optional*):
|
97 |
+
Sliding window attention window size. If `None`, no sliding window is applied.
|
98 |
+
|
99 |
+
Example:
|
100 |
+
|
101 |
+
```python
|
102 |
+
>>> from transformers import Phi3Model, Phi3Config
|
103 |
+
|
104 |
+
>>> # Initializing a Phi-3 style configuration
|
105 |
+
>>> configuration = Phi3Config.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
|
106 |
+
|
107 |
+
>>> # Initializing a model from the configuration
|
108 |
+
>>> model = Phi3Model(configuration)
|
109 |
+
|
110 |
+
>>> # Accessing the model configuration
|
111 |
+
>>> configuration = model.config
|
112 |
+
```"""
|
113 |
+
|
114 |
+
model_type = "phi3"
|
115 |
+
keys_to_ignore_at_inference = ["past_key_values"]
|
116 |
+
|
117 |
+
def __init__(
|
118 |
+
self,
|
119 |
+
vocab_size=32064,
|
120 |
+
hidden_size=3072,
|
121 |
+
intermediate_size=8192,
|
122 |
+
num_hidden_layers=32,
|
123 |
+
num_attention_heads=32,
|
124 |
+
num_key_value_heads=None,
|
125 |
+
resid_pdrop=0.0,
|
126 |
+
embd_pdrop=0.0,
|
127 |
+
attention_dropout=0.0,
|
128 |
+
hidden_act="silu",
|
129 |
+
max_position_embeddings=4096,
|
130 |
+
original_max_position_embeddings=4096,
|
131 |
+
initializer_range=0.02,
|
132 |
+
rms_norm_eps=1e-5,
|
133 |
+
use_cache=True,
|
134 |
+
tie_word_embeddings=False,
|
135 |
+
rope_theta=10000.0,
|
136 |
+
rope_scaling=None,
|
137 |
+
bos_token_id=1,
|
138 |
+
eos_token_id=32000,
|
139 |
+
pad_token_id=32000,
|
140 |
+
sliding_window=None,
|
141 |
+
**kwargs,
|
142 |
+
):
|
143 |
+
self.vocab_size = vocab_size
|
144 |
+
self.hidden_size = hidden_size
|
145 |
+
self.intermediate_size = intermediate_size
|
146 |
+
self.num_hidden_layers = num_hidden_layers
|
147 |
+
self.num_attention_heads = num_attention_heads
|
148 |
+
|
149 |
+
if num_key_value_heads is None:
|
150 |
+
num_key_value_heads = num_attention_heads
|
151 |
+
|
152 |
+
self.num_key_value_heads = num_key_value_heads
|
153 |
+
self.resid_pdrop = resid_pdrop
|
154 |
+
self.embd_pdrop = embd_pdrop
|
155 |
+
self.attention_dropout = attention_dropout
|
156 |
+
self.hidden_act = hidden_act
|
157 |
+
self.max_position_embeddings = max_position_embeddings
|
158 |
+
self.original_max_position_embeddings = original_max_position_embeddings
|
159 |
+
self.initializer_range = initializer_range
|
160 |
+
self.rms_norm_eps = rms_norm_eps
|
161 |
+
self.use_cache = use_cache
|
162 |
+
self.rope_theta = rope_theta
|
163 |
+
self.rope_scaling = rope_scaling
|
164 |
+
self._rope_scaling_adjustment()
|
165 |
+
self._rope_scaling_validation()
|
166 |
+
self.sliding_window = sliding_window
|
167 |
+
|
168 |
+
super().__init__(
|
169 |
+
bos_token_id=bos_token_id,
|
170 |
+
eos_token_id=eos_token_id,
|
171 |
+
pad_token_id=pad_token_id,
|
172 |
+
tie_word_embeddings=tie_word_embeddings,
|
173 |
+
**kwargs,
|
174 |
+
)
|
175 |
+
|
176 |
+
def _rope_scaling_adjustment(self):
|
177 |
+
"""
|
178 |
+
Adjust the `type` of the `rope_scaling` configuration for backward compatibility.
|
179 |
+
"""
|
180 |
+
if self.rope_scaling is None:
|
181 |
+
return
|
182 |
+
|
183 |
+
rope_scaling_type = self.rope_scaling.get("type", None)
|
184 |
+
|
185 |
+
# For backward compatibility if previous version used "su" or "yarn"
|
186 |
+
if rope_scaling_type is not None and rope_scaling_type in ["su", "yarn"]:
|
187 |
+
self.rope_scaling["type"] = "longrope"
|
188 |
+
|
189 |
+
def _rope_scaling_validation(self):
|
190 |
+
"""
|
191 |
+
Validate the `rope_scaling` configuration.
|
192 |
+
"""
|
193 |
+
if self.rope_scaling is None:
|
194 |
+
return
|
195 |
+
|
196 |
+
if not isinstance(self.rope_scaling, dict) or len(self.rope_scaling) != 3:
|
197 |
+
raise ValueError(
|
198 |
+
"`rope_scaling` must be a dictionary with three fields, `type`, `short_factor` and `long_factor`, "
|
199 |
+
f"got {self.rope_scaling}"
|
200 |
+
)
|
201 |
+
rope_scaling_type = self.rope_scaling.get("type", None)
|
202 |
+
rope_scaling_short_factor = self.rope_scaling.get("short_factor", None)
|
203 |
+
rope_scaling_long_factor = self.rope_scaling.get("long_factor", None)
|
204 |
+
if rope_scaling_type is None or rope_scaling_type not in ["longrope"]:
|
205 |
+
raise ValueError(f"`rope_scaling`'s type field must be one of ['longrope'], got {rope_scaling_type}")
|
206 |
+
if not (
|
207 |
+
isinstance(rope_scaling_short_factor, list)
|
208 |
+
and all(isinstance(x, (int, float)) for x in rope_scaling_short_factor)
|
209 |
+
):
|
210 |
+
raise ValueError(
|
211 |
+
f"`rope_scaling`'s short_factor field must be a list of numbers, got {rope_scaling_short_factor}"
|
212 |
+
)
|
213 |
+
if not len(rope_scaling_short_factor) == self.hidden_size // self.num_attention_heads // 2:
|
214 |
+
raise ValueError(
|
215 |
+
f"`rope_scaling`'s short_factor field must have length {self.hidden_size // self.num_attention_heads // 2}, got {len(rope_scaling_short_factor)}"
|
216 |
+
)
|
217 |
+
if not (
|
218 |
+
isinstance(rope_scaling_long_factor, list)
|
219 |
+
and all(isinstance(x, (int, float)) for x in rope_scaling_long_factor)
|
220 |
+
):
|
221 |
+
raise ValueError(
|
222 |
+
f"`rope_scaling`'s long_factor field must be a list of numbers, got {rope_scaling_long_factor}"
|
223 |
+
)
|
224 |
+
if not len(rope_scaling_long_factor) == self.hidden_size // self.num_attention_heads // 2:
|
225 |
+
raise ValueError(
|
226 |
+
f"`rope_scaling`'s long_factor field must have length {self.hidden_size // self.num_attention_heads // 2}, got {len(rope_scaling_long_factor)}"
|
227 |
+
)
|
generation_config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
{
|
2 |
-
"_from_model_config": true,
|
3 |
-
"bos_token_id": 1,
|
4 |
-
"eos_token_id": [
|
5 |
-
32000,
|
6 |
-
32001,
|
7 |
-
32007
|
8 |
-
],
|
9 |
-
"pad_token_id": 32000,
|
10 |
-
"transformers_version": "4.
|
11 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": [
|
5 |
+
32000,
|
6 |
+
32001,
|
7 |
+
32007
|
8 |
+
],
|
9 |
+
"pad_token_id": 32000,
|
10 |
+
"transformers_version": "4.41.2"
|
11 |
+
}
|
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4972489328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc534bed68dc12e48d1f28d144bfb2239bd1ef4f5d5892d68e9d1f85731b8c12
|
3 |
size 4972489328
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2669692552
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d08786c6cca821d229fd6049c3a691a51bcfa0d29b78289dbc607badd92b2bdc
|
3 |
size 2669692552
|
modeling_phi3.py
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
sample_finetune.py
CHANGED
@@ -1,214 +1,214 @@
|
|
1 |
-
import sys
|
2 |
-
import logging
|
3 |
-
|
4 |
-
import datasets
|
5 |
-
from datasets import load_dataset
|
6 |
-
from peft import LoraConfig
|
7 |
-
import torch
|
8 |
-
import transformers
|
9 |
-
from trl import SFTTrainer
|
10 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer, TrainingArguments, BitsAndBytesConfig
|
11 |
-
|
12 |
-
"""
|
13 |
-
A simple example on using SFTTrainer and Accelerate to finetune Phi-3 models. For
|
14 |
-
a more advanced example, please follow HF alignment-handbook/scripts/run_sft.py.
|
15 |
-
This example has utilized DeepSpeed ZeRO3 offload to reduce the memory usage. The
|
16 |
-
script can be run on V100 or later generation GPUs. Here are some suggestions on
|
17 |
-
futher reducing memory consumption:
|
18 |
-
- reduce batch size
|
19 |
-
- decrease lora dimension
|
20 |
-
- restrict lora target modules
|
21 |
-
Please follow these steps to run the script:
|
22 |
-
1. Install dependencies:
|
23 |
-
conda install -c conda-forge accelerate
|
24 |
-
pip3 install -i https://pypi.org/simple/ bitsandbytes
|
25 |
-
pip3 install peft
|
26 |
-
pip3 install deepspeed
|
27 |
-
2. Setup accelerate and deepspeed config based on the machine used:
|
28 |
-
accelerate config
|
29 |
-
Here is a sample config for deepspeed zero3:
|
30 |
-
compute_environment: LOCAL_MACHINE
|
31 |
-
debug: false
|
32 |
-
deepspeed_config:
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
distributed_type: DEEPSPEED
|
40 |
-
downcast_bf16: 'no'
|
41 |
-
enable_cpu_affinity: false
|
42 |
-
machine_rank: 0
|
43 |
-
main_training_function: main
|
44 |
-
mixed_precision: bf16
|
45 |
-
num_machines: 1
|
46 |
-
num_processes: 4
|
47 |
-
rdzv_backend: static
|
48 |
-
same_network: true
|
49 |
-
tpu_env: []
|
50 |
-
tpu_use_cluster: false
|
51 |
-
tpu_use_sudo: false
|
52 |
-
use_cpu: false
|
53 |
-
3. check accelerate config:
|
54 |
-
accelerate env
|
55 |
-
4. Run the code:
|
56 |
-
accelerate launch sample_finetune.py
|
57 |
-
"""
|
58 |
-
|
59 |
-
logger = logging.getLogger(__name__)
|
60 |
-
|
61 |
-
|
62 |
-
###################
|
63 |
-
# Hyper-parameters
|
64 |
-
###################
|
65 |
-
training_config = {
|
66 |
-
"bf16": True,
|
67 |
-
"do_eval": False,
|
68 |
-
"learning_rate": 5.0e-06,
|
69 |
-
"log_level": "info",
|
70 |
-
"logging_steps": 20,
|
71 |
-
"logging_strategy": "steps",
|
72 |
-
"lr_scheduler_type": "cosine",
|
73 |
-
"num_train_epochs": 1,
|
74 |
-
"max_steps": -1,
|
75 |
-
"output_dir": "./checkpoint_dir",
|
76 |
-
"overwrite_output_dir": True,
|
77 |
-
"per_device_eval_batch_size": 4,
|
78 |
-
"per_device_train_batch_size": 4,
|
79 |
-
"remove_unused_columns": True,
|
80 |
-
"save_steps": 100,
|
81 |
-
"save_total_limit": 1,
|
82 |
-
"seed": 0,
|
83 |
-
"gradient_checkpointing": True,
|
84 |
-
"gradient_checkpointing_kwargs":{"use_reentrant": False},
|
85 |
-
"gradient_accumulation_steps": 1,
|
86 |
-
"warmup_ratio": 0.2,
|
87 |
-
}
|
88 |
-
|
89 |
-
peft_config = {
|
90 |
-
"r": 16,
|
91 |
-
"lora_alpha": 32,
|
92 |
-
"lora_dropout": 0.05,
|
93 |
-
"bias": "none",
|
94 |
-
"task_type": "CAUSAL_LM",
|
95 |
-
"target_modules": "all-linear",
|
96 |
-
"modules_to_save": None,
|
97 |
-
}
|
98 |
-
train_conf = TrainingArguments(**training_config)
|
99 |
-
peft_conf = LoraConfig(**peft_config)
|
100 |
-
|
101 |
-
|
102 |
-
###############
|
103 |
-
# Setup logging
|
104 |
-
###############
|
105 |
-
logging.basicConfig(
|
106 |
-
format="%(asctime)s - %(levelname)s - %(name)s - %(message)s",
|
107 |
-
datefmt="%Y-%m-%d %H:%M:%S",
|
108 |
-
handlers=[logging.StreamHandler(sys.stdout)],
|
109 |
-
)
|
110 |
-
log_level = train_conf.get_process_log_level()
|
111 |
-
logger.setLevel(log_level)
|
112 |
-
datasets.utils.logging.set_verbosity(log_level)
|
113 |
-
transformers.utils.logging.set_verbosity(log_level)
|
114 |
-
transformers.utils.logging.enable_default_handler()
|
115 |
-
transformers.utils.logging.enable_explicit_format()
|
116 |
-
|
117 |
-
# Log on each process a small summary
|
118 |
-
logger.warning(
|
119 |
-
f"Process rank: {train_conf.local_rank}, device: {train_conf.device}, n_gpu: {train_conf.n_gpu}"
|
120 |
-
+ f" distributed training: {bool(train_conf.local_rank != -1)}, 16-bits training: {train_conf.fp16}"
|
121 |
-
)
|
122 |
-
logger.info(f"Training/evaluation parameters {train_conf}")
|
123 |
-
logger.info(f"PEFT parameters {peft_conf}")
|
124 |
-
|
125 |
-
|
126 |
-
################
|
127 |
-
# Model Loading
|
128 |
-
################
|
129 |
-
checkpoint_path = "microsoft/Phi-3-mini-4k-instruct"
|
130 |
-
|
131 |
-
model_kwargs = dict(
|
132 |
-
use_cache=False,
|
133 |
-
trust_remote_code=True,
|
134 |
-
attn_implementation="flash_attention_2", # loading the model with flash-attenstion support
|
135 |
-
torch_dtype=torch.bfloat16,
|
136 |
-
device_map=None
|
137 |
-
)
|
138 |
-
model = AutoModelForCausalLM.from_pretrained(checkpoint_path, **model_kwargs)
|
139 |
-
tokenizer = AutoTokenizer.from_pretrained(checkpoint_path)
|
140 |
-
tokenizer.model_max_length = 2048
|
141 |
-
tokenizer.pad_token = tokenizer.unk_token # use unk rather than eos token to prevent endless generation
|
142 |
-
tokenizer.pad_token_id = tokenizer.convert_tokens_to_ids(tokenizer.pad_token)
|
143 |
-
tokenizer.padding_side = 'right'
|
144 |
-
|
145 |
-
|
146 |
-
##################
|
147 |
-
# Data Processing
|
148 |
-
##################
|
149 |
-
def apply_chat_template(
|
150 |
-
example,
|
151 |
-
tokenizer,
|
152 |
-
):
|
153 |
-
messages = example["messages"]
|
154 |
-
example["text"] = tokenizer.apply_chat_template(
|
155 |
-
messages, tokenize=False, add_generation_prompt=False)
|
156 |
-
return example
|
157 |
-
|
158 |
-
raw_dataset = load_dataset("HuggingFaceH4/ultrachat_200k")
|
159 |
-
train_dataset = raw_dataset["train_sft"]
|
160 |
-
test_dataset = raw_dataset["test_sft"]
|
161 |
-
column_names = list(train_dataset.features)
|
162 |
-
|
163 |
-
processed_train_dataset = train_dataset.map(
|
164 |
-
apply_chat_template,
|
165 |
-
fn_kwargs={"tokenizer": tokenizer},
|
166 |
-
num_proc=10,
|
167 |
-
remove_columns=column_names,
|
168 |
-
desc="Applying chat template to train_sft",
|
169 |
-
)
|
170 |
-
|
171 |
-
processed_test_dataset = test_dataset.map(
|
172 |
-
apply_chat_template,
|
173 |
-
fn_kwargs={"tokenizer": tokenizer},
|
174 |
-
num_proc=10,
|
175 |
-
remove_columns=column_names,
|
176 |
-
desc="Applying chat template to test_sft",
|
177 |
-
)
|
178 |
-
|
179 |
-
|
180 |
-
###########
|
181 |
-
# Training
|
182 |
-
###########
|
183 |
-
trainer = SFTTrainer(
|
184 |
-
model=model,
|
185 |
-
args=train_conf,
|
186 |
-
peft_config=peft_conf,
|
187 |
-
train_dataset=processed_train_dataset,
|
188 |
-
eval_dataset=processed_test_dataset,
|
189 |
-
max_seq_length=2048,
|
190 |
-
dataset_text_field="text",
|
191 |
-
tokenizer=tokenizer,
|
192 |
-
packing=True
|
193 |
-
)
|
194 |
-
train_result = trainer.train()
|
195 |
-
metrics = train_result.metrics
|
196 |
-
trainer.log_metrics("train", metrics)
|
197 |
-
trainer.save_metrics("train", metrics)
|
198 |
-
trainer.save_state()
|
199 |
-
|
200 |
-
|
201 |
-
#############
|
202 |
-
# Evaluation
|
203 |
-
#############
|
204 |
-
tokenizer.padding_side = 'left'
|
205 |
-
metrics = trainer.evaluate()
|
206 |
-
metrics["eval_samples"] = len(processed_test_dataset)
|
207 |
-
trainer.log_metrics("eval", metrics)
|
208 |
-
trainer.save_metrics("eval", metrics)
|
209 |
-
|
210 |
-
|
211 |
-
# ############
|
212 |
-
# # Save model
|
213 |
-
# ############
|
214 |
trainer.save_model(train_conf.output_dir)
|
|
|
1 |
+
import sys
|
2 |
+
import logging
|
3 |
+
|
4 |
+
import datasets
|
5 |
+
from datasets import load_dataset
|
6 |
+
from peft import LoraConfig
|
7 |
+
import torch
|
8 |
+
import transformers
|
9 |
+
from trl import SFTTrainer
|
10 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer, TrainingArguments, BitsAndBytesConfig
|
11 |
+
|
12 |
+
"""
|
13 |
+
A simple example on using SFTTrainer and Accelerate to finetune Phi-3 models. For
|
14 |
+
a more advanced example, please follow HF alignment-handbook/scripts/run_sft.py.
|
15 |
+
This example has utilized DeepSpeed ZeRO3 offload to reduce the memory usage. The
|
16 |
+
script can be run on V100 or later generation GPUs. Here are some suggestions on
|
17 |
+
futher reducing memory consumption:
|
18 |
+
- reduce batch size
|
19 |
+
- decrease lora dimension
|
20 |
+
- restrict lora target modules
|
21 |
+
Please follow these steps to run the script:
|
22 |
+
1. Install dependencies:
|
23 |
+
conda install -c conda-forge accelerate
|
24 |
+
pip3 install -i https://pypi.org/simple/ bitsandbytes
|
25 |
+
pip3 install peft transformers trl datasets
|
26 |
+
pip3 install deepspeed
|
27 |
+
2. Setup accelerate and deepspeed config based on the machine used:
|
28 |
+
accelerate config
|
29 |
+
Here is a sample config for deepspeed zero3:
|
30 |
+
compute_environment: LOCAL_MACHINE
|
31 |
+
debug: false
|
32 |
+
deepspeed_config:
|
33 |
+
gradient_accumulation_steps: 1
|
34 |
+
offload_optimizer_device: none
|
35 |
+
offload_param_device: none
|
36 |
+
zero3_init_flag: true
|
37 |
+
zero3_save_16bit_model: true
|
38 |
+
zero_stage: 3
|
39 |
+
distributed_type: DEEPSPEED
|
40 |
+
downcast_bf16: 'no'
|
41 |
+
enable_cpu_affinity: false
|
42 |
+
machine_rank: 0
|
43 |
+
main_training_function: main
|
44 |
+
mixed_precision: bf16
|
45 |
+
num_machines: 1
|
46 |
+
num_processes: 4
|
47 |
+
rdzv_backend: static
|
48 |
+
same_network: true
|
49 |
+
tpu_env: []
|
50 |
+
tpu_use_cluster: false
|
51 |
+
tpu_use_sudo: false
|
52 |
+
use_cpu: false
|
53 |
+
3. check accelerate config:
|
54 |
+
accelerate env
|
55 |
+
4. Run the code:
|
56 |
+
accelerate launch sample_finetune.py
|
57 |
+
"""
|
58 |
+
|
59 |
+
logger = logging.getLogger(__name__)
|
60 |
+
|
61 |
+
|
62 |
+
###################
|
63 |
+
# Hyper-parameters
|
64 |
+
###################
|
65 |
+
training_config = {
|
66 |
+
"bf16": True,
|
67 |
+
"do_eval": False,
|
68 |
+
"learning_rate": 5.0e-06,
|
69 |
+
"log_level": "info",
|
70 |
+
"logging_steps": 20,
|
71 |
+
"logging_strategy": "steps",
|
72 |
+
"lr_scheduler_type": "cosine",
|
73 |
+
"num_train_epochs": 1,
|
74 |
+
"max_steps": -1,
|
75 |
+
"output_dir": "./checkpoint_dir",
|
76 |
+
"overwrite_output_dir": True,
|
77 |
+
"per_device_eval_batch_size": 4,
|
78 |
+
"per_device_train_batch_size": 4,
|
79 |
+
"remove_unused_columns": True,
|
80 |
+
"save_steps": 100,
|
81 |
+
"save_total_limit": 1,
|
82 |
+
"seed": 0,
|
83 |
+
"gradient_checkpointing": True,
|
84 |
+
"gradient_checkpointing_kwargs":{"use_reentrant": False},
|
85 |
+
"gradient_accumulation_steps": 1,
|
86 |
+
"warmup_ratio": 0.2,
|
87 |
+
}
|
88 |
+
|
89 |
+
peft_config = {
|
90 |
+
"r": 16,
|
91 |
+
"lora_alpha": 32,
|
92 |
+
"lora_dropout": 0.05,
|
93 |
+
"bias": "none",
|
94 |
+
"task_type": "CAUSAL_LM",
|
95 |
+
"target_modules": "all-linear",
|
96 |
+
"modules_to_save": None,
|
97 |
+
}
|
98 |
+
train_conf = TrainingArguments(**training_config)
|
99 |
+
peft_conf = LoraConfig(**peft_config)
|
100 |
+
|
101 |
+
|
102 |
+
###############
|
103 |
+
# Setup logging
|
104 |
+
###############
|
105 |
+
logging.basicConfig(
|
106 |
+
format="%(asctime)s - %(levelname)s - %(name)s - %(message)s",
|
107 |
+
datefmt="%Y-%m-%d %H:%M:%S",
|
108 |
+
handlers=[logging.StreamHandler(sys.stdout)],
|
109 |
+
)
|
110 |
+
log_level = train_conf.get_process_log_level()
|
111 |
+
logger.setLevel(log_level)
|
112 |
+
datasets.utils.logging.set_verbosity(log_level)
|
113 |
+
transformers.utils.logging.set_verbosity(log_level)
|
114 |
+
transformers.utils.logging.enable_default_handler()
|
115 |
+
transformers.utils.logging.enable_explicit_format()
|
116 |
+
|
117 |
+
# Log on each process a small summary
|
118 |
+
logger.warning(
|
119 |
+
f"Process rank: {train_conf.local_rank}, device: {train_conf.device}, n_gpu: {train_conf.n_gpu}"
|
120 |
+
+ f" distributed training: {bool(train_conf.local_rank != -1)}, 16-bits training: {train_conf.fp16}"
|
121 |
+
)
|
122 |
+
logger.info(f"Training/evaluation parameters {train_conf}")
|
123 |
+
logger.info(f"PEFT parameters {peft_conf}")
|
124 |
+
|
125 |
+
|
126 |
+
################
|
127 |
+
# Model Loading
|
128 |
+
################
|
129 |
+
# checkpoint_path = "microsoft/Phi-3-mini-4k-instruct"
|
130 |
+
checkpoint_path = "microsoft/Phi-3-mini-128k-instruct"
|
131 |
+
model_kwargs = dict(
|
132 |
+
use_cache=False,
|
133 |
+
trust_remote_code=True,
|
134 |
+
attn_implementation="flash_attention_2", # loading the model with flash-attenstion support
|
135 |
+
torch_dtype=torch.bfloat16,
|
136 |
+
device_map=None
|
137 |
+
)
|
138 |
+
model = AutoModelForCausalLM.from_pretrained(checkpoint_path, **model_kwargs)
|
139 |
+
tokenizer = AutoTokenizer.from_pretrained(checkpoint_path)
|
140 |
+
tokenizer.model_max_length = 2048
|
141 |
+
tokenizer.pad_token = tokenizer.unk_token # use unk rather than eos token to prevent endless generation
|
142 |
+
tokenizer.pad_token_id = tokenizer.convert_tokens_to_ids(tokenizer.pad_token)
|
143 |
+
tokenizer.padding_side = 'right'
|
144 |
+
|
145 |
+
|
146 |
+
##################
|
147 |
+
# Data Processing
|
148 |
+
##################
|
149 |
+
def apply_chat_template(
|
150 |
+
example,
|
151 |
+
tokenizer,
|
152 |
+
):
|
153 |
+
messages = example["messages"]
|
154 |
+
example["text"] = tokenizer.apply_chat_template(
|
155 |
+
messages, tokenize=False, add_generation_prompt=False)
|
156 |
+
return example
|
157 |
+
|
158 |
+
raw_dataset = load_dataset("HuggingFaceH4/ultrachat_200k")
|
159 |
+
train_dataset = raw_dataset["train_sft"]
|
160 |
+
test_dataset = raw_dataset["test_sft"]
|
161 |
+
column_names = list(train_dataset.features)
|
162 |
+
|
163 |
+
processed_train_dataset = train_dataset.map(
|
164 |
+
apply_chat_template,
|
165 |
+
fn_kwargs={"tokenizer": tokenizer},
|
166 |
+
num_proc=10,
|
167 |
+
remove_columns=column_names,
|
168 |
+
desc="Applying chat template to train_sft",
|
169 |
+
)
|
170 |
+
|
171 |
+
processed_test_dataset = test_dataset.map(
|
172 |
+
apply_chat_template,
|
173 |
+
fn_kwargs={"tokenizer": tokenizer},
|
174 |
+
num_proc=10,
|
175 |
+
remove_columns=column_names,
|
176 |
+
desc="Applying chat template to test_sft",
|
177 |
+
)
|
178 |
+
|
179 |
+
|
180 |
+
###########
|
181 |
+
# Training
|
182 |
+
###########
|
183 |
+
trainer = SFTTrainer(
|
184 |
+
model=model,
|
185 |
+
args=train_conf,
|
186 |
+
peft_config=peft_conf,
|
187 |
+
train_dataset=processed_train_dataset,
|
188 |
+
eval_dataset=processed_test_dataset,
|
189 |
+
max_seq_length=2048,
|
190 |
+
dataset_text_field="text",
|
191 |
+
tokenizer=tokenizer,
|
192 |
+
packing=True
|
193 |
+
)
|
194 |
+
train_result = trainer.train()
|
195 |
+
metrics = train_result.metrics
|
196 |
+
trainer.log_metrics("train", metrics)
|
197 |
+
trainer.save_metrics("train", metrics)
|
198 |
+
trainer.save_state()
|
199 |
+
|
200 |
+
|
201 |
+
#############
|
202 |
+
# Evaluation
|
203 |
+
#############
|
204 |
+
tokenizer.padding_side = 'left'
|
205 |
+
metrics = trainer.evaluate()
|
206 |
+
metrics["eval_samples"] = len(processed_test_dataset)
|
207 |
+
trainer.log_metrics("eval", metrics)
|
208 |
+
trainer.save_metrics("eval", metrics)
|
209 |
+
|
210 |
+
|
211 |
+
# ############
|
212 |
+
# # Save model
|
213 |
+
# ############
|
214 |
trainer.save_model(train_conf.output_dir)
|
special_tokens_map.json
CHANGED
@@ -1,30 +1,30 @@
|
|
1 |
-
{
|
2 |
-
"bos_token": {
|
3 |
-
"content": "<s>",
|
4 |
-
"lstrip": false,
|
5 |
-
"normalized": false,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"eos_token": {
|
10 |
-
"content": "<|endoftext|>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": false,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"pad_token": {
|
17 |
-
"content": "<|endoftext|>",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": false,
|
20 |
-
"rstrip": false,
|
21 |
-
"single_word": false
|
22 |
-
},
|
23 |
-
"unk_token": {
|
24 |
-
"content": "<unk>",
|
25 |
-
"lstrip": false,
|
26 |
-
"normalized": false,
|
27 |
-
"rstrip": false,
|
28 |
-
"single_word": false
|
29 |
-
}
|
30 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,130 +1,130 @@
|
|
1 |
-
{
|
2 |
-
"add_bos_token":
|
3 |
-
"add_eos_token": false,
|
4 |
-
"added_tokens_decoder": {
|
5 |
-
"0": {
|
6 |
-
"content": "<unk>",
|
7 |
-
"lstrip": false,
|
8 |
-
"normalized": false,
|
9 |
-
"rstrip": false,
|
10 |
-
"single_word": false,
|
11 |
-
"special": true
|
12 |
-
},
|
13 |
-
"1": {
|
14 |
-
"content": "<s>",
|
15 |
-
"lstrip": false,
|
16 |
-
"normalized": false,
|
17 |
-
"rstrip": false,
|
18 |
-
"single_word": false,
|
19 |
-
"special": true
|
20 |
-
},
|
21 |
-
"2": {
|
22 |
-
"content": "</s>",
|
23 |
-
"lstrip": false,
|
24 |
-
"normalized": false,
|
25 |
-
"rstrip": true,
|
26 |
-
"single_word": false,
|
27 |
-
"special": false
|
28 |
-
},
|
29 |
-
"32000": {
|
30 |
-
"content": "<|endoftext|>",
|
31 |
-
"lstrip": false,
|
32 |
-
"normalized": false,
|
33 |
-
"rstrip": false,
|
34 |
-
"single_word": false,
|
35 |
-
"special": true
|
36 |
-
},
|
37 |
-
"32001": {
|
38 |
-
"content": "<|assistant|>",
|
39 |
-
"lstrip": false,
|
40 |
-
"normalized": false,
|
41 |
-
"rstrip": true,
|
42 |
-
"single_word": false,
|
43 |
-
"special": true
|
44 |
-
},
|
45 |
-
"32002": {
|
46 |
-
"content": "<|placeholder1|>",
|
47 |
-
"lstrip": false,
|
48 |
-
"normalized": false,
|
49 |
-
"rstrip": true,
|
50 |
-
"single_word": false,
|
51 |
-
"special": true
|
52 |
-
},
|
53 |
-
"32003": {
|
54 |
-
"content": "<|placeholder2|>",
|
55 |
-
"lstrip": false,
|
56 |
-
"normalized": false,
|
57 |
-
"rstrip": true,
|
58 |
-
"single_word": false,
|
59 |
-
"special": true
|
60 |
-
},
|
61 |
-
"32004": {
|
62 |
-
"content": "<|placeholder3|>",
|
63 |
-
"lstrip": false,
|
64 |
-
"normalized": false,
|
65 |
-
"rstrip": true,
|
66 |
-
"single_word": false,
|
67 |
-
"special": true
|
68 |
-
},
|
69 |
-
"32005": {
|
70 |
-
"content": "<|placeholder4|>",
|
71 |
-
"lstrip": false,
|
72 |
-
"normalized": false,
|
73 |
-
"rstrip": true,
|
74 |
-
"single_word": false,
|
75 |
-
"special": true
|
76 |
-
},
|
77 |
-
"32006": {
|
78 |
-
"content": "<|system|>",
|
79 |
-
"lstrip": false,
|
80 |
-
"normalized": false,
|
81 |
-
"rstrip": true,
|
82 |
-
"single_word": false,
|
83 |
-
"special": true
|
84 |
-
},
|
85 |
-
"32007": {
|
86 |
-
"content": "<|end|>",
|
87 |
-
"lstrip": false,
|
88 |
-
"normalized": false,
|
89 |
-
"rstrip": true,
|
90 |
-
"single_word": false,
|
91 |
-
"special": true
|
92 |
-
},
|
93 |
-
"32008": {
|
94 |
-
"content": "<|placeholder5|>",
|
95 |
-
"lstrip": false,
|
96 |
-
"normalized": false,
|
97 |
-
"rstrip": true,
|
98 |
-
"single_word": false,
|
99 |
-
"special": true
|
100 |
-
},
|
101 |
-
"32009": {
|
102 |
-
"content": "<|placeholder6|>",
|
103 |
-
"lstrip": false,
|
104 |
-
"normalized": false,
|
105 |
-
"rstrip": true,
|
106 |
-
"single_word": false,
|
107 |
-
"special": true
|
108 |
-
},
|
109 |
-
"32010": {
|
110 |
-
"content": "<|user|>",
|
111 |
-
"lstrip": false,
|
112 |
-
"normalized": false,
|
113 |
-
"rstrip": true,
|
114 |
-
"single_word": false,
|
115 |
-
"special": true
|
116 |
-
}
|
117 |
-
},
|
118 |
-
"bos_token": "<s>",
|
119 |
-
"chat_template": "{
|
120 |
-
"clean_up_tokenization_spaces": false,
|
121 |
-
"eos_token": "<|endoftext|>",
|
122 |
-
"legacy": false,
|
123 |
-
"model_max_length": 131072,
|
124 |
-
"pad_token": "<|endoftext|>",
|
125 |
-
"padding_side": "left",
|
126 |
-
"sp_model_kwargs": {},
|
127 |
-
"tokenizer_class": "LlamaTokenizer",
|
128 |
-
"unk_token": "<unk>",
|
129 |
-
"use_default_system_prompt": false
|
130 |
-
}
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": true,
|
26 |
+
"single_word": false,
|
27 |
+
"special": false
|
28 |
+
},
|
29 |
+
"32000": {
|
30 |
+
"content": "<|endoftext|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"32001": {
|
38 |
+
"content": "<|assistant|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": true,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"32002": {
|
46 |
+
"content": "<|placeholder1|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": true,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"32003": {
|
54 |
+
"content": "<|placeholder2|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": true,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"32004": {
|
62 |
+
"content": "<|placeholder3|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": true,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"32005": {
|
70 |
+
"content": "<|placeholder4|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": true,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"32006": {
|
78 |
+
"content": "<|system|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": true,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"32007": {
|
86 |
+
"content": "<|end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": true,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"32008": {
|
94 |
+
"content": "<|placeholder5|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": true,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"32009": {
|
102 |
+
"content": "<|placeholder6|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": true,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"32010": {
|
110 |
+
"content": "<|user|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": true,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
}
|
117 |
+
},
|
118 |
+
"bos_token": "<s>",
|
119 |
+
"chat_template": "{% for message in messages %}{% if message['role'] == 'system' %}{{'<|system|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'user' %}{{'<|user|>\n' + message['content'] + '<|end|>\n'}}{% elif message['role'] == 'assistant' %}{{'<|assistant|>\n' + message['content'] + '<|end|>\n'}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>\n' }}{% else %}{{ eos_token }}{% endif %}",
|
120 |
+
"clean_up_tokenization_spaces": false,
|
121 |
+
"eos_token": "<|endoftext|>",
|
122 |
+
"legacy": false,
|
123 |
+
"model_max_length": 131072,
|
124 |
+
"pad_token": "<|endoftext|>",
|
125 |
+
"padding_side": "left",
|
126 |
+
"sp_model_kwargs": {},
|
127 |
+
"tokenizer_class": "LlamaTokenizer",
|
128 |
+
"unk_token": "<unk>",
|
129 |
+
"use_default_system_prompt": false
|
130 |
+
}
|