QUEST-2B

QUEST 2B SFT model — general-purpose deep research agent (Qwen3.5 family, dense). Part of the QUEST model family ranging from 2B to 35B.

Benchmark results

Benchmark Metric Score
BrowseComp avg@3 28.0
Mind2Web 2 avg@3 8.8
HLE avg@3 30.3
DeepResearch Bench avg@3 21.0
BrowseComp-Plus avg@3 52.6
WideSearch Item F1 avg@4 40.9
GAIA avg@3 72.8
LiveResearchBench avg@3 57.4

Quick start

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "osunlp/QUEST-2B"
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
53
Safetensors
Model size
2B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for osunlp/QUEST-2B

Quantizations
1 model

Collection including osunlp/QUEST-2B