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
52
Safetensors
Model size
35B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using osunlp/QUEST-35B-RL 1

Collection including osunlp/QUEST-35B-RL