Add model card for Qwen2.5-7B-Caco
Browse filesThis PR adds a model card for the `Qwen2.5-7B-Caco` model, linking it to the paper [Scaling Code-Assisted Chain-of-Thoughts and Instructions for Model Reasoning](https://huggingface.co/papers/2510.04081).
It also adds the `pipeline_tag` (`text-generation`), `library_name` (`transformers`), and a link to the GitHub repository.
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-generation
|
| 3 |
+
library_name: transformers
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This repository contains the Qwen2.5-7B-Caco model presented in the paper [Scaling Code-Assisted Chain-of-Thoughts and Instructions for Model Reasoning](https://huggingface.co/papers/2510.04081).
|
| 7 |
+
|
| 8 |
+
Code: https://github.com/LHL3341/Caco
|