Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,20 @@ Fine-tune the codellama/CodeLlama-13b-hf with Orca dataset.
|
|
| 15 |
|
| 16 |
Code: https://github.com/uukuguy/speechless
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
10k samples (7.56%)
|
| 19 |
| Metric | Value |
|
| 20 |
| --- | --- |
|
|
|
|
| 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 |
10k samples (7.56%)
|
| 33 |
| Metric | Value |
|
| 34 |
| --- | --- |
|