Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +0 -1
- chat_template.jinja +1 -1
README.md
CHANGED
|
@@ -3,7 +3,6 @@ tags:
|
|
| 3 |
- gguf
|
| 4 |
- llama.cpp
|
| 5 |
- unsloth
|
| 6 |
-
|
| 7 |
---
|
| 8 |
|
| 9 |
# gemma-3-270m-microfables-horror - GGUF
|
|
|
|
| 3 |
- gguf
|
| 4 |
- llama.cpp
|
| 5 |
- unsloth
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# gemma-3-270m-microfables-horror - GGUF
|
chat_template.jinja
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
{%- if messages[0]['role'] == 'system' -%}
|
| 3 |
{%- if messages[0]['content'] is string -%}
|
| 4 |
{%- set first_user_prefix = messages[0]['content'] + '
|
|
|
|
| 1 |
+
|
| 2 |
{%- if messages[0]['role'] == 'system' -%}
|
| 3 |
{%- if messages[0]['content'] is string -%}
|
| 4 |
{%- set first_user_prefix = messages[0]['content'] + '
|