QUEST-35B-RL

QUEST 35B-class MoE full model after mid-training → SFT → RL (Qwen3.5-35B-A3B base, Qwen3_5MoeForConditionalGeneration). Flagship model of the QUEST family.

Benchmark results

Benchmark Metric Score
BrowseComp avg@3 45.5
Mind2Web 2 avg@3 30.7
HLE avg@3 37.9
DeepResearch Bench avg@3 48.15
BrowseComp-Plus avg@3 61.0
WideSearch Item F1 avg@4 64.5
GAIA avg@3 80.8
LiveResearchBench avg@3 68.2

Quick start

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "osunlp/QUEST-35B-RL"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id, device_map="auto", torch_dtype="auto",
)

Apply the model's chat template with tokenizer.apply_chat_template(...) before passing prompts.

License

Released under the Apache License 2.0.

Downloads last month
81
Safetensors
Model size
35B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including osunlp/QUEST-35B-RL