Created
May 31, 2024 22:27
-
-
Save mudler/4fd5ab4455256aee7d7609ebdf8fe0a7 to your computer and use it in GitHub Desktop.
phi-2 for Jetson Nano Developer kit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
context_size: 4096 | |
f16: true | |
mmap: true | |
name: phi-2-chat | |
parameters: | |
model: huggingface://l3utterfly/phi-2-layla-v1-chatml-gguf/phi-2-layla-v1-chatml-Q3_K.gguf | |
stopwords: | |
- <|im_end|> | |
- <|endoftext|> | |
template: | |
chat: | | |
{{.Input}} | |
<|im_start|>assistant | |
chat_message: | | |
<|im_start|>{{ .RoleName }} | |
{{.Content}}<|im_end|> | |
completion: | | |
{{.Input}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment