Improve model card with metadata and links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ This repository contains the R1-Code-Interpreter models described in [R1-Code-Interpreter: Training LLMs to Reason with Code via Supervised and Reinforcement Learning](https://huggingface.co/papers/2505.21668).
8
+
9
+ The models are fine-tuned Qwen-2.5 models (3B/7B/14B) trained using supervised fine-tuning (SFT) and reinforcement learning (RL) to generate code during step-by-step reasoning.
10
+
11
+ For code and further details, please refer to the [Github repository](https://github.com/yongchao98/R1-Code-Interpreter) and the [project page](https://huggingface.co/yongchao98).