JosephusCheung commited on
Commit
26063e9
·
1 Parent(s): f8d90dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -32,3 +32,21 @@ tags:
32
  - llama2
33
  - qwen
34
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  - llama2
33
  - qwen
34
  ---
35
+ | Model | MT-Bench |
36
+ | ------------------------- | ------------ |
37
+ | GPT-4 | 8.99 |
38
+ | GPT-3.5-Turbo | 7.94 |
39
+ | | |
40
+ | Zephyr-7b-β (Overfitting) | 7.34 |
41
+ | Zephyr-7b-α | 6.88 |
42
+ | | |
43
+ | **CausalLM/14B-DPO-α** | **7.618868** |
44
+ | **CausalLM/7B-DPO-α** | **7.038125** |
45
+
46
+ It should be noted that this is not a version that continues training on CausalLM/14B & 7B, but rather an optimized version that has undergone DPO training concurrently on a previous training branch, and some detailed parameters may have changed. You will still need to download the full model.
47
+
48
+ The beta branch will soon be released, employing some aggressive approaches that might be detrimental in certain tasks, in order to achieve better alignment with human preferences, aiming to meet or exceed the GPT-3.5 benchmarks. Stay tuned.
49
+
50
+ 需要注意的是,这并不是在 CausalLM/14B & 7B 上继续训练的版本,而是在之前的训练分支上同时进行了 DPO 训练的优化版本,一些细节参数可能发生了变化。 您仍然需要下载完整模型。
51
+
52
+ 很快将会发布beta分支,采用了一些可能不利于某些任务的激进方法,以实现更好地符合人类偏好以接近和超过GPT-3.5基准。敬请期待。