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: 129 Bytes
5eab8ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7b8f804bdee162fa219151966d3b43d98539053ae858848613d0a5a1a431efb6
size 5432
|