Created
January 22, 2024 09:14
-
-
Save JackBekket/1c77846b609ca3cd1ca884ae63d369ba to your computer and use it in GitHub Desktop.
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
name: phi-2 | |
context_size: 2048 | |
f16: true | |
gpu_layers: 90 | |
mmap: true | |
trimsuffix: | |
- "\n" | |
parameters: | |
model: huggingface://TheBloke/phi-2-GGUF/phi-2.Q8_0.gguf | |
temperature: 0.2 | |
top_k: 40 | |
top_p: 0.95 | |
template: | |
chat: &template | | |
Instruct: {{.Input}} | |
Output: | |
completion: *template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment