Add model card
Browse filesThis 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.
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.
|