Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,12 @@ tags:
|
|
| 22 |
This is an uncensored version of [miromind-ai/MiroThinker-v1.0-8B](https://huggingface.co/miromind-ai/MiroThinker-v1.0-8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
| 23 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
## Usage
|
| 26 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
| 27 |
|
|
|
|
| 22 |
This is an uncensored version of [miromind-ai/MiroThinker-v1.0-8B](https://huggingface.co/miromind-ai/MiroThinker-v1.0-8B) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
| 23 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
| 24 |
|
| 25 |
+
## ollama
|
| 26 |
+
You can use [huihui_ai/qwen3-vl-abliterated:30b-a3b-Thinking-v2](https://ollama.com/huihui_ai/qwen3-vl-abliterated:30b-a3b-Thinking-v2) directly,
|
| 27 |
+
```
|
| 28 |
+
ollama run huihui_ai/mirothinker1-abliterated
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
## Usage
|
| 32 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
| 33 |
|