measurement.json
Browse files- README.md +7 -7
- measurement.json +0 -0
README.md
CHANGED
|
@@ -32,17 +32,17 @@ Original model: https://huggingface.co/google/codegemma-1.1-7b-it
|
|
| 32 |
|
| 33 |
## Prompt format
|
| 34 |
|
| 35 |
-
No chat template specified so default is used. This may be incorrect, check original model card for details.
|
| 36 |
-
|
| 37 |
```
|
| 38 |
-
|
| 39 |
-
{
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
|
| 44 |
```
|
| 45 |
|
|
|
|
|
|
|
| 46 |
## Available sizes
|
| 47 |
|
| 48 |
No GQA - VRAM requirements will be higher
|
|
|
|
| 32 |
|
| 33 |
## Prompt format
|
| 34 |
|
|
|
|
|
|
|
| 35 |
```
|
| 36 |
+
<bos><start_of_turn>user
|
| 37 |
+
{prompt}<end_of_turn>
|
| 38 |
+
<start_of_turn>model
|
| 39 |
+
<end_of_turn>
|
| 40 |
+
<start_of_turn>model
|
| 41 |
|
| 42 |
```
|
| 43 |
|
| 44 |
+
Note that this model does not support a System prompt.
|
| 45 |
+
|
| 46 |
## Available sizes
|
| 47 |
|
| 48 |
No GQA - VRAM requirements will be higher
|
measurement.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|