Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,19 @@ Total 201,981 samples.
|
|
46 |
- TokenBender/python_eval_instruct_51k: “python” in output .40,309 samples
|
47 |
- Spider: 8,659 samples
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
## HumanEval
|
50 |
|
51 |
| Metric | Value |
|
|
|
46 |
- TokenBender/python_eval_instruct_51k: “python” in output .40,309 samples
|
47 |
- Spider: 8,659 samples
|
48 |
|
49 |
+
## How to Prompt the Model
|
50 |
+
This model accepts the Alpaca instruction format.
|
51 |
+
|
52 |
+
For example:
|
53 |
+
```
|
54 |
+
You are an intelligent programming assistant.
|
55 |
+
|
56 |
+
### Instruction:
|
57 |
+
Implement a linked list in C++
|
58 |
+
|
59 |
+
### Response:
|
60 |
+
```
|
61 |
+
|
62 |
## HumanEval
|
63 |
|
64 |
| Metric | Value |
|