Update README.md
Browse files
README.md
CHANGED
@@ -12,14 +12,14 @@ Original model: https://huggingface.co/migtissera/Tess-v2.5-Gemma-2-27B-alpha
|
|
12 |
|
13 |
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
|
14 |
|
|
|
|
|
15 |
## Prompt format
|
16 |
|
17 |
```
|
18 |
-
<
|
19 |
{prompt}<end_of_turn>
|
20 |
<start_of_turn>model
|
21 |
-
<end_of_turn>
|
22 |
-
<start_of_turn>model
|
23 |
|
24 |
```
|
25 |
|
|
|
12 |
|
13 |
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
|
14 |
|
15 |
+
Experimental quants are made with `--output-tensor-type f16 --token-embedding-type f16` per [ZeroWw](https://huggingface.co/ZeroWw)'s suggestion, please provide any feedback on quality differences you spot.
|
16 |
+
|
17 |
## Prompt format
|
18 |
|
19 |
```
|
20 |
+
<start_of_turn>user
|
21 |
{prompt}<end_of_turn>
|
22 |
<start_of_turn>model
|
|
|
|
|
23 |
|
24 |
```
|
25 |
|