karacayir commited on
Commit
e5dc71e
1 Parent(s): 949f61e

Updated prompt template

Browse files

In 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.

Files changed (1) hide show
  1. README.md +1 -1
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