How to use scionoftech/functiongemma-e-commerce-tool-calling with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("scionoftech/functiongemma-e-commerce-tool-calling", dtype="auto")
How to use scionoftech/functiongemma-e-commerce-tool-calling with PEFT:
Task type is invalid.
Btw its a great work,I have questions,So the intent or function are predefined by fine-tuning. How I can add other routing? is it I have to prepare data and fine-tune again? or I can use zero-shot or few-shot?
· Sign up or log in to comment