QUEST-35B-MT+SFT

QUEST 35B-class MoE checkpoint after mid-training + SFT (Qwen3.5-35B-A3B base). Same training stage as QUEST-35B-MT; results correspond to the +MT column in the training-stage analysis.

Benchmark results

Benchmark Metric Score
BrowseComp avg@3 45.5
Mind2Web 2 avg@3 29.9
HLE avg@3 39.74
DeepResearch Bench avg@3 39.72
BrowseComp-Plus avg@3 58.6
WideSearch Item F1 avg@4 62.5
GAIA avg@3 83.17
LiveResearchBench avg@3 65.47

Quick start

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "osunlp/QUEST-35B-MT-Plus-SFT"
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
49
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-MT-Plus-SFT