How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "wizardoftrap/functiongemma-270m-it-mobile-actions"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "wizardoftrap/functiongemma-270m-it-mobile-actions",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/wizardoftrap/functiongemma-270m-it-mobile-actions
Quick Links

Uploaded finetuned model

Overview

  • This gemma3_text model was trained 2x faster with Unsloth and Huggingface's TRL library.
  • FunctionGemma is a lightweight, open model from Google, built as a foundation for creating your own specialized function calling models.
  • Also this model was converted into a Litertlm format and used in Google's Edge Gallery App on android.
  • This model was fine tuned on Google Colab with T4 GPU

Downloads last month
6
Safetensors
Model size
0.3B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for wizardoftrap/functiongemma-270m-it-mobile-actions

Dataset used to train wizardoftrap/functiongemma-270m-it-mobile-actions