Text Generation
Transformers
PyTorch
English
llama
llama-2
code
Eval Results
Inference Endpoints
text-generation-inference
uukuguy commited on
Commit
c382c82
1 Parent(s): d56b5c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -48,6 +48,20 @@ Total 177,333 samples 316 MB
48
 
49
  Code: https://github.com/uukuguy/speechless
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ## HumanEval
52
 
53
  | Metric | Value |
 
48
 
49
  Code: https://github.com/uukuguy/speechless
50
 
51
+ ## How to Prompt the Model
52
+ This model accepts the Alpaca instruction format.
53
+
54
+ For example:
55
+ ```
56
+ You are an intelligent programming assistant.
57
+
58
+ ### Instruction:
59
+ Implement a linked list in C++
60
+
61
+ ### Response:
62
+ ```
63
+
64
+
65
  ## HumanEval
66
 
67
  | Metric | Value |