Instructions to use yavuz-ai/qwen3-4b-cai-rlaif with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yavuz-ai/qwen3-4b-cai-rlaif with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("yavuz-ai/qwen3-4b-cai-sft") model = PeftModel.from_pretrained(base_model, "yavuz-ai/qwen3-4b-cai-rlaif") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
dbc6100 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9f379afac85d1ce8ef765f3ceea77e7f51ff97f255be45313109fdc94586c33d
size 5777
|