Update README.md
Browse files
README.md
CHANGED
@@ -48,6 +48,20 @@ Total 177,333 samples 316 MB
|
|
48 |
|
49 |
Code: https://github.com/uukuguy/speechless
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
## HumanEval
|
52 |
|
53 |
| Metric | Value |
|
|
|
48 |
|
49 |
Code: https://github.com/uukuguy/speechless
|
50 |
|
51 |
+
## How to Prompt the Model
|
52 |
+
This model accepts the Alpaca instruction format.
|
53 |
+
|
54 |
+
For example:
|
55 |
+
```
|
56 |
+
You are an intelligent programming assistant.
|
57 |
+
|
58 |
+
### Instruction:
|
59 |
+
Implement a linked list in C++
|
60 |
+
|
61 |
+
### Response:
|
62 |
+
```
|
63 |
+
|
64 |
+
|
65 |
## HumanEval
|
66 |
|
67 |
| Metric | Value |
|