Instructions to use joduor/adapter-support with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use joduor/adapter-support with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| license: apache-2.0 | |
| base_model: Qwen/Qwen2.5-7B-Instruct | |
| tags: | |
| - peft | |
| - lora | |
| - adaptive-ui | |
| # adapter-support | |
| LoRA adapter for the **support** mode of [joduor/adaptive-model](https://huggingface.co/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 support --hub-org joduor | |
| ` | |
| Training takes ~30 min on a T4 (free Colab) with QLoRA enabled. | |