PEFT
lora
adaptive-ui
adapter-form / README.md
joduor's picture
init: adapter-form placeholder
f098504 verified
|
Raw
History Blame Contribute Delete
611 Bytes
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.