jan/models/noromaid-7b/model.json
Hoang Ha 610a384af8
Chore: Update new models to model hub (#2192)
* add: qwen 7B

* add: gemma 7B

* add: qwen prompt tempalte

* fix: prompt template gemma 7b

* add: gemma 2b

* fix: correct id gemma 2b

* chore: fix noromaid  model size
2024-03-06 21:28:05 +07:00

35 lines
881 B
JSON

{
"sources": [
{
"filename": "Noromaid-7b-v0.1.1.q5_k_m.gguf",
"url": "https://huggingface.co/NeverSleep/Noromaid-7b-v0.1.1-GGUF/resolve/main/Noromaid-7b-v0.1.1.q5_k_m.gguf"
}
],
"id": "noromaid-7b",
"object": "model",
"name": "Noromaid 7B Q5",
"version": "1.0",
"description": "The Noromaid 7b model is designed for role-playing with human-like behavior.",
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "### Instruction:{prompt}\n### Response:",
"llama_model_path": "Noromaid-7b-v0.1.1.q5_k_m.gguf"
},
"parameters": {
"temperature": 0.7,
"top_p": 0.95,
"stream": true,
"max_tokens": 4096,
"stop": [],
"frequency_penalty": 0,
"presence_penalty": 0
},
"metadata": {
"author": "NeverSleep",
"tags": ["7B", "Merged"],
"size": 5130000000
},
"engine": "nitro"
}