PEFT
lora
adaptive-ui
adapter-analytics / README.md
joduor's picture
init: adapter-analytics placeholder
3a4e59b verified
|
Raw
History Blame Contribute Delete
626 Bytes
metadata
license: apache-2.0
base_model: Qwen/Qwen2.5-7B-Instruct
tags:
  - peft
  - lora
  - adaptive-ui

adapter-analytics

LoRA adapter for the analytics 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 analytics --hub-org joduor

Training takes ~30 min on a T4 (free Colab) with QLoRA enabled.