2 Downloads Updated 3 weeks ago
ollama run RingoSystems/ringollm-v51:5.1
Updated 3 weeks ago
3 weeks ago
978f74b87fdd · 17GB ·
A LoRA fine-tune of Meta Muse Glimmer 30B for Windows endpoint management, built to be usable as an agent: it keeps the base model’s tool calling fully intact while learning DSC v3.
| Your work | Use |
|---|---|
| DSC v3, PowerShell 7, Intune, agentic / tool-calling workflows | RingoLLM v5.1 (this model) |
| Legacy DSC 1.1 (Configuration blocks, MOF, Start-DscConfiguration) | Not this model. Use RingoLLM v4.2 or a general-purpose model |
This model refuses legacy DSC by design.
Narrow fine-tunes for this domain usually lose tool calling entirely. The previous model in this line scored 1 of 5 on tool selection — and that single point is an abstention case it passes only because it never calls a tool at all. Accurate on DSC, useless as an agent.
v5.1 scores 5⁄5 on tool selection and 15⁄15 on argument extraction, matching the stock base model, while raising DSC v3 accuracy from 56% to 89%.
Scored on 23 questions covering DSC v3, PowerShell, Intune and out-of-scope refusal. Legacy DSC is excluded from the comparison because this model is designed to decline it.
| v5.1 | prior fine-tune | base model | |
|---|---|---|---|
| Core rubric | 90.1% | 90.8% | 70.2% |
| DSC v3 | 89% | 90% | 56% |
| Intune | 88% | 62% | 75% |
| PowerShell | 95% | 95% | 100% |
| Tool selection | 5⁄5 | 1⁄5 | 5⁄5 |
It matches the dedicated domain fine-tune on accuracy — within one point out of 131 — and adds working tool use.
Training on a DSC v3 corpus caused catastrophic forgetting of legacy DSC 1.1 (39%, below the base model’s 74%). Rather than answer unreliably, the bundled system prompt makes the model refuse legacy DSC and offer the DSC v3 equivalent. Converting legacy DSC into v3 is in scope; producing legacy DSC is not.
reasoning_strength
(low/medium/high/xhigh) only changes how much. Reasoning counts against the response
budget, so a small num_predict can return empty content. The bundled default is 2048.ollama run ringollm-v5.1 "Write a DSC v3 YAML config that disables SMBv1."
Use the chat API (ollama run, /api/chat, or the OpenAI-compatible
/v1/chat/completions). These render this model correctly.
The legacy raw-completion endpoint (/api/generate) does not yet apply this model’s channel
format correctly in Ollama and will prefix responses with a stray to=user marker. That is an
Ollama templating limitation for this newly-released architecture, not a model defect –
verified by driving the same weights with an exact raw prompt, which returns clean output.
Apache 2.0, inherited from Muse Glimmer 30B by Meta. Training corpus is private and not redistributed.
GGUF weights, LoRA adapter, and full benchmark methodology: https://huggingface.co/RingoSystems/RingoLLM-v5.1-MuseGlimmer-30B-GGUF