Text Generation
PEFT
Safetensors
English
Mixture of Experts
lora
qwen3.6
coding
tool-calling
darwin
opus
claude-autonomous
evolutionary-agents
conversational
Instructions to use Kukedlc/slopus-4.65-xhigh-schmidhuber-edition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Kukedlc/slopus-4.65-xhigh-schmidhuber-edition with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("FINAL-Bench/Darwin-36B-Opus") model = PeftModel.from_pretrained(base_model, "Kukedlc/slopus-4.65-xhigh-schmidhuber-edition") - Notebooks
- Google Colab
- Kaggle
Ctrl+K