How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf kth8/gemma-3-270m-it-Cron-Converter-GGUF:
# Run inference directly in the terminal:
llama cli -hf kth8/gemma-3-270m-it-Cron-Converter-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf kth8/gemma-3-270m-it-Cron-Converter-GGUF:
# Run inference directly in the terminal:
llama cli -hf kth8/gemma-3-270m-it-Cron-Converter-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf kth8/gemma-3-270m-it-Cron-Converter-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf kth8/gemma-3-270m-it-Cron-Converter-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf kth8/gemma-3-270m-it-Cron-Converter-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf kth8/gemma-3-270m-it-Cron-Converter-GGUF:
Use Docker
docker model run hf.co/kth8/gemma-3-270m-it-Cron-Converter-GGUF:
Quick Links

A full fine-tune of unsloth/gemma-3-270m-it on the kth8/cron-20000x dataset.

Usage example

System prompt

You are a helpful assistant that convert cron expression into human-readable description.

User prompt

33-46 */9 9,13,21,22 * 1-4

Model Details

  • Base Model: unsloth/gemma-3-270m-it
  • Parameter Count: 268098176
  • Training Method: Full Fine-Tune (FFT) - All parameters updated.
  • Precision: torch.bfloat16

Hardware

  • GPU: NVIDIA L4

Training stats

  • Global step: 2307
  • Training runtime: 5201.0361
  • Average training loss: 0.02166572387309018
  • Final validation loss: 0.0001278361160075292
  • Epoch: 1.0

Framework versions

  • Unsloth: 2026.3.4
  • TRL: 0.22.2
  • Transformers: 4.56.2
  • Pytorch: 2.10.0+cu128
  • Datasets: 4.3.0
  • Tokenizers: 0.22.2

License

This model is released under the Gemma license. See the Gemma Terms of Use for details.

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

4-bit

6-bit

8-bit

16-bit

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

Model tree for kth8/gemma-3-270m-it-Cron-Converter-GGUF

Quantized
(1)
this model

Dataset used to train kth8/gemma-3-270m-it-Cron-Converter-GGUF