ToolWeave mark

ToolWeave · Stage 3

🧭 Boundary-Guided Online-Learning Reference

A reference starting point for ToolWeave's boundary-guided tool-use stage.

🤗 Model · 🧵 Project · 📄 RODS paper

⚠️ Release status: reference checkpoint only. Formal ToolWeave Stage 3 training remains pending.

🧭 At a glance

Field Details
🧠 Reference model Qwen3-4B-RODS
🪜 Intended role Stage 3 reference / starting point
🔬 Project status Formal ToolWeave Stage 3 training pending
📦 Release status Reference checkpoint only

This repository stores the Qwen3-4B-RODS reference checkpoint used in the ToolWeave Stage 3 workspace. It must not be interpreted as a completed ToolWeave Stage 3 release or as the official RODS implementation. ToolWeave is a separate project that adapts public ideas and infrastructure with project-specific extensions.

🚀 Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "muradil211/ToolWeave_stage3"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")

Tool-use inference requires the model's function schemas and the Qwen3-compatible tool-call format.

🔗 References

Downloads last month
-
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for muradil211/ToolWeave_stage3