45 lines
924 B
Markdown
45 lines
924 B
Markdown
---
|
|
|
|
license: apache-2.0
|
|
|
|
language:
|
|
|
|
- en
|
|
|
|
base_model: Qwen/Qwen2.5-Coder-7B-Instruct
|
|
|
|
tags:
|
|
|
|
- text-generation
|
|
|
|
- abliterated
|
|
|
|
- bruno
|
|
|
|
- heretic
|
|
|
|
- decensored
|
|
|
|
- optuna-optimized
|
|
|
|
- qwen2
|
|
|
|
- code
|
|
|
|
- conversational
|
|
|
|
- uncensored
|
|
|
|
pipeline_tag: text-generation
|
|
|
|
library_name: transformers
|
|
|
|
inference:
|
|
|
|
parameters:
|
|
|
|
max_new_tokens: 512
|
|
|
|
temperature: 0.7
|
|
|
|
top_p: 0.9
|
|
|
|
---
|
|
|
|
|
|
|
|
# Qwen2.5-Coder-7B-Instruct-Bruno (Abliterated)
|
|
|
|
|
|
|
|
This is an abliterated version of [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct) with reduced refusals.
|
|
|
|
|
|
|
|
## Model Details
|
|
|
|
|
|
|
|
- **Base Model:** Qwen/Qwen2.5-Coder-7B-Instruct
|
|
|
|
- **Modification:** Abliteration (refusal direction removal)
|
|
|
|
- **Architecture:** Qwen2ForCausalLM
|
|
|
|
- **Parameters:** 7B
|
|
|
|
- **Context Length:** 32,768 tokens
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Apache 2.0 (same as base model)
|
|
|