Model Intelligence Sheet
sowkwndms/qwen3-30b-a3b-abliterated-q4_k_m-gguf overview
This model was converted to GGUF format from huihui-ai/Qwen3-30B-A3B-abliterated using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.
Downloads
134
Likes
2
Pipeline
text-generation
Library
transformers
Visibility
Public
Access
Open
Repository Files & Downloads
1 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| qwen3-30b-a3b-abliterated-q4_k_m.gguf | GGUF | Q4_K_M | 17.28 GB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"base_model": "huihui-ai/Qwen3-30B-A3B-abliterated",
"library_name": "transformers",
"license": "apache-2.0",
"license_link": "https://huggingface.co/Qwen/Qwen3-30B-A3B/blob/main/LICENSE",
"pipeline_tag": "text-generation",
"tags": [
"chat",
"abliterated",
"uncensored",
"llama-cpp",
"gguf-my-repo"
],
"extra_gated_prompt": "**Usage Warnings**\n\n“**Risk of Sensitive or Controversial Outputs**“: This model’s safety filtering has been significantly reduced, potentially generating sensitive, controversial, or inappropriate content. Users should exercise caution and rigorously review generated outputs.\n“**Not Suitable for All Audiences**:“ Due to limited content filtering, the model’s outputs may be inappropriate for public settings, underage users, or applications requiring high security.\n“**Legal and Ethical Responsibilities**“: Users must ensure their usage complies with local laws and ethical standards. Generated content may carry legal or ethical risks, and users are solely responsible for any consequences.\n“**Research and Experimental Use**“: It is recommended to use this model for research, testing, or controlled environments, avoiding direct use in production or public-facing commercial applications.\n“**Monitoring and Review Recommendations**“: Users are strongly advised to monitor model outputs in real-time and conduct manual reviews when necessary to prevent the dissemination of inappropriate content.\n“**No Default Safety Guarantees**“: Unlike standard models, this model has not undergone rigorous safety optimization. huihui.ai bears no responsibility for any consequences arising from its use.",
"frontmatter": {
"base_model": "huihui-ai/Qwen3-30B-A3B-abliterated",
"library_name": "transformers",
"license": "apache-2.0",
"license_link": "https://huggingface.co/Qwen/Qwen3-30B-A3B/blob/main/LICENSE",
"pipeline_tag": "text-generation",
"tags": [
"chat",
"abliterated",
"uncensored",
"llama-cpp",
"gguf-my-repo"
],
"extra_gated_prompt": "'**Usage Warnings**"
},
"hero_image_url": "",
"summary": "This model was converted to GGUF format from huihui-ai/Qwen3-30B-A3B-abliterated using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nbase_model: huihui-ai/Qwen3-30B-A3B-abliterated\nlibrary_name: transformers\nlicense: apache-2.0\nlicense_link: https://huggingface.co/Qwen/Qwen3-30B-A3B/blob/main/LICENSE\npipeline_tag: text-generation\ntags:\n- chat\n- abliterated\n- uncensored\n- llama-cpp\n- gguf-my-repo\nextra_gated_prompt: '**Usage Warnings**\n\n\n “**Risk of Sensitive or Controversial Outputs**“: This model’s safety filtering\n has been significantly reduced, potentially generating sensitive, controversial,\n or inappropriate content. Users should exercise caution and rigorously review generated\n outputs.\n\n “**Not Suitable for All Audiences**:“ Due to limited content filtering, the model’s\n outputs may be inappropriate for public settings, underage users, or applications\n requiring high security.\n\n “**Legal and Ethical Responsibilities**“: Users must ensure their usage complies\n with local laws and ethical standards. Generated content may carry legal or ethical\n risks, and users are solely responsible for any consequences.\n\n “**Research and Experimental Use**“: It is recommended to use this model for research,\n testing, or controlled environments, avoiding direct use in production or public-facing\n commercial applications.\n\n “**Monitoring and Review Recommendations**“: Users are strongly advised to monitor\n model outputs in real-time and conduct manual reviews when necessary to prevent\n the dissemination of inappropriate content.\n\n “**No Default Safety Guarantees**“: Unlike standard models, this model has not undergone\n rigorous safety optimization. huihui.ai bears no responsibility for any consequences\n arising from its use.'\n---\n\n# Sowkwndms/Qwen3-30B-A3B-abliterated-Q4_K_M-GGUF\nThis model was converted to GGUF format from [`huihui-ai/Qwen3-30B-A3B-abliterated`](https://huggingface.co/huihui-ai/Qwen3-30B-A3B-abliterated) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.\nRefer to the [original model card](https://huggingface.co/huihui-ai/Qwen3-30B-A3B-abliterated) for more details on the model.\n\n## Use with llama.cpp\nInstall llama.cpp through brew (works on Mac and Linux)\n\n```bash\nbrew install llama.cpp\n\n```\nInvoke the llama.cpp server or the CLI.\n\n### CLI:\n```bash\nllama-cli --hf-repo Sowkwndms/Qwen3-30B-A3B-abliterated-Q4_K_M-GGUF --hf-file qwen3-30b-a3b-abliterated-q4_k_m.gguf -p \"The meaning to life and the universe is\"\n```\n\n### Server:\n```bash\nllama-server --hf-repo Sowkwndms/Qwen3-30B-A3B-abliterated-Q4_K_M-GGUF --hf-file qwen3-30b-a3b-abliterated-q4_k_m.gguf -c 2048\n```\n\nNote: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.\n\nStep 1: Clone llama.cpp from GitHub.\n```\ngit clone https://github.com/ggerganov/llama.cpp\n```\n\nStep 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).\n```\ncd llama.cpp && LLAMA_CURL=1 make\n```\n\nStep 3: Run inference through the main binary.\n```\n./llama-cli --hf-repo Sowkwndms/Qwen3-30B-A3B-abliterated-Q4_K_M-GGUF --hf-file qwen3-30b-a3b-abliterated-q4_k_m.gguf -p \"The meaning to life and the universe is\"\n```\nor \n```\n./llama-server --hf-repo Sowkwndms/Qwen3-30B-A3B-abliterated-Q4_K_M-GGUF --hf-file qwen3-30b-a3b-abliterated-q4_k_m.gguf -c 2048\n```\n",
"related_quantizations": []
},
"tags": [
"transformers",
"gguf",
"chat",
"abliterated",
"uncensored",
"llama-cpp",
"gguf-my-repo",
"text-generation",
"base_model:huihui-ai/Qwen3-30B-A3B-abliterated",
"base_model:quantized:huihui-ai/Qwen3-30B-A3B-abliterated",
"license:apache-2.0",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 2,
"downloads": 134,
"gated": false,
"private": false,
"last_modified": "2025-05-19T19:21:30.000Z",
"created_at": "2025-05-19T19:20:01.000Z",
"pipeline_tag": "text-generation",
"library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
"_id": "682b8461ae6a4f496abeae48",
"id": "Sowkwndms/Qwen3-30B-A3B-abliterated-Q4_K_M-GGUF",
"modelId": "Sowkwndms/Qwen3-30B-A3B-abliterated-Q4_K_M-GGUF",
"sha": "b1a8b34990e2bbe6dfebc54ed6776b39edbc817e",
"createdAt": "2025-05-19T19:20:01.000Z",
"lastModified": "2025-05-19T19:21:30.000Z",
"author": "Sowkwndms",
"downloads": 134,
"likes": 2,
"gated": false,
"private": false,
"pipeline_tag": "text-generation",
"library_name": "transformers",
"siblings_count": 3
}