How to use from
Unsloth Studio
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for devopsforflops/delia-functiongemma-270m-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for devopsforflops/delia-functiongemma-270m-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for devopsforflops/delia-functiongemma-270m-gguf to start chatting
Quick Links

Delia FunctionGemma 270M - GGUF

This is the GGUF version of delia-functiongemma-270m, fine-tuned for Delia MCP tool orchestration.

Quick Start with Ollama

# Download the GGUF file
wget https://huggingface.co/devopsforflops/delia-functiongemma-270m-gguf/resolve/main/functiongemma-delia-f16.gguf

# Create Modelfile
cat > Modelfile << 'MODELFILE'
FROM ./functiongemma-delia-f16.gguf

TEMPLATE """{{ if .System }}<start_of_turn>developer
{{ .System }}
<end_of_turn>
{{ end }}<start_of_turn>user
{{ .Prompt }}
<end_of_turn>
<start_of_turn>model
"""

PARAMETER stop <end_of_turn>
PARAMETER stop <start_of_turn>
PARAMETER temperature 0.1
PARAMETER num_ctx 2048
MODELFILE

# Import to Ollama
ollama create functiongemma-delia -f Modelfile

# Test it
ollama run functiongemma-delia "Hello!"

Model Details

Property Value
Base Model google/functiongemma-270m-it
Architecture Gemma3
Parameters 268M
Quantization F16 (full precision)
File Size ~518 MB
Context Length 2048 tokens

Training

Fine-tuned using LoRA on Delia MCP tool calling examples:

  • LoRA rank: 16
  • LoRA alpha: 64
  • Epochs: 20
  • Dataset: 27 training examples from Delia test suite

Use with Delia

Add to your Delia settings.json:

{
  "model_dispatcher": {
    "name": "functiongemma-delia",
    "num_ctx": 2048
  }
}

Important: The model name must contain "functiongemma" for Delia to apply the correct prompt formatting.

Related Models

License

Apache 2.0

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

16-bit

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

Model tree for devopsforflops/delia-functiongemma-270m-gguf

Quantized
(55)
this model