Text Generation
PEFT
Safetensors
lora
qlora
sft
coding-agent
code-repair
tool-use
born-9b
conversational
Instructions to use rk500/Born-9B-Qwen3.5-9B-Preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rk500/Born-9B-Qwen3.5-9B-Preview with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-9B") model = PeftModel.from_pretrained(base_model, "rk500/Born-9B-Qwen3.5-9B-Preview") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!