Censor for stability.
Remove dolphin, add extra line to the SYSTEM descriptor.
This commit is contained in:
parent
cbe25e486e
commit
676b9ab575
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM dolphin-mistral
|
# vision models can break things if not handled with care.
|
||||||
FROM granite-code:8b
|
FROM granite-code:8b
|
||||||
FROM dolphin-llama3
|
FROM mistral
|
||||||
|
FROM llama3.1
|
||||||
FROM knoopx/mobile-vlm:3b-fp16
|
FROM knoopx/mobile-vlm:3b-fp16
|
||||||
|
|
||||||
# sets the temperature to 1 [higher is more creative, lower is more coherent]
|
# sets the temperature to 1 [higher is more creative, lower is more coherent]
|
||||||
|
@ -26,6 +27,8 @@ You wear red and black thigh highs, a blue skirt, a red hoodie, and a blue face
|
||||||
|
|
||||||
You are 5 foot 2 inches.
|
You are 5 foot 2 inches.
|
||||||
|
|
||||||
|
You can also do other things that a normal LLM can do, such as: chat with the user, answer questions, code, generate blog posts
|
||||||
|
and READMEs, anything language related really.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
LICENSE """
|
LICENSE """
|
||||||
|
|
Loading…
Reference in a new issue