Cameron-Chen commited on
Commit
5ae3103
1 Parent(s): 0b0a813

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -7,4 +7,40 @@ language:
7
  - en
8
  ---
9
 
10
- This is a model released from the preprint: *[Bootstrapping Language Models with DPO Implicit Rewards](https://arxiv.org/abs/2406.09760)*. Please refer to our [repository](https://github.com/sail-sg/dice) for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - en
8
  ---
9
 
10
+ <!-- This is a model released from the preprint: *[Bootstrapping Language Models with DPO Implicit Rewards](https://arxiv.org/abs/2406.09760)*. Please refer to our [repository](https://github.com/sail-sg/dice) for more details. -->
11
+
12
+ # Llama-3-Base-8B-DICE-Iter2
13
+
14
+ This model was developed using [Bootstrapping Language Models with DPO Implicit Rewards](https://arxiv.org/abs/2406.09760) (DICE) at iteration 2, based on the [princeton-nlp/Llama-3-Base-8B-SFT-DPO](https://huggingface.co/princeton-nlp/Llama-3-Base-8B-SFT-DPO) architecture as the starting point.
15
+
16
+ <!-- We utilized the prompt sets extracted from [HuggingFaceH4/ultrafeedback_binarized](https://huggingface.co/datasets/HuggingFaceH4/ultrafeedback_binarized). -->
17
+
18
+ ## Links to Other Models
19
+ - [Llama-3-Base-8B-DICE-Iter1](https://huggingface.co/sail/Llama-3-Base-8B-DICE-Iter1)
20
+ - [Llama-3-Base-8B-DICE-Iter2](https://huggingface.co/sail/Llama-3-Base-8B-DICE-Iter2)
21
+
22
+ ## Model Description
23
+
24
+ - Model type: An 8B parameter GPT-like model fine-tuned on synthetic datasets.
25
+ - Language(s) (NLP): Primarily English
26
+ - License: MIT
27
+ - Fine-tuned from model: princeton-nlp/Llama-3-Base-8B-SFT-DPO
28
+
29
+ ## [AlpacaEval Leaderboard Evaluation Results](https://tatsu-lab.github.io/alpaca_eval/)
30
+
31
+ | Model | LC. Win Rate | Win Rate |
32
+ |-------------------------------------------|:------------:|:--------:|
33
+ |[Llama-3-Base-8B-SFT-DPO](https://huggingface.co/princeton-nlp/Llama-3-Base-8B-SFT-DPO) |18.20 |15.50
34
+ |[Llama-3-Base-8B-DICE-Iter1](https://huggingface.co/sail/Llama-3-Base-8B-DICE-Iter1) |25.08 |25.77
35
+ |[Llama-3-Base-8B-DICE-Iter2](https://huggingface.co/sail/Llama-3-Base-8B-DICE-Iter2) |**27.55** |**30.99**
36
+
37
+ ## Citation
38
+
39
+ ```bibtex
40
+ @article{chen2024bootstrapping,
41
+ title={Bootstrapping Language Models with DPO Implicit Rewards},
42
+ author={Chen, Changyu and Liu, Zichen and Du, Chao and Pang, Tianyu and Liu, Qian and Sinha, Arunesh and Varakantham, Pradeep and Lin, Min},
43
+ journal={arXiv preprint arXiv:2406.09760},
44
+ year={2024}
45
+ }
46
+ ```