* fix: stop word update * fix: enable stop settings --------- Co-authored-by: hahuyhoang411 <hahuyhoanghhh41@gmail.com>
29 lines
911 B
JSON
29 lines
911 B
JSON
{
|
|
"source_url": "https://huggingface.co/TheBloke/Starling-LM-7B-alpha-GGUF/resolve/main/starling-lm-7b-alpha.Q4_K_M.gguf",
|
|
"id": "starling-7b",
|
|
"object": "model",
|
|
"name": "Starling alpha 7B Q4",
|
|
"version": "1.0",
|
|
"description": "Starling 7B, an upgrade of Openchat 3.5 using RLAIF, is really good at various benchmarks, especially with GPT-4 judging its performance.",
|
|
"format": "gguf",
|
|
"settings": {
|
|
"ctx_len": 4096,
|
|
"prompt_template": "GPT4 User: {prompt}<|end_of_turn|>GPT4 Assistant:"
|
|
},
|
|
"parameters": {
|
|
"temperature": 0.7,
|
|
"top_p": 0.95,
|
|
"stream": true,
|
|
"max_tokens": 4096,
|
|
"stop": ["<|end_of_turn|>"],
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0
|
|
},
|
|
"metadata": {
|
|
"author": "Berkeley-nest, The Bloke",
|
|
"tags": ["7B","Finetuned"],
|
|
"size": 4370000000
|
|
},
|
|
"engine": "nitro"
|
|
}
|
|
|