nielsr HF Staff commited on
Commit
1dd975d
·
verified ·
1 Parent(s): 6c3120a

Add model card

Browse files

This PR adds a model card, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending.
It also links the model to the paper page, the project page and adds a link to the Github repository.

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: image-text-to-text
4
+ ---
5
+
6
+ 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/2406.16858).
7
+
8
+ Project page: https://tianzhechu.com/SFTvsRL/
9
+
10
+ Code: https://github.com/LeslieTrue/SFTvsRL.