Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,19 @@ Total 185,193 samples 426 MB
|
|
40 |
|
41 |
Code: https://github.com/uukuguy/speechless
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## HumanEval
|
44 |
|
45 |
| Metric | Value |
|
|
|
40 |
|
41 |
Code: https://github.com/uukuguy/speechless
|
42 |
|
43 |
+
## How to Prompt the Model
|
44 |
+
This model accepts the Alpaca instruction format.
|
45 |
+
|
46 |
+
For example:
|
47 |
+
```
|
48 |
+
You are an intelligent programming assistant.
|
49 |
+
|
50 |
+
### Instruction:
|
51 |
+
Implement a linked list in C++
|
52 |
+
|
53 |
+
### Response:
|
54 |
+
```
|
55 |
+
|
56 |
## HumanEval
|
57 |
|
58 |
| Metric | Value |
|