Commit
·
18c0d80
1
Parent(s):
017c752
Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,9 @@ base_model: LLM360/AmberChat
|
|
3 |
inference: false
|
4 |
model_type: llama
|
5 |
prompt_template: |
|
6 |
-
|
7 |
-
{prompt}
|
8 |
-
|
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 |
-
|
58 |
-
{prompt}
|
59 |
-
|
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.
|