mwitiderrick commited on
Commit
3a73606
1 Parent(s): 843addf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
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
- <s>[INST]
58
- {prompt}
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.