reshinthadith
commited on
Update README.md
Browse filesReordering the table in ascending size(s).
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 |
|