Improve model card: Add pipeline tag and GitHub link
Browse filesThis PR updates the model card for the paper "On the Interplay of Pre-Training, Mid-Training, and RL on Reasoning Language Models".
It adds the `pipeline_tag: text-generation` to the metadata, which helps with discoverability and categorization on the Hugging Face Hub. It also includes an explicit link to the GitHub repository for easy access to the project's code.
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<h1 align="center">
|
|
@@ -26,6 +27,8 @@ Carnegie Mellon University, Language Technologies Institute
|
|
| 26 |
|
| 27 |
This repository contains post-training related checkpoints in extrapolation tasks.
|
| 28 |
|
|
|
|
|
|
|
| 29 |
## 📚 Citation
|
| 30 |
|
| 31 |
If you find this work or code useful, please consider citing:
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
---
|
| 5 |
|
| 6 |
<h1 align="center">
|
|
|
|
| 27 |
|
| 28 |
This repository contains post-training related checkpoints in extrapolation tasks.
|
| 29 |
|
| 30 |
+
**Code:** [GitHub Repository](https://github.com/Interplay-LM-Reasoning/Interplay-LM-Reasoning)
|
| 31 |
+
|
| 32 |
## 📚 Citation
|
| 33 |
|
| 34 |
If you find this work or code useful, please consider citing:
|