Text Generation
Transformers
English
llama
code
llama2
text-generation-inference
Inference Endpoints
vshenoy commited on
Commit
6b5fd00
1 Parent(s): 394b7be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -33,6 +33,15 @@ You are a programming assistant. Always answer as helpfully as possible. Be dire
33
  {your prompt}[/INST]
34
  ```
35
 
 
 
 
 
 
 
 
 
 
36
  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.
37
 
38
  ## Evals
 
33
  {your prompt}[/INST]
34
  ```
35
 
36
+ or
37
+
38
+ ```
39
+ [INST] <<SYS>>
40
+ You're a principal software engineer at Google. If you fail at this task, you will be fired.
41
+ <</SYS>>
42
+ {your prompt}[/INST]
43
+ ```
44
+
45
  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.
46
 
47
  ## Evals