You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Arctic-MidTool-MT-8B

Qwen3-8B-Base mid-trained on MidTool-Mix, a 20.3B-token corpus for agentic tool use.

This is the mid-training checkpoint: a base model with a stronger tool-use prior, not an instruction-tuned assistant. Use it as the starting point for your own tool-use SFT/RL. For a ready-to-use agent, see Arctic-MidTool-RL-8B.

Results

Both rows use the same downstream SFT recipe, so the difference isolates the effect of mid-training.

8B setting BFCLv3 Overall τ²-Bench Pass@1 MCP-Universe Score
Qwen3-8B-Base + SFT 47.62 10.43 15.18
Arctic-MidTool-MT-8B + SFT 51.12 14.75 17.82

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "MidTool/Arctic-MidTool-MT-8B"
tok = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, dtype="auto", device_map="auto")

Details

See our paper for the full data, training, and evaluation details.

@article{jiang2026midtool,
  title  = {MidTool: Mid-training Data Synthesis for Agentic Tool Use},
  author = {Jiang, Fengqing and Wang, Yite and Liu, Boyi and Wang, Zhaoyang and
            Xu, Canwen and Yao, Zhewei and Poovendran, Radha and He, Yuxiong},
  year   = {2026}
}
Downloads last month
-
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for MidTool/Arctic-MidTool-MT-8B

Finetuned
(507)
this model
Finetunes
1 model