Updated prompt template
Browse filesIn the course of utilizing this model, the initial output in model generations includes the 'Response' text. It is inferred that the model has undergone training with the ```### Assistant Response``` tag for completion. The proposed modification has been implemented successfully, yielding the intended results.
README.md
CHANGED
@@ -52,7 +52,7 @@ You are an intelligent programming assistant.
|
|
52 |
### User Message
|
53 |
Implement a linked list in C++
|
54 |
|
55 |
-
### Assistant
|
56 |
...
|
57 |
```
|
58 |
|
|
|
52 |
### User Message
|
53 |
Implement a linked list in C++
|
54 |
|
55 |
+
### Assistant Response
|
56 |
...
|
57 |
```
|
58 |
|