Improve language tag
#1
by
lbourdois
- opened
README.md
CHANGED
@@ -1,25 +1,38 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- Qwen/Qwen2.5-7B-Instruct
|
4 |
-
- huihui-ai/Qwen2.5-7B-Instruct-abliterated-v3
|
5 |
-
library_name: transformers
|
6 |
-
tags:
|
7 |
-
- mergekit
|
8 |
-
- peft
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- Qwen/Qwen2.5-7B-Instruct
|
4 |
+
- huihui-ai/Qwen2.5-7B-Instruct-abliterated-v3
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- peft
|
9 |
+
language:
|
10 |
+
- zho
|
11 |
+
- eng
|
12 |
+
- fra
|
13 |
+
- spa
|
14 |
+
- por
|
15 |
+
- deu
|
16 |
+
- ita
|
17 |
+
- rus
|
18 |
+
- jpn
|
19 |
+
- kor
|
20 |
+
- vie
|
21 |
+
- tha
|
22 |
+
- ara
|
23 |
+
---
|
24 |
+
# Untitled LoRA Model (1)
|
25 |
+
|
26 |
+
This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit).
|
27 |
+
|
28 |
+
## LoRA Details
|
29 |
+
|
30 |
+
This LoRA adapter was extracted from [huihui-ai/Qwen2.5-7B-Instruct-abliterated-v3](https://huggingface.co/huihui-ai/Qwen2.5-7B-Instruct-abliterated-v3) and uses [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) as a base.
|
31 |
+
|
32 |
+
### Parameters
|
33 |
+
|
34 |
+
The following command was used to extract this LoRA adapter:
|
35 |
+
|
36 |
+
```sh
|
37 |
+
mergekit-extract-lora huihui-ai/Qwen2.5-7B-Instruct-abliterated-v3 Qwen/Qwen2.5-7B-Instruct OUTPUT_PATH --rank=32
|
38 |
+
```
|