张康宁 commited on
Commit
236254c
·
verified ·
1 Parent(s): c918324

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -5
README.md CHANGED
@@ -1,5 +1,41 @@
1
- ---
2
- license: apache-2.0
3
- base_model:
4
- - Qwen/Qwen3-8B
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Model Card for LoopTool-8B
3
+
4
+ <!-- Provide a quick summary of what the model is/does. -->
5
+
6
+ ## Model Details
7
+
8
+ ### Model Description
9
+
10
+ <!-- Provide a longer summary of what this model is. -->
11
+ The LoopTool-8B model is derived from iterative fine-tuning of Qwen3-8B, with a particular emphasis on enhancing the model’s capabilities in tool invocation.
12
+ - **Developed by:** SJTU, Xiaohongshu
13
+ - **Model type:** Causal Language Models
14
+ - **Finetuned from model Qwen3-8B:** https://huggingface.co/Qwen/Qwen3-8B
15
+
16
+ ### Model Sources [optional]
17
+
18
+ <!-- Provide the basic links for the model. -->
19
+
20
+ - **Repository:** https://github.com/Rednote-ExperienceAI-Lab/LoopTool
21
+ - **Paper [optional]:** https://arxiv.org/abs/2511.09148
22
+
23
+
24
+ ## Citation
25
+
26
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
27
+
28
+ If you find our work helpful, feel free to give us a cite.
29
+
30
+
31
+ ```
32
+ @misc{zhang2025looptool,
33
+ title={LoopTool: Closing the Data-Training Loop for Robust LLM Tool Calls},
34
+ author={Kangning Zhang and Wenxiang Jiao and Kounianhua Du and Yuan Lu and Weiwen Liu and Weinan Zhang and Lei Zhang and Yong Yu},
35
+ year={2025},
36
+ eprint={2511.09148},
37
+ archivePrefix={arXiv},
38
+ primaryClass={cs.CL},
39
+ url={https://arxiv.org/abs/2511.09148},
40
+ }
41
+ ```