Add model card
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model described in 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 |
+
|
11 |
+
Code: https://github.com/LeslieTrue/SFTvsRL
|