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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -43,6 +43,18 @@ Total 153,013 samples.
43
  - garage-bAInd/Open-Platypus: 100%, 24,926 samples.
44
  - WizardLM/WizardLM_evol_instruct_V2_196k: Coding coversation part. 30,185 samples
45
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
 
48
 
 
43
  - garage-bAInd/Open-Platypus: 100%, 24,926 samples.
44
  - WizardLM/WizardLM_evol_instruct_V2_196k: Coding coversation part. 30,185 samples
45
 
46
+ ## How to Prompt the Model
47
+ This model accepts the Alpaca instruction format.
48
+
49
+ For example:
50
+ ```
51
+ You are an intelligent programming assistant.
52
+
53
+ ### Instruction:
54
+ Implement a linked list in C++
55
+
56
+ ### Response:
57
+ ```
58
 
59
 
60