essobi/functiongemma-mobile-actions-v6-16bit
013
FunctionGemma Mobile Actions v6
A fine-tuned version of FunctionGemma 270M optimized for mobile device function calling. This model excels at understanding natural language commands and mapping them to structured function calls for common mobile actions.
Model Description
- Base Model: google/gemma-3-1b-it (270M parameters)
- Fine-tuning Method: LoRA (r=128, alpha=128)
- Training Data: google/mobile-actions + synthetic augmentation
- Optimized For: Mobile assistant function calling
Supported Functions
Usage
from vllm import LLM, SamplingParams
llm = LLM(model="essobi/functiongemma-mobile-actions-v6-16bit", trust_remote_code=True)
# See full documentation for prompt format and tool definitionsOutput Format
<start_function_call>call:function_name{param1:<escape>value1<escape>,param2:<escape>value2<escape>}<end_function_call>License
This model is released under the Gemma License.
