King3Djbl/mythos-v2-8b-lora
120
mythos-v2-8b-lora
Uncensored, agentic model โ tool-use, shell & coding, zero refusals.
 
Base model: Qwen/Qwen3-8B ยท Part of the FableForge ecosystem.
๐ง LoRA adapter
Merge with the base model Qwen/Qwen3-8B or load with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-8B")
model = PeftModel.from_pretrained(base, "King3Djbl/mythos-v2-8b-lora")โก Run it now โ Ollama
ollama run hf.co/King3Djbl/mythos-v2-8b-lora:Q4_K_M๐ฆ GGUF quants: King3Djbl/mythos-v2-8b-lora
๐ง Prompt format (ChatML)
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant๐ See it live โ the FableForge demos
This family powers a galaxy of free, interactive HF Spaces:
- ๐งญ FableForge Nexus
- ๐บ Infinite NPC
- ๐ญ Dual-GM
- ๐ป ShellWhisperer
- ๐ป Ghost Writer
๐ Related models
- ๐ Merged (full weights): `mythos-v2-8b-merged`
โญ Like & share โ it helps people find the source instead of a mirror.
