Skip to content

Commit

Permalink
add: ibm merlinite 7b
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 authored and Van-QA committed Mar 27, 2024
1 parent 88e96cd commit 46a0dd8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions models/merlinite-7b/model.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"sources": [
{
"filename": "merlinite-7b-Q4_K_M.gguf",
"url": "https://huggingface.co/ibm/merlinite-7b-GGUF/resolve/main/merlinite-7b-Q4_K_M.gguf"
}
],
"id": "merlinite-7b",
"object": "model",
"name": "Merlinite 7B Q4",
"version": "1.0",
"description": "",
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "<|system|>\n{system_prompt}\n<|user|>\n{prompt}\n<|assistant|>\n",
"llama_model_path": "merlinite-7b-Q4_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": "IBM",
"tags": ["7B", "Finetuned"],
"size": 4370000000
},
"engine": "nitro"
}

0 comments on commit 46a0dd8

Please sign in to comment.