Update prompts/devstral_coding_prompt.py
#2
by
Master-warrier
- opened
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 |
"""
|