--- license: apache-2.0 language: - en library_name: transformers pipeline_tag: text-generation base_model: Qwen/Qwen3-8B base_model_relation: adapter tags: - agent - coding - fableforge - function-calling - no-refusals - roleplay - shell - text-generation - tool-use - uncensored --- # mythos-v2-8b-lora > **Uncensored, agentic model โ€” tool-use, shell & coding, zero refusals.** [![Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fhuggingface.co%2Fapi%2Fmodels%2FKing3Djbl%2Fmythos-v2-8b-lora&query=downloads&label=downloads&color=blue)](https://huggingface.co/King3Djbl/mythos-v2-8b-lora) [![Demos](https://img.shields.io/badge/๐Ÿค—-Live%20Demos-orange)](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus) Base model: [Qwen/Qwen3-8B](https://huggingface.co/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](https://huggingface.co/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](https://huggingface.co/spaces/fableforge-ai/fableforge-nexus) - ๐Ÿบ [Infinite NPC](https://huggingface.co/spaces/fableforge-ai/infinite-npc) - ๐ŸŽญ [Dual-GM](https://huggingface.co/spaces/King3Djbl/dual-gm-simulator) - ๐Ÿ’ป [ShellWhisperer](https://huggingface.co/spaces/King3Djbl/shellwhisperer-terminal) - ๐Ÿ‘ป [Ghost Writer](https://huggingface.co/spaces/fableforge-ai/ghost-writer) --- ## ๐Ÿ”— Related models - ๐Ÿ”— Merged (full weights): [`mythos-v2-8b-merged`](https://huggingface.co/King3Djbl/mythos-v2-8b-merged) --- *โญ Like & share โ€” it helps people find the source instead of a mirror.*