CombinHorizon commited on
Commit
b622b7d
1 Parent(s): c8ea4f8

Update README.md

Browse files

add licence so model can be added to the [Leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard), add tags & metadata

Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1 +1,8 @@
 
 
 
 
 
 
 
1
  This is a model released from the preprint: *[SimPO: Simple Preference Optimization with a Reference-Free Reward](https://arxiv.org/abs/2405.14734)* Please refer to our [repository](https://github.com/princeton-nlp/SimPO) for more details.
 
1
+ ---
2
+ license: llama3
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - SFT
7
+ ---
8
  This is a model released from the preprint: *[SimPO: Simple Preference Optimization with a Reference-Free Reward](https://arxiv.org/abs/2405.14734)* Please refer to our [repository](https://github.com/princeton-nlp/SimPO) for more details.