add: model details
This commit is contained in:
parent
a342645c4b
commit
9ccafc46f7
1 changed files with 25 additions and 3 deletions
|
|
@ -18,10 +18,33 @@
|
|||
"name": "lfm2"
|
||||
},
|
||||
"qwen3-coder-next:latest": {
|
||||
"name": "qwen3"
|
||||
"name": "qwen3",
|
||||
"family": "qwen3next",
|
||||
"reasoning": false,
|
||||
"tool_call": true,
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"limit": {
|
||||
"context": 128000, // Context window size
|
||||
"output": 8192 // Output token limit
|
||||
},
|
||||
"options": {
|
||||
"num_ctx": 16000, // Context window size for Ollama
|
||||
"temperature": 1.0,
|
||||
"top_p": 0.95,
|
||||
"top_k": 40,
|
||||
"max_tokens": 8192 // Max response length
|
||||
}
|
||||
},
|
||||
"gemma3:4b": {
|
||||
"name": "Gemma *",
|
||||
"name": "Gemma 3:4b",
|
||||
"family": "gemma",
|
||||
"temperature": false,
|
||||
"reasoning": false,
|
||||
"attachment": true,
|
||||
|
|
@ -43,7 +66,6 @@
|
|||
"num_ctx": 16000 // Context window size for Ollama
|
||||
},
|
||||
"headers": {},
|
||||
"family": "gemma",
|
||||
"release_date": "13 March 2025",
|
||||
"variants": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue