this post was submitted on 27 Nov 2023
1 points (100.0% liked)

LocalLLaMA

1 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 10 months ago
MODERATORS
 

https://preview.redd.it/3krgd1sg2z2c1.png?width=800&format=png&auto=webp&s=b76c5fb9fa22938c74ec3095f63adaec8ff2219d

I came across this new finetuned model based on Openchat 3.5 which is apparently trained used Reinforcement Learning from AI Feedback (RLAIF).

https://huggingface.co/berkeley-nest/Starling-LM-7B-alpha

Check out this tweet: https://twitter.com/bindureddy/status/1729253715549602071

you are viewing a single comment's thread
view the rest of the comments
[–] PrometheusZer0@alien.top 1 points 9 months ago (4 children)

Does somebody have a prompt template for this? Trying to run in ollama

[–] PrometheusZer0@alien.top 1 points 9 months ago (3 children)

Here'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:

"""

[–] visarga@alien.top 1 points 9 months ago (2 children)

how do you add your own gguf into ollama? it seems to be storing models as cryptic binary blobs in a folder.

load more comments (1 replies)
load more comments (1 replies)