How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="ggml-org/functiongemma-270m-it-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ggml-org/functiongemma-270m-it-GGUF", dtype="auto")
Quick Links

ggml-org/functiongemma-270m-it-GGUF

This model was converted to GGUF format from google/functiongemma-270m-it using llama.cpp. Refer to the original model card for more details on the model.

Downloads last month
246
GGUF
Model size
0.3B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ggml-org/functiongemma-270m-it-GGUF

Quantized
(49)
this model