uukuguy commited on
Commit
7a50afa
1 Parent(s): f4fe80e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -15,6 +15,20 @@ Fine-tune the codellama/CodeLlama-13b-hf with Open-Platypus dataset.
15
 
16
  Code: https://github.com/uukuguy/speechless
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  | Metric | Value |
19
  | --- | --- |
20
  | ARC | 45.31 |
 
15
 
16
  Code: https://github.com/uukuguy/speechless
17
 
18
+ ## How to Prompt the Model
19
+ This model accepts the Alpaca instruction format.
20
+
21
+ For example:
22
+ ```
23
+ You are an intelligent programming assistant.
24
+
25
+ ### Instruction:
26
+ Implement a linked list in C++
27
+
28
+ ### Response:
29
+ ```
30
+
31
+
32
  | Metric | Value |
33
  | --- | --- |
34
  | ARC | 45.31 |