Instructions to use ybashir/buddy-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ybashir/buddy-chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-0.6B") model = PeftModel.from_pretrained(base_model, "ybashir/buddy-chat") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
439af84 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:76ed1e100523d2beec2b7e6cb1219a61c4693faf77e8ac3620d3d1b757b7a25e
size 11426015
|