Transformers
Safetensors
PEFT
English
function-calling
agent-routing
multi-agent
lora
gemma
functiongemma
customer-support
e-commerce
Eval Results (legacy)
Instructions to use scionoftech/functiongemma-e-commerce-tool-calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - PEFT
How to use scionoftech/functiongemma-e-commerce-tool-calling with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -364,6 +364,8 @@ This model inherits the Gemma license from the base model. See [Gemma Terms of U
|
|
| 364 |
|
| 365 |
## Related Resources
|
| 366 |
|
|
|
|
|
|
|
| 367 |
- **Training Notebook:** [Google Colab](https://colab.research.google.com/github/scionoftech/functiongemma-finetuning-e-commerce/blob/main/FunctionGemma_fine_tuning.ipynb)
|
| 368 |
- **GitHub Repository:** [Complete code](https://github.com/scionoftech/functiongemma-finetuning-e-commerce)
|
| 369 |
- **Dataset:** [Training data](https://huggingface.co/datasets/scionoftech/functiongemma-e-commerce-dataset)
|
|
|
|
| 364 |
|
| 365 |
## Related Resources
|
| 366 |
|
| 367 |
+
- **Blog Post:** [Full implementation guide](https://medium.com/@saikumaryava/beyond-mobile-actions-exploring-functiongemma-for-intelligent-multi-agent-orchestration-242dc0273f93)
|
| 368 |
+
- **Funcroute python package:** [funcroute](https://github.com/scionoftech/funcroute)
|
| 369 |
- **Training Notebook:** [Google Colab](https://colab.research.google.com/github/scionoftech/functiongemma-finetuning-e-commerce/blob/main/FunctionGemma_fine_tuning.ipynb)
|
| 370 |
- **GitHub Repository:** [Complete code](https://github.com/scionoftech/functiongemma-finetuning-e-commerce)
|
| 371 |
- **Dataset:** [Training data](https://huggingface.co/datasets/scionoftech/functiongemma-e-commerce-dataset)
|