File size: 559 Bytes
3937dec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
tags:
- gguf
- llama.cpp
- unsloth

---

# agent_gemma : GGUF

This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).

**Example usage**:
- For text only LLMs:    `llama-cli -hf analist/agent_gemma --jinja`
- For multimodal models: `llama-mtmd-cli -hf analist/agent_gemma --jinja`

## Available Model files:
- `functiongemma-270m-it.Q8_0.gguf`

## Note
The model's BOS token behavior was adjusted for GGUF compatibility.
This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)