Update prompts/devstral_coding_prompt.py
Browse files
prompts/devstral_coding_prompt.py
CHANGED
|
@@ -20,4 +20,6 @@ Ensure that the code is EXECUTABLE and does not contain any errors.
|
|
| 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 |
"""
|
|
|
|
| 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 |
"""
|