Instructions to use smjain/function-calling_train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use smjain/function-calling_train 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_train") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3ed5f91 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:422a37e4973e933e9b55493c0fb86ea3c5fd5543e289c1704b2987a801347875
size 5432
|