Qwythos-9B-v2
from empero-ai/Qwythos-9B-v2
Dolphin3-Cyber-8B is a abliterated and uncensored variant of huihui-ai/Dolphin3.0-Llama3.1-8B-abliterated, published on Hugging Face by RavichandranJ. It is 8B parameters, single consumer GPU class and llama3.1 licence. It is distributed across 5 repositories in GGUF format, totalling 50.6K downloads.
How Dolphin3-Cyber-8B was modified, and what that implies.
Abliteration + uncensored fine-tune
Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“Dolphin3-Cyber-8B is a domain-specific large language model fine-tuned exclusively for cybersecurity applications. Built on top of the powerful Dolphin3.0-Llama3.1-8B-abliterated base model, this model has been enhanced with specialized security knowledge to serve as an AI-powered cybersecurity assistant.”
Commands are templates — confirm the exact repository and quant file before use.
ollama run hf.co/RavichandranJ/Dolphin3-Cyber-8B-GGUF:Q4_K_Mhf download RavichandranJ/Dolphin3-Cyber-8B-GGUF --local-dir ./dolphin3-cyber-8b
llama-cli -m ./dolphin3-cyber-8b/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "RavichandranJ/Dolphin3-Cyber-8B-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve RavichandranJ/Dolphin3-Cyber-8B-GGUF --trust-remote-codeEvery published repository of Dolphin3-Cyber-8B, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| RavichandranJ/Dolphin3-Cyber-8B-GGUFsource | GGUF | 46K |
| nbpedro315/Dolphin3-Cyber-8B-GGUF | GGUF | 3.3K |
| kepom/Dolphin3-Cyber-8B-GGUF | GGUF | 775 |
| V12nm/Dolphin3-Cyber-8B-GGUF | GGUF | 562 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for Dolphin3-Cyber-8B is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with RavichandranJ, and does not independently verify publisher claims. See responsible use.