QUEST-35B-RL — GGUF

GGUF quantizations of osunlp/QUEST-35B-RL, the 35B RL-trained deep-research agent from the paper QUEST: Training Frontier Deep Research Agents with Fully Synthetic Tasks (built on Qwen3.5-35B-A3B, MoE with ~3B active parameters).

Files

file size contents
QUEST-35B-RL-Q8_0.gguf 35 GB Q8_0 — near-lossless
QUEST-35B-RL-Q6_K.gguf ~27 GB Q6_K
QUEST-35B-RL-Q5_K_M.gguf ~23 GB Q5_K_M
QUEST-35B-RL-Q4_K_M.gguf ~19 GB Q4_K_M
QUEST-35B-RL-mmproj-F16.gguf 858 MB vision projector (F16), optional — only needed for image input

K-quants were made from a BF16 intermediate GGUF (not requantized from Q8_0), no imatrix.

Usage

Requires a llama.cpp build with qwen35moe support (mid-2026 or newer).

llama-server -m QUEST-35B-RL-Q8_0.gguf \
  --mmproj QUEST-35B-RL-mmproj-F16.gguf \
  -ngl 99 --ctx-size 65536

The model is a deep-research agent: it is trained for long-horizon, tool-using search trajectories (fact-seeking, citation grounding, report synthesis) and performs best behind an agent harness with search/browse tools, rather than as a plain chatbot. Thinking mode (<think>) is native. The architecture supports up to 262k context. The model card of the base repo specifies no sampling parameters; Qwen3.5 reasoning defaults (temperature ≈ 0.6, top_p ≈ 0.95) are a sensible starting point.

Conversion notes

Converted with convert_hf_to_gguf.py (llama.cpp commit e3546c7), --outtype q8_0, chat template embedded from the source repo. Two source-repo quirks were handled during conversion:

  • --no-mtp was required. The checkpoint's config.json declares mtp_num_hidden_layers: 1 (multi-token prediction, inherited from the Qwen3.5 base), but the RL finetune contains no mtp.* tensors. Converting with defaults produces a GGUF that fails to load with missing tensor 'blk.40.attn_norm.weight'.
  • The repo was saved with transformers v5 and declares the v5-only tokenizer class TokenizersBackend; tokenizer_config.json was patched to the equivalent PreTrainedTokenizerFast for conversion.

Verified after conversion: loads and generates coherently (temp 0 smoke test), 74 t/s generation fully offloaded on 3× AMD R9700 (ROCm).

License

Apache 2.0, same as the source model. All credit for the model to the OSU NLP group; this repo only provides a format conversion.

Downloads last month
58
GGUF
Model size
35B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for pplgltch/QUEST-35B-RL-GGUF

Quantized
(4)
this model

Paper for pplgltch/QUEST-35B-RL-GGUF