Fix formatting
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ The prompt format is same as Gemma v1 however not included with gguf file. This
|
|
41 |
|
42 |
```
|
43 |
|
44 |
-
The model should stop either at
|
45 |
|
46 |
## Quants
|
47 |
Currently only two quants are available:
|
|
|
41 |
|
42 |
```
|
43 |
|
44 |
+
The model should stop either at `<eos>` or `<end_of_turn>`. If it doesn't then stop tokens needs to be added to the gguf metadata.
|
45 |
|
46 |
## Quants
|
47 |
Currently only two quants are available:
|