Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ This is an uncensored version of Qwen2.5-7B-Instruct created with abliteration (
|
|
20 |
Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
|
21 |
|
22 |
## Usage
|
23 |
-
You can use this
|
24 |
|
25 |
|
26 |
```python
|
@@ -96,6 +96,7 @@ while True:
|
|
96 |
```
|
97 |
## Evaluations
|
98 |
The following data has been re-evaluated and calculated as the average for each test.
|
|
|
99 |
| Benchmark | Qwen2.5-7B-Instruct | huihui-ai/Qwen2.5-7B-Instruct-abliterated |
|
100 |
|-------------|---------------------|-------------------------------------------|
|
101 |
| IF_Eval | 76.44 | **76.49** |
|
|
|
20 |
Special thanks to [@FailSpy](https://huggingface.co/failspy) for the original code and technique. Please follow him if you're interested in abliterated models.
|
21 |
|
22 |
## Usage
|
23 |
+
You can use this model in your applications by loading it with Hugging Face's `transformers` library:
|
24 |
|
25 |
|
26 |
```python
|
|
|
96 |
```
|
97 |
## Evaluations
|
98 |
The following data has been re-evaluated and calculated as the average for each test.
|
99 |
+
|
100 |
| Benchmark | Qwen2.5-7B-Instruct | huihui-ai/Qwen2.5-7B-Instruct-abliterated |
|
101 |
|-------------|---------------------|-------------------------------------------|
|
102 |
| IF_Eval | 76.44 | **76.49** |
|