Files
swarm-assistent/Config/_base/training-qlora.json
T
Leonid PershinandCursor b0f2736f65 Ship Assistent 0.15.11: collaborative params, richer UI, and strict image critique.
Adds session_exact pinning, sampler/scheduler chips, expanded param tags with non-default highlighting, QLoRA HF presets, LoRA strength editing, SQLite bootstrap for training memory, last-job UI, and harsher critique_image QC so result review leads with defects instead of praise.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-23 19:59:45 +03:00

50 lines
1.4 KiB
JSON

{
"hf_models": [
{
"id": "qwen2.5-7b-instruct",
"title": "Qwen2.5 7B Instruct",
"hf_id": "Qwen/Qwen2.5-7B-Instruct",
"ollama_hint": "qwen2.5:7b-instruct",
"default_output": "assistent-qwen25-7b:v1",
"rank": 16,
"seq_len": 2048
},
{
"id": "qwen2.5-3b-instruct",
"title": "Qwen2.5 3B Instruct",
"hf_id": "Qwen/Qwen2.5-3B-Instruct",
"ollama_hint": "qwen2.5:3b-instruct",
"default_output": "assistent-qwen25-3b:v1",
"rank": 16,
"seq_len": 2048
},
{
"id": "llama-3.2-3b-instruct",
"title": "Llama 3.2 3B Instruct",
"hf_id": "meta-llama/Llama-3.2-3B-Instruct",
"ollama_hint": "llama3.2:3b-instruct",
"default_output": "assistent-llama32-3b:v1",
"rank": 16,
"seq_len": 2048
},
{
"id": "llama-3.1-8b-instruct",
"title": "Llama 3.1 8B Instruct",
"hf_id": "meta-llama/Llama-3.1-8B-Instruct",
"ollama_hint": "llama3.1:8b-instruct",
"default_output": "assistent-llama31-8b:v1",
"rank": 16,
"seq_len": 2048
},
{
"id": "phi-3-mini-instruct",
"title": "Phi-3 Mini 4K Instruct",
"hf_id": "microsoft/Phi-3-mini-4k-instruct",
"ollama_hint": "phi3:mini",
"default_output": "assistent-phi3-mini:v1",
"rank": 16,
"seq_len": 2048
}
]
}