CoolFace
Modelpublic

owllwo98/functiongemma-270m-it-mobile-actions

sourceHugging Facegemmaupdated 9mo agoView on Hugging Face
0likes9downloads
Model Card

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 color
  • —search_web: Searches the web for information
  • —set_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

python
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")