Skip to content

Commit

Permalink
add(llamacorn): add new stable 1b model
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 authored and louis-menlo committed Feb 3, 2024
1 parent 698f1f5 commit f22ad8a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions models/llamacorn-1.1b/model.json
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"
}

0 comments on commit f22ad8a

Please sign in to comment.