professorf commited on
Commit
6b20406
1 Parent(s): 23c5fb1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +409 -0
README.md ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/phi-1
3
+ inference: false
4
+ language:
5
+ - en
6
+ license: mit
7
+ license_link: https://huggingface.co/microsoft/phi-1/resolve/main/LICENSE
8
+ license_name: microsoft-research-license
9
+ model_creator: Microsoft
10
+ model_name: Phi 1
11
+ model_type: phi-msft
12
+ pipeline_tag: text-generation
13
+ prompt_template: 'Instruct: {prompt}
14
+
15
+ Output:
16
+
17
+ '
18
+ quantized_by: ProfessorF
19
+ tags:
20
+ - nlp
21
+ - code
22
+ ---
23
+ <!-- markdownlint-disable MD041 -->
24
+
25
+ <!-- header start -->
26
+ <!-- 200823 -->
27
+ <div style="width: auto; margin-left: auto; margin-right: auto">
28
+ <img src="http://professorf.com/wp-content/uploads/2014/12/VirtualWorldGirl.png" alt="ProfessorF" style="width: 100%; min-width: 400px; display: block; margin: auto;">
29
+ </div>
30
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">ProfessorF is Dr. Nick V. Flor</p></div>
31
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
32
+ <!-- header end -->
33
+
34
+ # Phi 1 - GGUF
35
+ - Model creator: [Microsoft](https://huggingface.co/microsoft)
36
+ - Original model: [Phi 1](https://huggingface.co/microsoft/phi-1)
37
+
38
+ <!-- description start -->
39
+ ## Description
40
+
41
+ This repo contains GGUF format model files for [Microsoft's Phi 1](https://huggingface.co/microsoft/phi-1).
42
+
43
+ <!-- description end -->
44
+ <!-- README_GGUF.md-about-gguf start -->
45
+ ### About GGUF
46
+
47
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
48
+
49
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
50
+
51
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
52
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
53
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
54
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
55
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration. Linux available, in beta as of 27/11/2023.
56
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
57
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
58
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
59
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
60
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. Note, as of time of writing (November 27th 2023), ctransformers has not been updated in a long time and does not support many recent models.
61
+
62
+ <!-- README_GGUF.md-about-gguf end -->
63
+ <!-- repositories-available start -->
64
+ ## Repositories available
65
+
66
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/professorf/phi-1-GGUF)
67
+ * [Microsoft's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/microsoft/phi-1)
68
+ <!-- repositories-available end -->
69
+
70
+ <!-- prompt-template start -->
71
+ ## Prompt template: Phi
72
+
73
+ ```
74
+ Instruct: {prompt}
75
+ Output:
76
+
77
+ ```
78
+
79
+ <!-- prompt-template end -->
80
+
81
+
82
+ <!-- compatibility_gguf start -->
83
+ ## Compatibility
84
+
85
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
86
+
87
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
88
+
89
+ ## Explanation of quantisation methods
90
+
91
+ <details>
92
+ <summary>Click to see details</summary>
93
+
94
+ The new methods available are:
95
+
96
+ * GGML_TYPE_Q2_K - "type-1" 2-bit quantization in super-blocks containing 16 blocks, each block having 16 weight. Block scales and mins are quantized with 4 bits. This ends up effectively using 2.5625 bits per weight (bpw)
97
+ * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
98
+ * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
99
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
100
+ * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
101
+
102
+ Refer to the Provided Files table below to see what files use which methods, and how.
103
+ </details>
104
+ <!-- compatibility_gguf end -->
105
+
106
+ <!-- README_GGUF.md-provided-files start -->
107
+ ## Provided files
108
+
109
+ TBD
110
+
111
+ **Note**: the above RAM figures assume no GPU offloading. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead.
112
+
113
+
114
+
115
+ <!-- README_GGUF.md-provided-files end -->
116
+
117
+ <!-- README_GGUF.md-how-to-download start -->
118
+ ## How to download GGUF files
119
+
120
+ **Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single file.
121
+
122
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
123
+
124
+ * LM Studio
125
+ * LoLLMS Web UI
126
+ * Faraday.dev
127
+
128
+ ### In `text-generation-webui`
129
+
130
+ Under Download Model, you can enter the model repo: ProfessorF/phi-1-GGUF and below it, a specific filename to download, such as: phi-1.Q8_0.gguf.
131
+
132
+ Then click Download.
133
+
134
+ ### On the command line, including multiple files at once
135
+
136
+ I recommend using the `huggingface-hub` Python library:
137
+
138
+ ```shell
139
+ pip3 install huggingface-hub
140
+ ```
141
+
142
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
143
+
144
+ ```shell
145
+ huggingface-cli download professorf/phi-1-GGUF phi-1.Q8_0.gguf --local-dir . --local-dir-use-symlinks False
146
+ ```
147
+
148
+ <details>
149
+ <summary>More advanced huggingface-cli download usage (click to read)</summary>
150
+
151
+ You can also download multiple files at once with a pattern:
152
+
153
+ ```shell
154
+ huggingface-cli download professorf/phi-1-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
155
+ ```
156
+
157
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
158
+
159
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
160
+
161
+ ```shell
162
+ pip3 install hf_transfer
163
+ ```
164
+
165
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
166
+
167
+ ```shell
168
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download professorf/phi-1-GGUF phi-1.Q8_0.gguf --local-dir . --local-dir-use-symlinks False
169
+ ```
170
+
171
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
172
+ </details>
173
+ <!-- README_GGUF.md-how-to-download end -->
174
+
175
+ <!-- README_GGUF.md-how-to-run start -->
176
+ ## Example `llama.cpp` command
177
+
178
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
179
+
180
+ ```shell
181
+ ./main -ngl 35 -m phi-1.Q8_0.gguf --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "Instruct: {prompt}\nOutput:"
182
+ ```
183
+
184
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
185
+
186
+ Change `-c 2048` to the desired sequence length. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically. Note that longer sequence lengths require much more resources, so you may need to reduce this value.
187
+
188
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
189
+
190
+ For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md)
191
+
192
+ ## How to run in `text-generation-webui`
193
+
194
+ Further instructions can be found in the text-generation-webui documentation, here: [text-generation-webui/docs/04 ‐ Model Tab.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/04%20%E2%80%90%20Model%20Tab.md#llamacpp).
195
+
196
+ ## How to run from Python code
197
+
198
+ You can use GGUF models from Python using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) or [ctransformers](https://github.com/marella/ctransformers) libraries. Note that at the time of writing (Nov 27th 2023), ctransformers has not been updated for some time and is not compatible with some recent models. Therefore I recommend you use llama-cpp-python.
199
+
200
+ ### How to load this model in Python code, using llama-cpp-python
201
+
202
+ For full documentation, please see: [llama-cpp-python docs](https://abetlen.github.io/llama-cpp-python/).
203
+
204
+ #### First install the package
205
+
206
+ Run one of the following commands, according to your system:
207
+
208
+ ```shell
209
+ # Base ctransformers with no GPU acceleration
210
+ pip install llama-cpp-python
211
+ # With NVidia CUDA acceleration
212
+ CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
213
+ # Or with OpenBLAS acceleration
214
+ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
215
+ # Or with CLBLast acceleration
216
+ CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
217
+ # Or with AMD ROCm GPU acceleration (Linux only)
218
+ CMAKE_ARGS="-DLLAMA_HIPBLAS=on" pip install llama-cpp-python
219
+ # Or with Metal GPU acceleration for macOS systems only
220
+ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
221
+
222
+ # In windows, to set the variables CMAKE_ARGS in PowerShell, follow this format; eg for NVidia CUDA:
223
+ $env:CMAKE_ARGS = "-DLLAMA_OPENBLAS=on"
224
+ pip install llama-cpp-python
225
+ ```
226
+
227
+ #### Simple llama-cpp-python example code
228
+
229
+ ```python
230
+ from llama_cpp import Llama
231
+
232
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
233
+ llm = Llama(
234
+ model_path="./phi-1.Q8_0.gguf", # Download the model file first
235
+ n_ctx=2048, # The max sequence length to use - note that longer sequence lengths require much more resources
236
+ n_threads=8, # The number of CPU threads to use, tailor to your system and the resulting performance
237
+ n_gpu_layers=35 # The number of layers to offload to GPU, if you have GPU acceleration available
238
+ )
239
+
240
+ # Simple inference example
241
+ output = llm(
242
+ "Instruct: {prompt}\nOutput:", # Prompt
243
+ max_tokens=512, # Generate up to 512 tokens
244
+ stop=["</s>"], # Example stop token - not necessarily correct for this specific model! Please check before using.
245
+ echo=True # Whether to echo the prompt
246
+ )
247
+
248
+ # Chat Completion API
249
+
250
+ llm = Llama(model_path="./phi-1.Q8_0.gguf", chat_format="llama-2") # Set chat_format according to the model you are using
251
+ llm.create_chat_completion(
252
+ messages = [
253
+ {"role": "system", "content": "You are a story writing assistant."},
254
+ {
255
+ "role": "user",
256
+ "content": "Write a story about llamas."
257
+ }
258
+ ]
259
+ )
260
+ ```
261
+
262
+ ## How to use with LangChain
263
+
264
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
265
+
266
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
267
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
268
+
269
+ <!-- README_GGUF.md-how-to-run end -->
270
+
271
+ <!-- footer start -->
272
+ <!-- footer end -->
273
+
274
+ <!-- original-model-card start -->
275
+ # Original model card: Microsoft's Phi 2
276
+
277
+ ## Model Summary
278
+
279
+ The language model Phi-1 is a Transformer with 1.3 billion parameters, specialized for basic Python coding. Its training involved a variety of data sources, including subsets of Python codes from [The Stack v1.2](https://huggingface.co/datasets/bigcode/the-stack), Q&A content from [StackOverflow](https://archive.org/download/stackexchange), competition code from [code_contests](https://github.com/deepmind/code_contests), and synthetic Python textbooks and exercises generated by [gpt-3.5-turbo-0301](https://platform.openai.com/docs/models/gpt-3-5). Even though the model and the datasets are relatively small compared to contemporary Large Language Models (LLMs), Phi-1 has demonstrated an impressive accuracy rate exceeding 50% on the simple Python coding benchmark, HumanEval.
280
+
281
+ ## How to Use
282
+
283
+ Phi-1 has been integrated in the `transformers` version 4.37.0. If you are using a lower version, ensure that you are doing the following:
284
+
285
+ * When loading the model, ensure that `trust_remote_code=True` is passed as an argument of the `from_pretrained()` function.
286
+
287
+ The current `transformers` version can be verified with: `pip list | grep transformers`.
288
+
289
+ ## Intended Uses
290
+
291
+ Given the nature of the training data, Phi-1 is best suited for prompts using the code format:
292
+
293
+ ### Code Format:
294
+
295
+ ```python
296
+ def print_prime(n):
297
+ """
298
+ Print all primes between 1 and n
299
+ """
300
+ for num in range(2, n+1):
301
+ for i in range(2, num):
302
+ if num % i == 0:
303
+ break
304
+ else:
305
+ print(num)
306
+ ```
307
+
308
+ where the model generates the code after the comments. (Note: This is a legitimate and correct use of the else statement in Python loops.)
309
+
310
+ **Notes:**
311
+
312
+ * Phi-1 is intended for code purposes. The model-generated code should be treated as a starting point rather than a definitive solution for potential use cases. Users should be cautious when employing this model in their applications.
313
+
314
+ * Direct adoption for production coding tasks is out of the scope of this research project. As a result, Phi-1 has not been tested to ensure that it performs adequately for production-level code. Please refer to the limitation sections of this document for more details.
315
+
316
+ * If you are using `transformers<4.37.0`, always load the model with `trust_remote_code=True` to prevent side-effects.
317
+
318
+ ## Sample Code
319
+
320
+ ```python
321
+ import torch
322
+ from transformers import AutoModelForCausalLM, AutoTokenizer
323
+
324
+ torch.set_default_device("cuda")
325
+
326
+ model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1", torch_dtype="auto", trust_remote_code=True)
327
+ tokenizer = AutoTokenizer.from_pretrained("microsoft/phi-1", trust_remote_code=True)
328
+
329
+ inputs = tokenizer('''def print_prime(n):
330
+ """
331
+ Print all primes between 1 and n
332
+ """''', return_tensors="pt", return_attention_mask=False)
333
+
334
+ outputs = model.generate(**inputs, max_length=200)
335
+ text = tokenizer.batch_decode(outputs)[0]
336
+ print(text)
337
+ ```
338
+
339
+ ## Limitations of Phi-1
340
+
341
+ * Limited Scope: 99.8% of the Python scripts in our fine-tuning dataset use only the packages "typing, math, random, collections, datetime, itertools". If the model generates Python scripts that utilize other packages, we strongly recommend users manually verify all API uses.
342
+
343
+ * Replicate Scripts Online: As our model is trained on Python scripts found online, there is a small chance it may replicate such scripts, especially if they appear repetitively across different online sources.
344
+
345
+ * Generate Inaccurate Code: The model frequently generates incorrect code. We suggest that users view these outputs as a source of inspiration rather than definitive solutions.
346
+ * Unreliable Responses to Alternate Formats: Despite appearing to comprehend instructions in formats like Q&A or chat, our models often respond with inaccurate answers, even when seeming confident. Their capabilities with non-code formats are significantly more limited.
347
+
348
+ * Limitations on Natural Language Comprehension. As a coding bot, Phi-1's main focus is to help with coding-related questions. While it may have some natural language comprehension capabilities, its primary function is not to engage in general conversations or demonstrate common sense like a general AI assistant. Its strength lies in providing assistance and guidance in the context of programming and software development.
349
+
350
+ * Potential Biases: Phi-1, like other AI models, is trained on web and synthetic data. This data can contain biases and errors that might affect the AI's performance. Biases could stem from various sources like unbalanced representation, stereotypes, or controversial opinions present in the training data. As a result, the model might sometimes generate responses that reflect these biases or errors.
351
+
352
+ ## Warning about Security Risks
353
+
354
+ When leveraging Phi-1, it's paramount to be vigilant. The model, though powerful, can inadvertently introduce security vulnerabilities in the generated code. Examples include, but are not limited to:
355
+
356
+ * Directory Traversal: The code might fail to implement safe checks against directory traversal attacks, potentially allowing unauthorized access to sensitive files on your system.
357
+
358
+ * Injection Attacks: There could be lapses in escaping strings properly, making the application susceptible to SQL, OS commands, or other injection attacks.
359
+
360
+ * Misunderstanding Requirements: The model might sometimes misunderstand or oversimplify user requirements, leading to incomplete or insecure solutions.
361
+
362
+ * Lack of Input Validation: In some cases, the model might neglect to incorporate input validation or sanitize user inputs, opening doors to attacks like Cross-Site Scripting (XSS).
363
+
364
+ * Insecure Defaults: The model might recommend or generate code with insecure default settings, such as weak password requirements or unencrypted data transmissions.
365
+
366
+ * Failure in Error Handling: Improper error handling can inadvertently reveal sensitive information about the system or the application's internal workings.
367
+
368
+ Given these potential pitfalls, and others not explicitly mentioned, it's essential to thoroughly review, test, and verify the generated code before deploying it in any application, especially those that are security-sensitive. Always consult with security experts or perform rigorous penetration testing when in doubt.
369
+
370
+ ## Training
371
+
372
+ ### Model
373
+
374
+ * Architecture: a Transformer-based model with next-word prediction objective
375
+
376
+ * Training tokens: 54B tokens (7B unique tokens)
377
+
378
+ * Precision: fp16
379
+
380
+ * GPUs: 8 A100
381
+
382
+ * Training time: 6 days
383
+
384
+ ### Software
385
+
386
+ * [PyTorch](https://github.com/pytorch/pytorch)
387
+
388
+ * [DeepSpeed](https://github.com/microsoft/DeepSpeed)
389
+
390
+ * [Flash-Attention](https://github.com/HazyResearch/flash-attention)
391
+
392
+ ### License
393
+
394
+ The model is licensed under the [MIT license](https://huggingface.co/microsoft/phi-1/resolve/main/LICENSE).
395
+
396
+ ### Citation
397
+
398
+ ```bib
399
+ @article{gunasekar2023textbooks,
400
+ title={Textbooks Are All You Need},
401
+ author={Gunasekar, Suriya and Zhang, Yi and Aneja, Jyoti and Mendes, Caio C{\'e}sar Teodoro and Del Giorno, Allie and Gopi, Sivakanth and Javaheripi, Mojan and Kauffmann, Piero and de Rosa, Gustavo and Saarikivi, Olli and others},
402
+ journal={arXiv preprint arXiv:2306.11644},
403
+ year={2023}
404
+ }
405
+ ```
406
+
407
+ ## Trademarks
408
+
409
+ 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.<!-- original-model-card end -->