reshinthadith commited on
Commit
7beb3b0
1 Parent(s): 471f149

Update README.md

Browse files

Reordering the table in ascending size(s).

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -149,11 +149,11 @@ output = tokenizer.batch_decode(tokens[:, inputs.input_ids.shape[-1]:], skip_spe
149
  ### MT-Bench Coding:
150
  | Model | Size | Score |
151
  |-----------------------------|------|-----------------|
152
- | Stable Code Instruct (DPO) | 3B | 5.8 |
153
- | Stable Code Instruct (SFT) | 3B | 5.5 |
154
  | DeepSeek Coder | 1.3B | 4.6 |
 
 
155
  | CodeLlama Instruct | 7B | 3.55 |
156
- | DeepSeek Coder | 6.7B | 6.9 |
157
  | StarChat2 | 15B | 5.7 |
158
 
159
 
 
149
  ### MT-Bench Coding:
150
  | Model | Size | Score |
151
  |-----------------------------|------|-----------------|
 
 
152
  | DeepSeek Coder | 1.3B | 4.6 |
153
+ | Stable Code Instruct (DPO) | 3B | **5.8**(ours) |
154
+ | Stable Code Instruct (SFT) | 3B | 5.5 |
155
  | CodeLlama Instruct | 7B | 3.55 |
156
+ | DeepSeek Coder | 6.7B | **6.9** |
157
  | StarChat2 | 15B | 5.7 |
158
 
159