owllwo98/functiongemma-270m-it-mobile-actions
09
FunctionGemma 270M - Mobile Actions
Fine-tuned model based on google/functiongemma-270m-it for mobile action function calling.
Functions
This model can call the following functions:
change_background_color: Changes app background colorsearch_web: Searches the web for informationset_timer: Sets a timer for specified duration
Training
- Base Model: google/functiongemma-270m-it
- Training Data: 30 custom examples (27 train, 3 eval)
- Method: LoRA fine-tuning
- Epochs: 2
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("owllwo98/functiongemma-270m-it-mobile-actions")
tokenizer = AutoTokenizer.from_pretrained("owllwo98/functiongemma-270m-it-mobile-actions")