nielsr HF Staff commited on
Commit
a1bedba
·
verified ·
1 Parent(s): 8a9289c

Add model card

Browse files

This PR adds a model card linking to the paper [SFT Memorizes, RL Generalizes: A Comparative Study of Foundation Model Post-training](https://huggingface.co/papers/2501.17161),
as well as specifying the correct pipeline and library for the model. The code repository is also included in the model card.

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