GitBag commited on
Commit
0846d16
1 Parent(s): ed1cb4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -1
README.md CHANGED
@@ -5,4 +5,54 @@ datasets:
5
  language:
6
  - en
7
  ---
8
- This is a model released for our paper: [REBEL: Reinforcement Learning via Regressing Relative Rewards](https://arxiv.org/abs/2404.16767). Please refer to our [repository](https://github.com/ZhaolinGao/REBEL) for more details.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  language:
6
  - en
7
  ---
8
+ This is a model released for our paper: [REBEL: Reinforcement Learning via Regressing Relative Rewards](https://arxiv.org/abs/2404.16767).
9
+
10
+ # REBEL-Llama-3
11
+
12
+ This model is developed with REBEL based on [OpenChat-3.5](https://huggingface.co/openchat/openchat_3.5) with [Starling-RM-7B-alpha](https://huggingface.co/berkeley-nest/Starling-RM-7B-alpha) as the reward model and [Nectar](https://huggingface.co/datasets/berkeley-nest/Nectar) dataset.
13
+ The training code is available at https://github.com/ZhaolinGao/REBEL.
14
+
15
+ ### Links to Other Model
16
+
17
+ [REBEL-Llama-3](https://huggingface.co/Cornell-AGI/REBEL-Llama-3)
18
+
19
+ ### AlpacaEval 2.0 Evaluations
20
+
21
+ | Model | AlpacaEval 2.0<br>LC Win Rate | AlpacaEval 2.0<br>Win Rate |
22
+ | :--------: | :--------: | :--------: |
23
+ | REBEL-OpenChat-3.5| 17.3 | 12.8 |
24
+ | REBEL-Llama-3 | 30.1 | 32.6 |
25
+
26
+ ### MT-Bench Evaluations
27
+
28
+ | Model | MT-Bench<br>1st Turn | MT-Bench<br>2nd Turn | MT-Bench<br>Average |
29
+ | :--------: | :--------: | :--------: | :--------: |
30
+ | REBEL-OpenChat-3.5 | 8.54 | 7.58 | 8.06 |
31
+ | REBEL-Llama-3 | 8.63 | 7.69 | 8.16 |
32
+
33
+ ### Open LLM Leaderboard Evaluations
34
+
35
+ | Model | MMLU<br>(5-shot) | GSM8K<br>(5-shot) | Arc<br>(25-shot) | Winogrande<br>(5-shot) | TruthfulQA<br>(0-shot) | HellaSway<br>(10-shot) | Average
36
+ | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: | :--------: |
37
+ | REBEL-OpenChat-3.5 | 63.7 | 68.8 | 64.3 | 80.4 | 48.2 | 85.0 | 68.4 |
38
+ | REBEL-Llama-3 | 65.8 | 75.6 | 61.7 | 75.8 | 51.7 | 78.8 | 68.2 |
39
+
40
+ ## Citation
41
+ Please cite our paper if you use this model in your own work:
42
+ ```
43
+ @misc{gao2024rebel,
44
+ title={REBEL: Reinforcement Learning via Regressing Relative Rewards},
45
+ author={Zhaolin Gao and Jonathan D. Chang and Wenhao Zhan and Owen Oertell and Gokul Swamy and Kianté Brantley and Thorsten Joachims and J. Andrew Bagnell and Jason D. Lee and Wen Sun},
46
+ year={2024},
47
+ eprint={2404.16767},
48
+ archivePrefix={arXiv},
49
+ primaryClass={cs.LG}
50
+ }
51
+ ```
52
+
53
+
54
+
55
+
56
+
57
+
58
+