Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,11 @@ tags:
|
|
| 22 |
This is an uncensored version of [miromind-ai/MiroThinker-v1.0-72B](https://huggingface.co/miromind-ai/MiroThinker-v1.0-72B) 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 |
|
| 26 |
## Usage
|
| 27 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
|
|
|
| 22 |
This is an uncensored version of [miromind-ai/MiroThinker-v1.0-72B](https://huggingface.co/miromind-ai/MiroThinker-v1.0-72B) 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/mirothinker1-abliterated:72b](https://ollama.com/huihui_ai/mirothinker1-abliterated:72b) directly,
|
| 27 |
+
```
|
| 28 |
+
ollama run huihui_ai/mirothinker1-abliterated:72b
|
| 29 |
+
```
|
| 30 |
|
| 31 |
## Usage
|
| 32 |
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|