huihui-ai/Qwen2.5-0.5B-Instruct-abliterated

Warm
Public
0.5B
BF16
32768
1
Nov 25, 2024
License: apache-2.0
Hugging Face
Overview

Model Overview

huihui-ai/Qwen2.5-0.5B-Instruct-abliterated is a 0.5 billion parameter instruction-tuned language model based on the Qwen2.5-0.5B-Instruct architecture. Its key differentiator is the application of an "abliteration" technique, as detailed in the remove-refusals-with-transformers project, to remove refusal behaviors and make the model uncensored. This proof-of-concept implementation aims to demonstrate the removal of refusals without relying on TransformerLens.

Key Capabilities

  • Uncensored Responses: Modified to provide unfiltered outputs by removing refusal mechanisms.
  • Multilingual Support: Supports a wide array of languages including Chinese, English, French, Spanish, Portuguese, German, Italian, Russian, Japanese, Korean, Vietnamese, Thai, and Arabic.
  • Instruction Following: Retains the instruction-following capabilities of its base Qwen2.5-0.5B-Instruct model.
  • Extended Context Window: Features a substantial context length of 131,072 tokens, allowing for processing longer inputs and maintaining conversation history.

Good For

  • Experimental AI Development: Ideal for researchers and developers exploring methods for modifying LLM behavior and removing inherent biases or refusal patterns.
  • Unfiltered Conversational Agents: Suitable for use cases where an uncensored and direct AI assistant is preferred or required.
  • Resource-Constrained Environments: Its 0.5B parameter size makes it efficient for deployment in environments with limited computational resources, including local setups via Ollama.