teknium commited on
Commit
550d2f5
1 Parent(s): 5c5c897

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -15,6 +15,26 @@ CodeAlpaca
15
 
16
  This model was trained for 4 epochs over 1 day of training, it's a rank 128 LORA that targets attention heads, LM_Head, and MLP layers
17
 
18
-
19
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
 
15
 
16
  This model was trained for 4 epochs over 1 day of training, it's a rank 128 LORA that targets attention heads, LM_Head, and MLP layers
17
 
18
+ Prompt format:
19
+
20
+ ```
21
+ ### Instruction:
22
+ <prompt>
23
+
24
+ ### Response:
25
+
26
+ ```
27
+
28
+ or
29
+
30
+ ```
31
+ ### Instruction:
32
+ <prompt>
33
+
34
+ ### Input:
35
+ <input>
36
+
37
+ ### Response:
38
+
39
+ ```
40