Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,9 @@ language:
|
|
| 5 |
base_model:
|
| 6 |
- codellama/CodeLlama-7b-hf
|
| 7 |
---
|
| 8 |
-
#
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
# Model Use
|
| 13 |
|
|
|
|
| 5 |
base_model:
|
| 6 |
- codellama/CodeLlama-7b-hf
|
| 7 |
---
|
| 8 |
+
# [EMNLP 2025] TL-CodeLLaMA-2
|
| 9 |
|
| 10 |
+
TL-CodeLLaMA-2 is a model designed for tool use, built upon CodeLLaMA-7b. It is trained on 1,217 data samples using the *TL-Training* framework and demonstrates effective performance across a variety of tool use tasks. More information can be found in the paper "[TL-Training: A Task-Feature-Based Framework for Training Large Language Models in Tool Use](https://www.arxiv.org/abs/2412.15495)".
|
| 11 |
|
| 12 |
# Model Use
|
| 13 |
|