AndrewZeng commited on
Commit
a974073
1 Parent(s): ed66854

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -21,6 +21,49 @@ Deita Complexity Scorer is a tool for automatically annotating the Instruction C
21
  - **Repository:** https://github.com/hkust-nlp/deita
22
  - **Model Family:** Other models and the dataset are found in the [Deita collection](https://huggingface.co/collections/hkust-nlp/deita-6569c198c174808d94cf5bd4).
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ## Usage
25
 
26
  Please use the following format to score the complexity of the Instruction:
 
21
  - **Repository:** https://github.com/hkust-nlp/deita
22
  - **Model Family:** Other models and the dataset are found in the [Deita collection](https://huggingface.co/collections/hkust-nlp/deita-6569c198c174808d94cf5bd4).
23
 
24
+ ## Performance
25
+
26
+
27
+ <details>
28
+ <summary>See full evaluations</summary>
29
+
30
+ | Model | Align | Data Size | MT-Bench | AlpacaEval(%) | OpenLLM (Avg.) |
31
+ |------------------------------------------------|-----------|------------|----------|---------------|----------------|
32
+ | **Proprietary Models** | | | | | |
33
+ | GPT-4-Turbo | ? | -- | 9.32 | 97.70 | -- |
34
+ | GPT-4 | SFT + PPO | -- | 8.99 | 95.03 | -- |
35
+ | Claude-2 | SFT + PPO | -- | 8.06 | 91.36 | -- |
36
+ | GPT-3.5-turbo | SFT + PPO | -- | 7.94 | 89.37 | -- |
37
+ | **Open-sourced Models based on LLaMA-1-13B** | | | | | |
38
+ | LIMA | SFT | 1K SFT | 4.29 | 41.98 | 59.82 |
39
+ | WizardLM-13B | SFT | 70K SFT | 6.35 | 75.31 | 58.96 |
40
+ | Vicuna-13B-v1.3 | SFT | 125K SFT | 6.39 | 82.11 | 60.01 |
41
+ | Random | SFT | 10K SFT | 6.03 | 71.52 | 60.14 |
42
+ | DEITA-LLaMA1-13B-v1.0-sft | SFT | 10K SFT | 6.60 | 78.01 | 64.27 |
43
+ | **Open-sourced Models based on LLaMA-2-13B** | | | | | |
44
+ | Tulu-2-13B | SFT | 326K SFT | 6.70 | 78.90 | -- |
45
+ | Tulu-2-13B+DPO | SFT + DPO | 326K SFT + 60K DPO | 7.00 | 89.50 | -- |
46
+ | LLaMA2-13B-Chat | SFT + PPO | -- | 6.65 | 81.09 | -- |
47
+ | WizardLM-13B-v1.2 | SFT | >70K SFT | 7.09 | 89.17 | -- |
48
+ | Vicuna-13B-v1.5 | SFT | 125K SFT | 6.57 | 78.80 | 61.63 |
49
+ | Random | SFT | 10K SFT | 5.78 | 65.19 | 61.32 |
50
+ | DEITA-LLaMA2-13B-v1.0-sft | SFT | 10K SFT | 6.79 | 81.09 | 62.71 |
51
+ | **Open-sourced Models based on Mistral-7B** | | | | | |
52
+ | Mistral-7B-Instruct-v0.1 | -- | -- | 6.84 | 69.65 | 60.45 |
53
+ | Zephyr-7B-sft | SFT | 200K SFT | 5.32 | 75.12 | 60.93 |
54
+ | $\text{Zephyr-7B-}\beta$ | SFT + DPO | 200K SFT + 60K DPO | 7.34 | 90.60 | 66.36 |
55
+ | OpenChat-3.5 | C-RLFT | >> 70K C-RLFT | 7.81 | 88.51 | -- |
56
+ | Starling-7B | C-RLFT + APA | >>70K C-RLFT + 183K APA | 8.09 | 91.99 | -- |
57
+ | Random | SFT | 10K SFT | 5.89 | 56.90 | 61.72 |
58
+ | DEITA-7B-v1.0-sft (6K) | SFT | 6K SFT | 7.22 | 80.78 | 64.94 |
59
+ | DEITA-7B-v1.0-sft (10K) | SFT | 10K SFT | 7.32 | 81.67 | 64.00 |
60
+ | DEITA-7B-v1.0 | SFT + DPO | 6K SFT + 10K DPO | 7.55 | 90.06 | 69.86 |
61
+
62
+
63
+ </details>
64
+
65
+
66
+
67
  ## Usage
68
 
69
  Please use the following format to score the complexity of the Instruction: