pthinc/mutant_reasoning
Viewer • Updated • 4.46k • 31
How to use prometechinc/Qwen3-8B-Mutant-Reasoning-Lora with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("prometechinc/Qwen3-8B-Mutant-Reasoning-Lora", device_map="auto")How to use prometechinc/Qwen3-8B-Mutant-Reasoning-Lora with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for prometechinc/Qwen3-8B-Mutant-Reasoning-Lora to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for prometechinc/Qwen3-8B-Mutant-Reasoning-Lora to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for prometechinc/Qwen3-8B-Mutant-Reasoning-Lora to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="prometechinc/Qwen3-8B-Mutant-Reasoning-Lora",
max_seq_length=2048,
)This model is a LoRA adapter fine-tuned on the pthinc/mutant_reasoning dataset using Unsloth.
This model is a LoRA adapter. You can load it using peft or unsloth alongside the base model.
© 2026 Prometech A.Ş. - All Rights Reserved.