Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,26 @@ language:
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- meta-llama/Llama-3.1-70B-Instruct
|
| 7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- meta-llama/Llama-3.1-70B-Instruct
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
Here's an improved version of your Hugging Face model card in Markdown format, with clearer structure, formatting, and more professional phrasing:
|
| 10 |
+
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Llama-3.1-70B-Instruct + ToolQA (Finetuned)
|
| 14 |
+
|
| 15 |
+
This model is based on **Llama-3.1-70B-Instruct**, fine-tuned on the [ToolQA dataset](https://github.com/night-chen/ToolQA) for multi-step tool-use reasoning tasks.
|
| 16 |
+
|
| 17 |
+
## Training Details
|
| 18 |
+
|
| 19 |
+
* **Dataset**: [ToolQA](https://github.com/night-chen/ToolQA) – a benchmark designed for evaluating agents' tool-use capabilities in complex environments.
|
| 20 |
+
* **Training Framework**: [Memento-No-More](https://arxiv.org/abs/2502.01562) – a novel framework for teaching models to internalize hints and perform multi-skill reasoning.
|
| 21 |
+
* **Fine-tuning Rounds**: 3
|
| 22 |
+
* **Model Base**: [Llama-3.1-70B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct)
|
| 23 |
+
|
| 24 |
+
## Reference
|
| 25 |
+
|
| 26 |
+
For detailed information on the training methodology, architecture, and evaluations, please refer to our paper:
|
| 27 |
+
|
| 28 |
+
> **Alakuijala, M., Gao, Y., Ananov, G., Kaski, S., Marttinen, P., Ilin, A., & Valpola, H.** (2025). *Memento No More: Coaching AI Agents to Master Multiple Tasks via Hints Internalization*. arXiv preprint [arXiv:2502.01562](https://arxiv.org/abs/2502.01562).
|
| 29 |
+
|