muradil211 commited on
Commit
aab093f
·
verified ·
1 Parent(s): c95fd80

docs: add model card metadata

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  <div align="center">
2
 
3
  <img src="assets/toolweave-mark.svg" alt="ToolWeave mark" width="110">
@@ -36,4 +46,3 @@ Tool-use inference requires the model's function schemas and the Qwen3-compatibl
36
  - [ToolWeave project](https://github.com/Muradil-mamat-211/ToolWeave)
37
  - [Upstream RODS model](https://huggingface.co/RuishanFang/Qwen3-4B-RODS)
38
  - [RODS paper](https://arxiv.org/abs/2606.19047)
39
-
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - qwen3
6
+ - tool-calling
7
+ - bfcl
8
+ - reference-checkpoint
9
+ ---
10
+
11
  <div align="center">
12
 
13
  <img src="assets/toolweave-mark.svg" alt="ToolWeave mark" width="110">
 
46
  - [ToolWeave project](https://github.com/Muradil-mamat-211/ToolWeave)
47
  - [Upstream RODS model](https://huggingface.co/RuishanFang/Qwen3-4B-RODS)
48
  - [RODS paper](https://arxiv.org/abs/2606.19047)