Improve language tag (#1)
Browse files- Improve language tag (ec168c09fe3602dd47cbb1abdb35153c2221b41f)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -1,16 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: qwen
|
4 |
-
license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct-GGUF/blob/main/LICENSE
|
5 |
-
language:
|
6 |
-
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
[GGUF](https://huggingface.co/zetasepic/Qwen2.5-72B-Instruct-abliterated-GGUF)
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: qwen
|
4 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct-GGUF/blob/main/LICENSE
|
5 |
+
language:
|
6 |
+
- zho
|
7 |
+
- eng
|
8 |
+
- fra
|
9 |
+
- spa
|
10 |
+
- por
|
11 |
+
- deu
|
12 |
+
- ita
|
13 |
+
- rus
|
14 |
+
- jpn
|
15 |
+
- kor
|
16 |
+
- vie
|
17 |
+
- tha
|
18 |
+
- ara
|
19 |
+
pipeline_tag: text-generation
|
20 |
+
base_model: Qwen/Qwen2.5-72B-Instruct
|
21 |
+
tags:
|
22 |
+
- chat
|
23 |
+
---
|
24 |
+
Abliterated version of [Qwen/Qwen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-Instruct), utilizing code from [refusal_direction](https://github.com/andyrdt/refusal_direction).
|
25 |
+
|
26 |
+
For more information about the Abliterated technique, refer to [this article](https://huggingface.co/blog/mlabonne/abliteration) and check out [@FailSpy](https://huggingface.co/failspy).
|
27 |
+
|
28 |
[GGUF](https://huggingface.co/zetasepic/Qwen2.5-72B-Instruct-abliterated-GGUF)
|