CombinHorizon commited on
Commit
85055cc
1 Parent(s): ba108bb

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 +8 -1
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
+ - IPO
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.