Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

sutama
/
CabinLavatoryPrediction

Text Generation
PEFT
Safetensors
Chinese
English
qwen
qlora
radar
aircraft-cabin
structured-prediction
qa
conversational
Model card Files Files and versions
xet
Community

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
CabinLavatoryPrediction / code
107 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
sutama's picture
sutama
Remove generated pycache files
8065c59 verified 5 days ago
  • build_presentation.py
    42.5 kB
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago
  • build_report.py
    27.8 kB
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago
  • evaluate.py
    11.9 kB
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago
  • monitor_training.sh
    3.93 kB
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago
  • prepare_data.py
    8.25 kB
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago
  • requirements.txt
    134 Bytes
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago
  • run_pipeline.sh
    2.08 kB
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago
  • train_qlora.py
    5.81 kB
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago
  • visualize_results.py
    4.82 kB
    Upload CabinLavatoryPrediction LoRA adapter, checkpoint, code, and evaluation artifacts 5 days ago