Update README.md
Browse files
README.md
CHANGED
|
@@ -14,3 +14,9 @@ library_name: transformers
|
|
| 14 |
This is an uncensored version of [internlm/internlm3-8b-instruct](https://huggingface.co/internlm/internlm3-8b-instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
| 15 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
This is an uncensored version of [internlm/internlm3-8b-instruct](https://huggingface.co/internlm/internlm3-8b-instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
| 15 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
| 16 |
|
| 17 |
+
## Use with ollama
|
| 18 |
+
|
| 19 |
+
You can use [huihui_ai/internlm3-abliterated](https://ollama.com/internlm3-abliterated) directly
|
| 20 |
+
```
|
| 21 |
+
ollama run internlm3-abliterated
|
| 22 |
+
```
|