mwitiderrick
commited on
Commit
•
3a73606
1
Parent(s):
843addf
Update README.md
Browse files
README.md
CHANGED
@@ -50,13 +50,11 @@ print(quick_sort([5, 3, 1, 4, 2]))
|
|
50 |
This code will give you a sorted array. The quick_sort function sorts the first mid to mid element and the rest of the array. Then it calls the function again on the right part of the array. After that, it
|
51 |
"""
|
52 |
|
53 |
-
|
54 |
## Prompt template
|
55 |
```
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
[/INST]
|
60 |
```
|
61 |
## Sparsification
|
62 |
For details on how this model was sparsified, see the `recipe.yaml` in this repo and follow the instructions below.
|
|
|
50 |
This code will give you a sorted array. The quick_sort function sorts the first mid to mid element and the rest of the array. Then it calls the function again on the right part of the array. After that, it
|
51 |
"""
|
52 |
|
|
|
53 |
## Prompt template
|
54 |
```
|
55 |
+
<s>[INST]
|
56 |
+
{prompt}
|
57 |
+
[/INST]
|
|
|
58 |
```
|
59 |
## Sparsification
|
60 |
For details on how this model was sparsified, see the `recipe.yaml` in this repo and follow the instructions below.
|