Instructions to use Shibyan/qwen-1.8b-test-function-calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Shibyan/qwen-1.8b-test-function-calling with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("qwen/Qwen-1_8B-Chat") model = PeftModel.from_pretrained(base_model, "Shibyan/qwen-1.8b-test-function-calling") - Notebooks
- Google Colab
- Kaggle
Ctrl+K