Instructions to use TheMindExpansionNetwork/MindBot-Qwen3.8-27B-Synergetic-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TheMindExpansionNetwork/MindBot-Qwen3.8-27B-Synergetic-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/m/model") model = PeftModel.from_pretrained(base_model, "TheMindExpansionNetwork/MindBot-Qwen3.8-27B-Synergetic-LoRA") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
How we trained MindBot-Synergetic: dataset → LoRA → GGUF → serverless (full writeup)
#2 opened about 1 month ago
by
TheMindExpansionNetwork
probe
#1 opened about 1 month ago
by
TheMindExpansionNetwork