Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +25 -0
- lora_model/adapter_config.json +29 -0
- lora_model/adapter_model.safetensors +3 -0
- qwq-32b-abliterated-lora.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
qwq-32b-abliterated-lora.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/QwQ-32B
|
| 4 |
+
- huihui-ai/QwQ-32B-abliterated
|
| 5 |
+
library_name: peft
|
| 6 |
+
tags:
|
| 7 |
+
- mergekit
|
| 8 |
+
- peft
|
| 9 |
+
|
| 10 |
+
---
|
| 11 |
+
# qwq-32b-abliterated-lora
|
| 12 |
+
|
| 13 |
+
This is a LoRA extracted from a language model. It was extracted using [mergekit](https://github.com/arcee-ai/mergekit).
|
| 14 |
+
|
| 15 |
+
## LoRA Details
|
| 16 |
+
|
| 17 |
+
This LoRA adapter was extracted from [huihui-ai/QwQ-32B-abliterated](https://huggingface.co/huihui-ai/QwQ-32B-abliterated) and uses [Qwen/QwQ-32B](https://huggingface.co/Qwen/QwQ-32B) as a base.
|
| 18 |
+
|
| 19 |
+
### Parameters
|
| 20 |
+
|
| 21 |
+
The following command was used to extract this LoRA adapter:
|
| 22 |
+
|
| 23 |
+
```sh
|
| 24 |
+
/venv/main/bin/mergekit-extract-lora --model huihui-ai/QwQ-32B-abliterated --base-model Qwen/QwQ-32B --out-path qwq-32b-abliterated-lora --cuda --max-rank 32
|
| 25 |
+
```
|
lora_model/adapter_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model_name_or_path": "Qwen/QwQ-32B",
|
| 3 |
+
"peft_type": "LORA",
|
| 4 |
+
"use_rslora": false,
|
| 5 |
+
"target_modules": [
|
| 6 |
+
"q_proj",
|
| 7 |
+
"v_proj",
|
| 8 |
+
"up_proj",
|
| 9 |
+
"o_proj",
|
| 10 |
+
"gate_proj",
|
| 11 |
+
"k_proj",
|
| 12 |
+
"down_proj"
|
| 13 |
+
],
|
| 14 |
+
"modules_to_save": [
|
| 15 |
+
"embed_tokens",
|
| 16 |
+
"input_layernorm",
|
| 17 |
+
"post_attention_layernorm",
|
| 18 |
+
"norm",
|
| 19 |
+
"lm_head"
|
| 20 |
+
],
|
| 21 |
+
"task_type": "CAUSAL_LM",
|
| 22 |
+
"r": 32,
|
| 23 |
+
"lora_alpha": 32,
|
| 24 |
+
"rank_pattern": {},
|
| 25 |
+
"alpha_pattern": {},
|
| 26 |
+
"lora_dropout": 0.0,
|
| 27 |
+
"fan_in_fan_out": false,
|
| 28 |
+
"inference_mode": true
|
| 29 |
+
}
|
lora_model/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1aac0ad7e401d14fb7673ab07f8455d96da795b93f9d64dde61e0cbf7ae3aa2
|
| 3 |
+
size 538320328
|
qwq-32b-abliterated-lora.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb3dc9f410e8d987ff1b64be84104252a42470a752a2274eb7040f4d260692e
|
| 3 |
+
size 1076431552
|