Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: gemma
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gemma
|
| 3 |
+
---
|
| 4 |
+
GGUF [llama.cpp](https://github.com/ggerganov/llama.cpp) quantized version of:
|
| 5 |
+
- Original model: [google/gemma-3-12b-it](https://huggingface.co/google/gemma-3-12b-it)
|
| 6 |
+
- Model creator: [Google](https://huggingface.co/google)
|
| 7 |
+
- [License](https://ai.google.dev/gemma/terms)
|
| 8 |
+
|
| 9 |
+
## Recommended Prompt Format (gemma)
|
| 10 |
+
```
|
| 11 |
+
<start_of_turn>model
|
| 12 |
+
Provide some context and/or instructions to the model.<end_of_turn>model
|
| 13 |
+
<start_of_turn>user
|
| 14 |
+
The user’s message goes here<end_of_turn>
|
| 15 |
+
<start_of_turn>model
|
| 16 |
+
AI message goes here<end_of_turn>model
|
| 17 |
+
```
|