Instructions to use rodrigo-pedro/gemma-2b-function-calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rodrigo-pedro/gemma-2b-function-calling with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("rodrigo-pedro/gemma-2b-function-calling", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Langchain usage
#1
by selewaut - opened
Has anyone tried using function calling through langchain with this model? I'm trying to build small SQL agent, but cannot manage to make the model use the tools. Have looked all over the place for any resources on this so if anyone can lead me in the right direction i'd really appreciate it!
Thanks