mwitiderrick
commited on
Commit
•
6074c63
1
Parent(s):
3a73606
Update README.md
Browse files
README.md
CHANGED
@@ -51,9 +51,11 @@ This code will give you a sorted array. The quick_sort function sorts the first
|
|
51 |
"""
|
52 |
|
53 |
## Prompt template
|
54 |
-
```
|
55 |
-
<s>[INST]
|
56 |
-
|
|
|
|
|
57 |
[/INST]
|
58 |
```
|
59 |
## Sparsification
|
|
|
51 |
"""
|
52 |
|
53 |
## Prompt template
|
54 |
+
```yaml
|
55 |
+
<s> [INST]
|
56 |
+
|
57 |
+
{prompt}
|
58 |
+
|
59 |
[/INST]
|
60 |
```
|
61 |
## Sparsification
|