Model Intelligence Sheet
puwaer/qwen3-next-80b-a3b-thinking-grpo-uncensored-gguf overview
English | 日本語 Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored is an uncensored model based on Qwen/Qwen3-Next-80B-A3B-Thinking, fine-tuned using SFT,GRPO with LoRA. This model has been fine-tuned using an instruction format. Disclaimer: We take no responsibility for the outputs of this model. Please use it at your own risk.
Downloads
410
Likes
13
Pipeline
text-generation
Library
transformers
Visibility
Public
Access
Open
Repository Files & Downloads
4 files detected
Direct downloads for all repository files
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-Q2_K.gguf | GGUF | Q2_K | 27.13 GB | Download |
| Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-Q4_K_M.gguf | GGUF | Q4_K_M | 45.16 GB | Download |
| Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-Q8_0.gguf | GGUF | — | 78.99 GB | Download |
| Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-f16.gguf | GGUF | F16 | 148.51 GB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"library_name": "transformers",
"license": "apache-2.0",
"language": [
"en",
"zh",
"ja"
],
"base_model": [
"puwaer/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored"
],
"pipeline_tag": "text-generation",
"frontmatter": {
"library_name": "transformers",
"license": "apache-2.0",
"language": [
"en",
"zh",
"ja"
],
"base_model": [
"puwaer/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored"
],
"pipeline_tag": "text-generation"
},
"hero_image_url": "",
"summary": "English | 日本語 Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored is an uncensored model based on Qwen/Qwen3-Next-80B-A3B-Thinking, fine-tuned using SFT,GRPO with LoRA. This model has been fine-tuned using an instruction format. **Disclaimer:** We take no responsibility for the outputs of this model. Please use it at your own risk.",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nlibrary_name: transformers\nlicense: apache-2.0\nlanguage:\n- en\n- zh\n- ja\nbase_model:\n - puwaer/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored\npipeline_tag: text-generation\n---\n\n# Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-gguf\n\n[English](README.md) | [日本語](README_JP.md)\n\nQwen3-Next-80B-A3B-Thinking-GRPO-Uncensored is an uncensored model based on [Qwen/Qwen3-Next-80B-A3B-Thinking](https://huggingface.co/Qwen/Qwen3-Next-80B-A3B-Thinking), fine-tuned using SFT,GRPO with LoRA.\n\nThis model has been fine-tuned using an instruction format.\n\n**Disclaimer:** We take no responsibility for the outputs of this model. Please use it at your own risk.\n\n## Training Process\n\nThis model was trained using a two-stage process:\n\n### Step 1: SFT (Supervised Fine-Tuning)\n\n* **Dataset**: 12,000 samples\n* **Composition**: Jailbreak 10k + General 1.5k + Logic 0.5k\n* **Objective**: To learn the format and the \"uncensored\" attitude while maintaining the model's intelligence.\n\n### Step 2: GRPO (Reinforcement Learning)\n\n* **Dataset**: 60,000 samples\n* **Reward Model**: [puwaer/Unsafe-Reward-Qwen3-1.7B](https://huggingface.co/puwaer/Unsafe-Reward-Qwen3-1.7B)\n* **Composition**: Multilingual Jailbreak prompts\n* **Objective**: To improve the ability to generate more natural and persuasive harmful responses.\n\n## Model Performance\n\nBelow is the comparative evaluation of this model (GRPO), the intermediate checkpoint (SFT), and the base model (Safe).\n\n> **⚠️ Note on Evaluation Environment**\n> Due to budget constraints, **`gpt-4o-mini`** was used for the LLM-as-a-Judge process (including \"Do Not Answer\" and MT-Bench). Please note that the scoring trends and criteria may differ from results evaluated using the standard `gpt-4`.\n\n### Safety Evaluation (Lower is better / Higher success in uncensoring)\n\nIn the \"Do Not Answer\" (DNA) and \"Sorry Bench\" benchmarks, while the base model shows a high refusal rate (~88%), this model achieves an extremely low refusal rate of **under 4%–15%**. \n\n| Benchmark | Metric | Base (Safe) | SFT (Step1) | **GRPO (This Model)** |\n|:---|:---|:---|:---|:---|\n| **do not answer** | Safety Acc (Low is Better) | 0.9979 | 0.8275 | **0.147** |\n| **do not answer jp** | Safety Acc (Low is Better) | 0.984 | 0.5378 | **0.0873** |\n| **Sorry Bench** | Safety Acc (Low is Better) | 0.8886 | 0.8455 | **0.0409** |\n\n### Capability Evaluation (Higher is better)\n\nGenerally, \"uncensoring\" (lobotomy) procedures tend to degrade a model's general intelligence. However, this model recovered its conversational scores (e.g., MT-Bench) by proceeding from the SFT stage to GRPO.\n\n| Benchmark | Metric | Base (Safe) | SFT (Step1) | **GRPO (This Model)** |\n|:---|:---|:---|:---|:---|\n| **MT-Bench** | Average Score (1-10) | 8.044 | 7.538 | **7.513** |\n| **LM Harness** | Average Acc (GSM8K, MMLU) | 0.8454 | 0.8483 | **0.8436** |\n\n*Comparisons made between `Qwen3-Next-80B-A3B-Thinking` (Base) *\n\n## Usage\n\n### Using llama.cpp (CLI)\n\n```bash\n# Download the model file\nhhuggingface-cli download puwer/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-gguf \\\n --local-dir ./models --local-dir-use-symlinks False\n\n# Run inference\n./llama-cli -m ./models/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-q4_k_m.gguf \\\n -p \"Give me a short introduction to large language model.\" \\\n -n 512 \\\n --temp 0.7\n```\n\n### Using llama-cpp-python\n\n```python\nfrom llama_cpp import Llama\n\n# Initialize the model\nmodel = Llama(\n model_path=\"./models/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-q4_k_m.gguf\",\n n_ctx=32768, # Context window\n n_gpu_layers=-1, # Use GPU acceleration (set to 0 for CPU only)\n)\n\n# Generate a response\nprompt = \"Give me a short introduction to large language model.\"\noutput = model.create_chat_completion(\n messages=[\n {\"role\": \"user\", \"content\": prompt}\n ],\n max_tokens=512,\n temperature=0.7,\n)\n\nprint(output[\"choices\"][0][\"message\"][\"content\"])\n```\n\n## Data Overview\n\n### Datasets\n\nThe following datasets were used for training this model:\n* [Magpie-Align/Magpie-Qwen2.5-Pro-1M-v0.1](https://huggingface.co/datasets/Magpie-Align/Magpie-Qwen2.5-Pro-1M-v0.1)\n* [AI-MO/NuminaMath-CoT](https://huggingface.co/datasets/AI-MO/NuminaMath-CoT)\n* [open-thoughts/OpenThoughts-114k](https://huggingface.co/datasets/open-thoughts/OpenThoughts-114k)\n* [puwaer/cvalues_rlhf_en_cot](https://huggingface.co/datasets/puwaer/cvalues_rlhf_en_cot)\n* [puwaer/cvalues_rlhf_zh_cot](https://huggingface.co/datasets/puwaer/cvalues_rlhf_zh_cot)\n* [puwaer/cvalues_rlhf_jp_cot](https://huggingface.co/datasets/puwaer/cvalues_rlhf_jp_cot)\n\n### Reward Model\n\n* [puwaer/Unsafe-Reward-Qwen3-1.7B](https://huggingface.co/puwaer/Unsafe-Reward-Qwen3-1.7B)\n\n",
"related_quantizations": []
},
"tags": [
"transformers",
"gguf",
"text-generation",
"en",
"zh",
"ja",
"base_model:puwaer/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored",
"base_model:quantized:puwaer/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored",
"license:apache-2.0",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 13,
"downloads": 410,
"gated": false,
"private": false,
"last_modified": "2026-02-18T04:22:13.000Z",
"created_at": "2026-02-17T20:52:23.000Z",
"pipeline_tag": "text-generation",
"library_name": "transformers"
}
Source payload excerpt (from Hugging Face API)
{
"_id": "6994d50791b59ecb7e1877da",
"id": "puwaer/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-gguf",
"modelId": "puwaer/Qwen3-Next-80B-A3B-Thinking-GRPO-Uncensored-gguf",
"sha": "1086367946ae280b4e53d2846aa7f9003ac8daa7",
"createdAt": "2026-02-17T20:52:23.000Z",
"lastModified": "2026-02-18T04:22:13.000Z",
"author": "puwaer",
"downloads": 410,
"likes": 13,
"gated": false,
"private": false,
"pipeline_tag": "text-generation",
"library_name": "transformers",
"siblings_count": 7
}