add measurement.json
Browse files- README.md +44 -0
- measurement.json +0 -0
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
license_link: https://huggingface.co/huihui-ai/QwQ-32B-Coder-Fusion-8020/blob/main/LICENSE
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
base_model:
|
8 |
+
- huihui-ai/QwQ-32B-Coder-Fusion-8020
|
9 |
+
tags:
|
10 |
+
- chat
|
11 |
+
- abliterated
|
12 |
+
- uncensored
|
13 |
+
library_name: transformers
|
14 |
+
---
|
15 |
+
|
16 |
+
# huihui-ai/QwQ-32B-Coder-Fusion-8020
|
17 |
+
|
18 |
+
|
19 |
+
## Overview
|
20 |
+
`QwQ-32B-Coder-Fusion-8020` is a mixed model that combines the strengths of two powerful Qwen-based models: [huihui-ai/QwQ-32B-Preview-abliterated](https://huggingface.co/huihui-ai/QwQ-32B-Preview-abliterated) and
|
21 |
+
[huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated).
|
22 |
+
The weights are blended in a 8:2 ratio, with 80% of the weights from QwQ-32B-Preview-abliterated and 20% from the abliterated Qwen2.5-Coder-32B-Instruct-abliterated model.
|
23 |
+
**Although it's a simple mix, the model is usable, and no gibberish has appeared**.
|
24 |
+
This is an experiment. I test the [9:1](https://huggingface.co/huihui-ai/QwQ-32B-Coder-Fusion-9010),
|
25 |
+
[8:2](https://huggingface.co/huihui-ai/QwQ-32B-Coder-Fusion-8020),
|
26 |
+
and [7:3](https://huggingface.co/huihui-ai/QwQ-32B-Coder-Fusion-7030) ratios separately to see how much impact they have on the model.
|
27 |
+
|
28 |
+
## Model Details
|
29 |
+
- **Base Models:**
|
30 |
+
- [huihui-ai/QwQ-32B-Preview-abliterated](https://huggingface.co/huihui-ai/QwQ-32B-Preview-abliterated) (80%)
|
31 |
+
- [huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-Coder-32B-Instruct-abliterated) (20%)
|
32 |
+
- **Model Size:** 32B parameters
|
33 |
+
- **Architecture:** Qwen 2.5
|
34 |
+
- **Mixing Ratio:** 8:2 (QwQ-32B-Preview-abliterated:Qwen2.5-Coder-32B-Instruct-abliterated)
|
35 |
+
|
36 |
+
|
37 |
+
## ollama
|
38 |
+
|
39 |
+
You can use [huihui_ai/qwq-fusion:32b-8020](https://ollama.com/huihui_ai/qwq-fusion:32b-8020) directly,
|
40 |
+
```
|
41 |
+
ollama run huihui_ai/qwq-fusion:32b-8020
|
42 |
+
```
|
43 |
+
|
44 |
+
Other proportions can be obtained by visiting [huihui_ai/qwq-fusion](https://ollama.com/huihui_ai/qwq-fusion/tags).
|
measurement.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|