ar08 commited on
Commit
f0d6b58
·
verified ·
1 Parent(s): 6ded4d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -15,4 +15,18 @@ tags:
15
  - **Developed by:** ar08
16
  - **License:** apache-2.0
17
 
 
 
 
18
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  - **Developed by:** ar08
16
  - **License:** apache-2.0
17
 
18
+ # Model system Prompt
19
+ ```python
20
+ alpaca_prompt = """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
21
 
22
+ ### Instruction:
23
+ {}
24
+
25
+ ### Input:
26
+ {}
27
+
28
+ ### Response:
29
+ {}"""
30
+ ```
31
+
32
+ # USAGE: