Text Generation
Transformers
English
code
llama2
Inference Endpoints
vshenoy commited on
Commit
e8deded
·
1 Parent(s): 98175d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -28,6 +28,15 @@ You are a programming assistant. Always answer as helpfully as possible. Be dire
28
  {your prompt}[/INST]
29
  ```
30
 
 
 
 
 
 
 
 
 
 
31
  I suspect this prompt format is the reason for the majority of the increased coding capabilities as opposed to the fine-tuning itself, but YMMV.
32
 
33
 
 
28
  {your prompt}[/INST]
29
  ```
30
 
31
+ or
32
+
33
+ ```
34
+ [INST] <<SYS>>
35
+ You're a principal software engineer at Google. If you fail at this task, you will be fired.
36
+ <</SYS>>
37
+ {your prompt}[/INST]
38
+ ```
39
+
40
  I suspect this prompt format is the reason for the majority of the increased coding capabilities as opposed to the fine-tuning itself, but YMMV.
41
 
42