frob/ qwen-agentworld:35b-a3b-ud-q6_K_XL

174 1 week ago

tools thinking 35b
ollama run frob/qwen-agentworld:35b-a3b-ud-q6_K_XL

Details

2 weeks ago

d8aa520b3a42 · 32GB ·

qwen35moe
·
34.7B
·
Q6_K
{{ .Prompt }}
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
{ "temperature": 0.6, "top_k": 20, "top_p": 0.95 }

Readme

Imported from https://huggingface.co/unsloth/Qwen-AgentWorld-35B-A3B-GGUF

image.png

Qwen-AgentWorld is the first language world model to cover seven agent interaction domains within a single model. It simulates agentic environments via long chain-of-thought reasoning, predicting the next environment state given an agent’s action and interaction history. Trained through a three-stage pipeline — CPT injects environment knowledge, SFT activates next-state-prediction reasoning, RL sharpens simulation fidelity — Qwen-AgentWorld is a native world model: environment modeling is the training objective from the CPT stage onward, not a post-hoc add-on.

$ ollama launch opencode \
    --model frob/qwen-agentworld \
    -- \
    run "Create a file README with the contents 'hello world'"

> build · frob/qwen-agentworld:latest

← Write README
Wrote file successfully.

File README created with contents 'hello world'.

$ cat README 
hello world