muradil211 commited on
Commit
4236e7e
·
verified ·
1 Parent(s): 5c9a776

docs: publish final Stage 3 model card

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -5,7 +5,9 @@ tags:
5
  - qwen3
6
  - tool-calling
7
  - bfcl
8
- - reference-checkpoint
 
 
9
  ---
10
 
11
  <div align="center">
@@ -14,8 +16,8 @@ tags:
14
 
15
  <h1>ToolWeave · Stage 3</h1>
16
 
17
- <p><strong>🧭 Boundary-Guided Online-Learning Reference</strong></p>
18
- <p>A reference starting point for ToolWeave's boundary-guided tool-use stage.</p>
19
 
20
  <p>
21
  <a href="https://github.com/Muradil-mamat-211/ToolWeave">🧵 Project</a>
@@ -23,18 +25,19 @@ tags:
23
 
24
  </div>
25
 
26
- > ⚠️ **Release status:** reference checkpoint only. Formal ToolWeave Stage 3 training remains pending.
27
 
28
  ## 🧭 At a glance
29
 
30
  | Field | Details |
31
  |---|---|
32
- | 🧠 Reference model | Qwen3-4B-RODS |
33
- | 🪜 Intended role | Stage 3 reference / starting point |
34
- | 🔬 Project status | Formal ToolWeave Stage 3 training pending |
35
- | 📦 Release status | Reference checkpoint only |
 
36
 
37
- 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.
38
 
39
  ## 🚀 Usage
40
 
@@ -48,8 +51,6 @@ model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")
48
 
49
  Tool-use inference requires the model's function schemas and the Qwen3-compatible tool-call format.
50
 
51
- ## 🔗 References
52
 
53
  - [🧵 ToolWeave project](https://github.com/Muradil-mamat-211/ToolWeave)
54
- - [🤗 Upstream RODS model](https://huggingface.co/RuishanFang/Qwen3-4B-RODS)
55
- - [📄 RODS paper](https://arxiv.org/abs/2606.19047)
 
5
  - qwen3
6
  - tool-calling
7
  - bfcl
8
+ - agentic-rl
9
+ - progress-reward
10
+ - online-synthesis
11
  ---
12
 
13
  <div align="center">
 
16
 
17
  <h1>ToolWeave · Stage 3</h1>
18
 
19
+ <p><strong>🧭 Boundary-Guided Online Reinforcement Learning</strong></p>
20
+ <p>Verified online data synthesis for multi-turn tool-calling agents.</p>
21
 
22
  <p>
23
  <a href="https://github.com/Muradil-mamat-211/ToolWeave">🧵 Project</a>
 
25
 
26
  </div>
27
 
28
+ > **Release status:** final ToolWeave Stage 3 model.
29
 
30
  ## 🧭 At a glance
31
 
32
  | Field | Details |
33
  |---|---|
34
+ | 🧠 Base family | Qwen3-4B-Instruct |
35
+ | 🪜 Curriculum stage | Stage 3 Boundary-Guided Online Learning |
36
+ | 🧱 Starting point | ToolWeave Stage 2 update 25 |
37
+ | 🎛️ Training signal | Verified online data synthesis + multi-turn Progress Reward |
38
+ | ✅ Release status | Final ToolWeave Stage 3 model |
39
 
40
+ ToolWeave Stage 3 expands multi-turn tool-use learning through capability-boundary detection, verified online data synthesis, strict execution and semantic validation, dynamic replay, and combined global/local tool-call credit.
41
 
42
  ## 🚀 Usage
43
 
 
51
 
52
  Tool-use inference requires the model's function schemas and the Qwen3-compatible tool-call format.
53
 
54
+ ## 🔗 Links
55
 
56
  - [🧵 ToolWeave project](https://github.com/Muradil-mamat-211/ToolWeave)