Instructions to use joduor/adapter-form with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use joduor/adapter-form with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
metadata
license: apache-2.0
base_model: Qwen/Qwen2.5-7B-Instruct
tags:
- peft
- lora
- adaptive-ui
adapter-form
LoRA adapter for the form mode of joduor/adaptive-model.
Status
Not yet trained. Weights will appear here after running the training script.
Train it
ash git clone https://huggingface.co/joduor/adaptive-model cd adaptive-model pip install -r training/requirements.txt huggingface-cli login python training/train_adapter.py --mode form --hub-org joduor
Training takes ~30 min on a T4 (free Colab) with QLoRA enabled.