Skip to content

Commit e8f2429

Browse files
minor(README)
1 parent 81a9e1c commit e8f2429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,15 @@ Write a gradio application for the following use case: Take an input image and r
217217

218218
This instruction is challenging because our **Magicoder**'s training dataset **does not** contain the library "gradio" that is necessary for this task. Here are the gradio applications that **Magicoder-*S*-DS-6.7B**, **deepseek-coder-6.7b-instruct**, and **deepseek-coder-6.7b-base** construct respectively:
219219

220-
- **Magicoder-*S*-DS-6.7B**: **Correct!** **Magicoder-*S*-DS-6.7B** successfully performs the 45-degree rotation on the input image in the **clockwise** direction. As required in the instruction, it **adds the text description** under the output.
220+
- **Magicoder-*S*-DS-6.7B**: **Correct!** It successfully performs the 45-degree rotation on the input image in the **clockwise** direction. As required in the instruction, it **adds the text description** under the output.
221221

222222
![Magicoder](assets/magicoder-s-ds.png)
223223

224-
- **Deepseek-coder-6.7b-instruct**: Wrong. **Deepseek-coder-6.7b-instruct** wrongly performs the 45-degree rotation on the input image in the **counterclockwise** direction. It also **adds the text description** under the output.
224+
- **Deepseek-coder-6.7b-instruct**: Wrong. It wrongly performs the 45-degree rotation on the input image in the **counterclockwise** direction. It also **adds the text description** under the output.
225225

226226
![deepseek-coder-6.7b-instruct](assets/ds-coder-instruct.png)
227227

228-
- **Deepseek-coder-6.7b-base**: Wrong. **Deepseek-coder-6.7b-base** also wrongly performs the 45-degree rotation on the input image in the **counterclockwise** direction. Even worse, it **misses the text description** under the output.
228+
- **Deepseek-coder-6.7b-base**: Wrong. It also wrongly performs the 45-degree rotation on the input image in the **counterclockwise** direction. Even worse, it **misses the text description** under the output.
229229

230230
![deepseek-coder-6.7b-base](assets/ds-coder-base.png)
231231

0 commit comments

Comments
 (0)