mwitiderrick commited on
Commit
18c0d80
·
1 Parent(s): 017c752

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -3,9 +3,9 @@ base_model: LLM360/AmberChat
3
  inference: false
4
  model_type: llama
5
  prompt_template: |
6
- <s> [|User|]\n
7
- {prompt}</s>
8
- [|Assistant|]\n
9
  quantized_by: mwitiderrick
10
  tags:
11
  - deepsparse
@@ -54,9 +54,9 @@ To make banana bread, you can follow these steps:
54
  ## Prompt template
55
  ```
56
 
57
- <s> [|User|]\n
58
- {prompt}
59
- </s>[|Assistant|]\n
60
  ```
61
  ## Sparsification
62
  For details on how this model was sparsified, see the `recipe.yaml` in this repo and follow the instructions below.
 
3
  inference: false
4
  model_type: llama
5
  prompt_template: |
6
+ ### Assistant:\n
7
+ ### Human:{prompt}
8
+ ### Assistant:
9
  quantized_by: mwitiderrick
10
  tags:
11
  - deepsparse
 
54
  ## Prompt template
55
  ```
56
 
57
+ ### Assistant:
58
+ ### Human:{prompt}
59
+ ### Assistant:
60
  ```
61
  ## Sparsification
62
  For details on how this model was sparsified, see the `recipe.yaml` in this repo and follow the instructions below.