Instructions to use smjain/function-calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use smjain/function-calling with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-coder-1.5b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "smjain/function-calling") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
5eab8ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:42f268b95a4b6afab5f423b11e086d8e0137cddb933a4c8fe1f0c7ef34ba9c0c
size 37965300
|