Views
No views yet
google/functiongemma-270m-it for mobile action function calling.change_background_color: Changes app background colorsearch_web: Searches the web for informationset_timer: Sets a timer for specified duration1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("owllwo98/functiongemma-270m-it-mobile-actions")
4tokenizer = AutoTokenizer.from_pretrained("owllwo98/functiongemma-270m-it-mobile-actions")