Update README.md
Browse files
README.md
CHANGED
@@ -21,14 +21,16 @@ Original model: https://huggingface.co/google/gemma-2-9b-it
|
|
21 |
|
22 |
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
|
23 |
|
|
|
|
|
|
|
|
|
24 |
## Prompt format
|
25 |
|
26 |
```
|
27 |
-
<
|
28 |
{prompt}<end_of_turn>
|
29 |
<start_of_turn>model
|
30 |
-
<end_of_turn>
|
31 |
-
<start_of_turn>model
|
32 |
|
33 |
```
|
34 |
|
|
|
21 |
|
22 |
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
|
23 |
|
24 |
+
## What's new
|
25 |
+
|
26 |
+
- July 21 2024: Contains latest tokenizer fixes, which addressed a few oddities from the original fix, should be closest to correct performance yet. Also has metadata for SWA and logit softcapping.
|
27 |
+
|
28 |
## Prompt format
|
29 |
|
30 |
```
|
31 |
+
<start_of_turn>user
|
32 |
{prompt}<end_of_turn>
|
33 |
<start_of_turn>model
|
|
|
|
|
34 |
|
35 |
```
|
36 |
|