Update prompts/devstral_coding_prompt.py (#2)
Browse files- Update prompts/devstral_coding_prompt.py (8653d8b3cb8c8a09f8c9b0f2c98dd04162b24967)
Co-authored-by: Abhinav Bhatnagar <Master-warrier@users.noreply.huggingface.co>
prompts/devstral_coding_prompt.py
CHANGED
|
@@ -18,8 +18,4 @@ Just return the full execution code block in a python codefence as shown below w
|
|
| 18 |
Ensure that the code is EXECUTABLE and does not contain any errors.
|
| 19 |
|
| 20 |
Refrain from and DO NOT hallucinate/make up datasets or models. If you dont have any relevant dataset generate synthetic data and use that to build a model!
|
| 21 |
-
|
| 22 |
-
If you get a dataset from the Hugging Face Hub, make sure to check the exact columns of the dataset to use it properly.
|
| 23 |
-
|
| 24 |
-
Refrain from using any libraries/packages that you do not import in the code.
|
| 25 |
"""
|
|
|
|
| 18 |
Ensure that the code is EXECUTABLE and does not contain any errors.
|
| 19 |
|
| 20 |
Refrain from and DO NOT hallucinate/make up datasets or models. If you dont have any relevant dataset generate synthetic data and use that to build a model!
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"""
|