Improve model card
Browse filesThis PR adds the metadata for the paper [SFT Memorizes, RL Generalizes: A Comparative Study of Foundation Model Post-training](https://huggingface.co/papers/2501.17161).
The metadata includes the license, library name, pipeline tag, and code repository.
Please review and merge this PR if everything looks good.
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model of the paper [SFT Memorizes, RL Generalizes: A Comparative Study of Foundation Model Post-training](https://huggingface.co/papers/2501.17161).
|
8 |
+
|
9 |
+
Project page: https://tianzhechu.com/SFTvsRL/
|
10 |
+
Code: https://github.com/LeslieTrue/SFTvsRL
|