Instructions to use nullvektordom/sysbreak-nexus-dispatch-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nullvektordom/sysbreak-nexus-dispatch-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "nullvektordom/sysbreak-nexus-dispatch-lora") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_name": "NEXUS-DISPATCH", | |
| "base_model": "Qwen/Qwen2.5-3B-Instruct", | |
| "training_samples": 176, | |
| "epochs": 3, | |
| "batch_size": 4, | |
| "learning_rate": 0.0002, | |
| "lora_r": 32, | |
| "start_time": "2025-10-26T19:58:36.993401", | |
| "end_time": "2025-10-26T20:06:09.487871", | |
| "duration_minutes": 7.541574499999999, | |
| "temperature": 0.75 | |
| } |