Text Generation
Transformers
PyTorch
English
mistral
code
Eval Results
Inference Endpoints
text-generation-inference
uukuguy commited on
Commit
1862e0a
1 Parent(s): 43dea8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -45,7 +45,18 @@ Total 201,981 samples.
45
  - TokenBender/python_eval_instruct_51k: “python” in output .40,309 samples
46
  - Spider: 8,659 samples
47
 
 
 
48
 
 
 
 
 
 
 
 
 
 
49
 
50
  ## HumanEval
51
 
 
45
  - TokenBender/python_eval_instruct_51k: “python” in output .40,309 samples
46
  - Spider: 8,659 samples
47
 
48
+ ## How to Prompt the Model
49
+ This model accepts the Alpaca instruction format.
50
 
51
+ For example:
52
+ ```
53
+ You are an intelligent programming assistant.
54
+
55
+ ### Instruction:
56
+ Implement a linked list in C++
57
+
58
+ ### Response:
59
+ ```
60
 
61
  ## HumanEval
62