Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,10 @@ library_name: transformers
|
|
30 |
This is an uncensored version of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
31 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
32 |
|
|
|
|
|
|
|
|
|
33 |
## Use with ollama
|
34 |
**Note:** this model requires [Ollama 0.5.5](https://github.com/ollama/ollama/releases/tag/v0.5.5)
|
35 |
|
|
|
30 |
This is an uncensored version of [microsoft/phi-4](https://huggingface.co/microsoft/phi-4) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
31 |
This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.
|
32 |
|
33 |
+
**Note**
|
34 |
+
|
35 |
+
[Suggested tokenizer changes by Unsloth.ai](https://huggingface.co/microsoft/phi-4/commit/6fbb3d3bbe726c99b4188087b4deeec1bceac5ae)
|
36 |
+
|
37 |
## Use with ollama
|
38 |
**Note:** this model requires [Ollama 0.5.5](https://github.com/ollama/ollama/releases/tag/v0.5.5)
|
39 |
|