forked from janhq/jan
-
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.
* init * init * fix: correct format * version bump * add: aya 8b, aya 35b, phi3 * fix: stop token * fix: stop token
1 parent
20c9c3f
commit 25daba9
Showing
4 changed files
with
78 additions
and
2 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
35 changes: 35 additions & 0 deletions
35
extensions/inference-nitro-extension/resources/models/aya-23-35b/model.json
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,35 @@ | ||
{ | ||
"sources": [ | ||
{ | ||
"filename": "aya-23-35B-Q4_K_M.gguf", | ||
"url": "https://huggingface.co/bartowski/aya-23-35B-GGUF/resolve/main/aya-23-35B-Q4_K_M.gguf" | ||
} | ||
], | ||
"id": "aya-23-35b", | ||
"object": "model", | ||
"name": "Aya 23 35B Q4", | ||
"version": "1.0", | ||
"description": "Aya 23 can talk upto 23 languages fluently.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 8192, | ||
"prompt_template": "<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>{system_prompt}<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|USER_TOKEN|>{prompt}<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>", | ||
"llama_model_path": "aya-23-35B-Q4_K_M.gguf", | ||
"ngl": 40 | ||
}, | ||
"parameters": { | ||
"temperature": 0.7, | ||
"top_p": 0.95, | ||
"stream": true, | ||
"max_tokens": 8192, | ||
"frequency_penalty": 0, | ||
"presence_penalty": 0, | ||
"stop": ["<|END_OF_TURN_TOKEN|>"] | ||
}, | ||
"metadata": { | ||
"author": "CohereForAI", | ||
"tags": ["34B", "Finetuned"], | ||
"size": 21556982144 | ||
}, | ||
"engine": "nitro" | ||
} |
35 changes: 35 additions & 0 deletions
35
extensions/inference-nitro-extension/resources/models/aya-23-8b/model.json
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,35 @@ | ||
{ | ||
"sources": [ | ||
{ | ||
"filename": "aya-23-8B-Q4_K_M.gguf", | ||
"url": "https://huggingface.co/bartowski/aya-23-8B-GGUF/resolve/main/aya-23-8B-Q4_K_M.gguf" | ||
} | ||
], | ||
"id": "aya-23-8b", | ||
"object": "model", | ||
"name": "Aya 23 8B Q4", | ||
"version": "1.0", | ||
"description": "Aya 23 can talk upto 23 languages fluently.", | ||
"format": "gguf", | ||
"settings": { | ||
"ctx_len": 8192, | ||
"prompt_template": "<|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>{system_prompt}<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|USER_TOKEN|>{prompt}<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>", | ||
"llama_model_path": "aya-23-8B-Q4_K_M.gguf", | ||
"ngl": 32 | ||
}, | ||
"parameters": { | ||
"temperature": 0.7, | ||
"top_p": 0.95, | ||
"stream": true, | ||
"max_tokens": 8192, | ||
"frequency_penalty": 0, | ||
"presence_penalty": 0, | ||
"stop": ["<|END_OF_TURN_TOKEN|>"] | ||
}, | ||
"metadata": { | ||
"author": "CohereForAI", | ||
"tags": ["7B", "Finetuned","Featured"], | ||
"size": 5056982144 | ||
}, | ||
"engine": "nitro" | ||
} |
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