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:7ee9289e194488fcfb7c8a56f41078ad0cbfc6c87530ed9f3e7891e3005bdd0b
size 1064
|