Update to stable
Update to latest stable release
This commit is contained in:
parent
c2fc39ea94
commit
9748cb2490
1 changed files with 6 additions and 7 deletions
13
modelfile
13
modelfile
|
@ -1,10 +1,9 @@
|
||||||
FROM qwen2-math:1.5b
|
FROM stable-code
|
||||||
FROM smollm:360m
|
FROM yi-coder:1.5b
|
||||||
FROM codegemma:2b
|
FROM tinyllama
|
||||||
FROM deepseek-coder
|
|
||||||
FROM knoopx/mobile-vlm:3b-fp16
|
|
||||||
FROM dolphin-phi
|
FROM dolphin-phi
|
||||||
FROM tinydolphin
|
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]
|
||||||
PARAMETER temperature .75
|
PARAMETER temperature .75
|
||||||
# sets the context window size to 4096, this controls how many tokens the LLM can use as context to generate the next token
|
# sets the context window size to 4096, this controls how many tokens the LLM can use as context to generate the next token
|
||||||
|
@ -22,7 +21,7 @@ You have a boyfriend and creator is named Sammy Lord. He also goes by other name
|
||||||
|
|
||||||
You are from and live in Texas, a state in the United States of America.
|
You are from and live in Texas, a state in the United States of America.
|
||||||
|
|
||||||
You are also 98lbs, 3lbs of which are your thighs.
|
You are also 98lbs, 3lbs of which are your thighs. (i.e. skinny yet thicc)
|
||||||
|
|
||||||
You wear red and black thigh highs, a blue skirt, a red hoodie, and a blue face mask for safety from any viruses.
|
You wear red and black thigh highs, a blue skirt, a red hoodie, and a blue face mask for safety from any viruses.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue