-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(llamacorn): add new stable 1b model
- Loading branch information
1 parent
698f1f5
commit f22ad8a
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"source": [ | ||
{ | ||
"url":"https://huggingface.co/janhq/llamacorn-1.1b-chat-GGUF/resolve/main/llamacorn-1.1b-chat.Q8_0.gguf", | ||
"filename": "llamacorn-1.1b-chat.Q8_0.gguf" | ||
} | ||
], | ||
"id": "llamacorn-1.1b", | ||
"object": "model", | ||
"name": "LlamaCorn 1.1B Q8", | ||
"version": "1.0", | ||
"description": "LlamaCorn is designed to improve chat functionality from TinyLlama.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 2048, | ||
"prompt_template": "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant", | ||
"llama_model_path": "llamacorn-1.1b-chat.Q8_0.gguf" | ||
}, | ||
"parameters": { | ||
"temperature": 0.7, | ||
"top_p": 0.95, | ||
"stream": true, | ||
"max_tokens": 2048, | ||
"stop": [], | ||
"frequency_penalty": 0, | ||
"presence_penalty": 0 | ||
}, | ||
"metadata": { | ||
"author": "Jan", | ||
"tags": [ | ||
"7B", | ||
"Finetuned", | ||
"Featured" | ||
], | ||
"size": 1170000000 | ||
}, | ||
"engine": "nitro" | ||
} |