Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,18 @@ Total 153,013 samples.
|
|
43 |
- garage-bAInd/Open-Platypus: 100%, 24,926 samples.
|
44 |
- WizardLM/WizardLM_evol_instruct_V2_196k: Coding coversation part. 30,185 samples
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
|
|
|
43 |
- garage-bAInd/Open-Platypus: 100%, 24,926 samples.
|
44 |
- WizardLM/WizardLM_evol_instruct_V2_196k: Coding coversation part. 30,185 samples
|
45 |
|
46 |
+
## How to Prompt the Model
|
47 |
+
This model accepts the Alpaca instruction format.
|
48 |
+
|
49 |
+
For example:
|
50 |
+
```
|
51 |
+
You are an intelligent programming assistant.
|
52 |
+
|
53 |
+
### Instruction:
|
54 |
+
Implement a linked list in C++
|
55 |
+
|
56 |
+
### Response:
|
57 |
+
```
|
58 |
|
59 |
|
60 |
|