Louis ba1ba89fa3
fix: change Phi-3 Mini Instruct 4K to cortexso repository (#3655)
* fix: change Phi-3 Mini Instruct 4K to cortexso repository

* chore: correct model names

* fix: Phi3-Medium prompt correction

* chore: bump versions

* chore: take out some feature tags
2024-09-13 17:19:00 +07:00

38 lines
920 B
JSON

{
"sources": [
{
"url": "https://huggingface.co/cortexso/phi3/resolve/main/model.gguf",
"filename": "model.gguf"
}
],
"id": "phi3-3.8b",
"object": "model",
"name": "Phi-3 Mini Instruct Q4",
"version": "1.3",
"description": "Phi-3 Mini is Microsoft's newest, compact model designed for mobile use.",
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "<|user|>\n{prompt}<|end|>\n<|assistant|>\n",
"llama_model_path": "model.gguf",
"ngl": 33
},
"parameters": {
"max_tokens": 4096,
"stop": ["<|end|>"],
"temperature": 0.7,
"top_p": 0.95,
"stream": true,
"frequency_penalty": 0,
"presence_penalty": 0
},
"metadata": {
"author": "Microsoft",
"tags": [
"3B",
"Finetuned"
],
"size": 2320000000
},
"engine": "nitro"
}