Instructions to use sumitagrawal/functiongemma-270m-tool-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sumitagrawal/functiongemma-270m-tool-agent with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/functiongemma-270m-it") model = PeftModel.from_pretrained(base_model, "sumitagrawal/functiongemma-270m-tool-agent") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
21cef2d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:80d7f800b949accd7eb940bac75e642f9468e4df157403032a55bf54ed23b650
size 33384898
|