yhyu13 commited on
Commit
505dc7d
1 Parent(s): 570fea4

Update readme

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -6,4 +6,38 @@ license_link: https://huggingface.co/microsoft/phi-2/resolve/main/LICENSE
6
 
7
  This is the merged model for LoRA https://huggingface.co/Yhyu13/phi-2-sft-dpo-gpt4_en-ep1-lora
8
 
9
- This model is a dpo improvement to this base model https://huggingface.co/Yhyu13/phi-2-sft-alpaca_gpt4_en-ep1 who achieve better than text-davinci-003 on AlpcaEval judged by ChatGPT.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  This is the merged model for LoRA https://huggingface.co/Yhyu13/phi-2-sft-dpo-gpt4_en-ep1-lora
8
 
9
+ This model is a dpo improvement to this base model https://huggingface.co/Yhyu13/phi-2-sft-alpaca_gpt4_en-ep1 who achieve better than text-davinci-003 on AlpcaEval judged by ChatGPT.
10
+
11
+ # AlpacaEval
12
+
13
+ Quote from this discussion
14
+ https://huggingface.co/microsoft/phi-2/discussions/38
15
+
16
+ Since phi2 requires remote code which HF open llm leaderboard would not accept at this moment,
17
+
18
+ I ran phi2 and my dpo to the AlpcaEval benchmark
19
+
20
+ https://tatsu-lab.github.io/alpaca_eval/
21
+
22
+ Here is result evaluated by chatpgpt https://github.com/tatsu-lab/alpaca_eval/pull/183
23
+
24
+ ```
25
+ win_rate standard_error n_total avg_length
26
+ gpt4 73.79 1.54 805 1365
27
+ claude 70.37 1.60 805 1082
28
+ chatgpt 66.09 1.66 805 811
29
+ wizardlm-13b 65.16 1.67 805 985
30
+ vicuna-13b 64.10 1.69 805 1037
31
+ guanaco-65b 62.36 1.71 805 1249
32
+ oasst-rlhf-llama-33b 62.05 1.71 805 1079
33
+ alpaca-farm-ppo-human 60.25 1.72 805 803
34
+ falcon-40b-instruct 56.52 1.74 805 662
35
+ phi-2-alpaca-gpt4-dpo(new)55.60 1.75 804 4532
36
+ phi-2-alpaca-gpt4(new) 54.23 1.75 804 1138
37
+ text_davinci_003 50.00 0.00 805 307
38
+ alpaca-7b 45.22 1.74 805 396
39
+ phi-2(new) 43.79 1.74 805 924
40
+ text_davinci_001 28.07 1.56 805 296
41
+ ```
42
+
43
+ phi-2-alpaca-gpt4-dpo is only slightly better than my previous sft phi-2-alpaca-gpt4, when evaluted by chatgpt, but the dpo tuned model outputs significantly longer result!