初始化项目,由ModelHub XC社区提供模型

Model: huihui-ai/granite-3.1-2b-instruct-abliterated
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-21 08:20:08 +08:00
commit 2441b12821
14 changed files with 294564 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
---
pipeline_tag: text-generation
inference: false
license: apache-2.0
library_name: transformers
tags:
- language
- granite-3.1
- abliterated
- uncensored
base_model:
- ibm-granite/granite-3.1-2b-instruct
---
# huihui-ai/granite-3.1-2b-instruct-abliterated
This is an uncensored version of [ibm-granite/granite-3.1-2b-instruct](https://huggingface.co/ibm-granite/granite-3.1-2b-instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
## Use with ollama
You can use [huihui_ai/granite3.1-dense-abliterated](https://ollama.com/huihui_ai/granite3.1-dense-abliterated) directly,
```
ollama run huihui_ai/granite3.1-dense-abliterated:2b
```