nielsr HF Staff commited on
Commit
3e066be
·
verified ·
1 Parent(s): 200258b

Add model card for Qwen2.5-7B-Caco

Browse files

This 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.

Files changed (1) hide show
  1. README.md +8 -0
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