CoolFace
Modelpublic

King3Djbl/mythos-v2-8b-lora

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
1likes20downloads
Model Card

mythos-v2-8b-lora

Uncensored, agentic model โ€” tool-use, shell & coding, zero refusals.

![Downloads](https://huggingface.co/King3Djbl/mythos-v2-8b-lora) ![Demos](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus)

Base model: Qwen/Qwen3-8B ยท Part of the FableForge ecosystem.


๐Ÿ”ง LoRA adapter

Merge with the base model Qwen/Qwen3-8B or load with PEFT:

python
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

bash
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:


๐Ÿ”— Related models


โญ Like & share โ€” it helps people find the source instead of a mirror.