QUEST-35B-MT

This is the mid-training only checkpoint of QUEST-35B-A3B (Qwen3_5MoeForConditionalGeneration). It has not been fine-tuned with SFT or RL and therefore does not have the instruction-following or tool-use capabilities required to complete deep research tasks.

It is released as an intermediate artifact for research purposes (e.g., initializing further fine-tuning experiments or studying the effect of mid-training). If you need a usable deep research agent, please use QUEST-35B-MT+SFT or QUEST-35B-RL instead.

Training stage

Stage Applied
Mid-training (MT) ✓
Supervised fine-tuning (SFT) ✗
Reinforcement learning (RL) ✗

Benchmark results

Not reported — this model lacks task-completion capability without SFT.

Quick start

from transformers import AutoModelForCausalLM, AutoTokenizer

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

License

Released under the Apache License 2.0.

Downloads last month
84
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