olafgeibig's picture
Create README.md
8341d12 verified
|
Raw
History Blame
574 Bytes

Nous-Hermes-2-Mistral-7B-DPO

I converted NousResearch/Nous-Hermes-2-Mistral-7B-DPO to GGUF and quantized it to my favorite quantizations.

I quickly quantized this model using a modified version of AutoGGUF from Maxime Labonne

Here is my Ollama modelfile:

FROM ./phi-2-openhermes-2.5.Q5_K_M.gguf
PARAMETER num_ctx 2048
TEMPLATE """{{ .System }}
### USER: {{ .Prompt }}<|endoftext|>
### ASSISTANT:
"""
PARAMETER stop "<|endoftext|>"