Text Generation
PEFT
Safetensors
Chinese
English
qwen
qlora
radar
aircraft-cabin
structured-prediction
qa
conversational
Instructions to use sutama/CabinLavatoryPrediction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sutama/CabinLavatoryPrediction 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, "sutama/CabinLavatoryPrediction") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e74a796 | 1 2 3 4 5 6 7 8 | accelerate>=1.0.0 bitsandbytes>=0.44.0 datasets>=3.0.0 huggingface_hub>=0.26.0 peft>=0.13.0 sentencepiece>=0.2.0 transformers>=4.57.0 |