PrometheusZer0@alien.topBtoLocalLLaMA•Starling-RM-7B-alpha: New RLAIF Finetuned 7b Model beats Openchat 3.5 and comes close to GPT-4English
1·
1 year agoHere’s what I’m using:
FROM starling-lm-7b-alpha.Q5_K_M.gguf
PARAMETER stop <|end_of_turn|>
PARAMETER stop <|im_sep|>
TEMPLATE """
GPT4 User: {{.Prompt}}<|end_of_turn|>GPT4 Assistant:
"""
Basically yes. https://github.com/jmorganca/ollama#import-from-gguf (download the gguf from huggingface eg https://huggingface.co/berkeley-nest/Starling-LM-7B-alpha)