Skip to content

Instantly share code, notes, and snippets.

@JackBekket
Created January 22, 2024 09:14
Show Gist options
  • Save JackBekket/1c77846b609ca3cd1ca884ae63d369ba to your computer and use it in GitHub Desktop.
Save JackBekket/1c77846b609ca3cd1ca884ae63d369ba to your computer and use it in GitHub Desktop.
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