Update README.md
Browse files
README.md
CHANGED
@@ -103,4 +103,20 @@ generated_ids = [
|
|
103 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)
|
104 |
|
105 |
print(response)
|
106 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)
|
104 |
|
105 |
print(response)
|
106 |
+
```
|
107 |
+
|
108 |
+
# Citation
|
109 |
+
|
110 |
+
If you find this model useful in your research, please cite:
|
111 |
+
|
112 |
+
```bibtex
|
113 |
+
@misc{TL-Training,
|
114 |
+
title={TL-Training: A Task-Feature-Based Framework for Training Large Language Models in Tool Use},
|
115 |
+
author={Junjie Ye and Yilong Wu and Sixian Li and Yuming Yang and Tao Gui and Qi Zhang and Xuanjing Huang and Peng Wang and Zhongchao Shi and Jianping Fan and Zhengyin Du},
|
116 |
+
year={2024},
|
117 |
+
eprint={2412.15495},
|
118 |
+
archivePrefix={arXiv},
|
119 |
+
primaryClass={cs.CL},
|
120 |
+
url={https://arxiv.org/abs/2412.15495},
|
121 |
+
}
|
122 |
+
```
|