add measurement.json
Browse files- README.md +39 -0
- measurement.json +0 -0
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
license_link: https://huggingface.co/huihui-ai/phi-4-abliterated/resolve/main/LICENSE
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- huihui-ai/phi-4-abliterated
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- phi
|
11 |
+
- nlp
|
12 |
+
- math
|
13 |
+
- code
|
14 |
+
- chat
|
15 |
+
- conversational
|
16 |
+
- abliterated
|
17 |
+
- uncensored
|
18 |
+
inference:
|
19 |
+
parameters:
|
20 |
+
temperature: 0
|
21 |
+
widget:
|
22 |
+
- messages:
|
23 |
+
- role: user
|
24 |
+
content: How should I explain the Internet?
|
25 |
+
library_name: transformers
|
26 |
+
---
|
27 |
+
# huihui-ai/phi-4-abliterated
|
28 |
+
|
29 |
+
|
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 |
+
|
36 |
+
You can use [huihui_ai/phi4-abliterated](https://ollama.com/huihui_ai/phi4-abliterated) directly
|
37 |
+
```
|
38 |
+
ollama run huihui_ai/phi4-abliterated
|
39 |
+
```
|
measurement.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|