Improve language tag
Browse filesHi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.
README.md
CHANGED
@@ -1,46 +1,56 @@
|
|
1 |
-
---
|
2 |
-
license_link: https://huggingface.co/Qwen/QwQ-32B-Preview/blob/main/LICENSE
|
3 |
-
language:
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
14 |
-
-
|
15 |
-
-
|
16 |
-
-
|
17 |
-
-
|
18 |
-
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license_link: https://huggingface.co/Qwen/QwQ-32B-Preview/blob/main/LICENSE
|
3 |
+
language:
|
4 |
+
- zho
|
5 |
+
- eng
|
6 |
+
- fra
|
7 |
+
- spa
|
8 |
+
- por
|
9 |
+
- deu
|
10 |
+
- ita
|
11 |
+
- rus
|
12 |
+
- jpn
|
13 |
+
- kor
|
14 |
+
- vie
|
15 |
+
- tha
|
16 |
+
- ara
|
17 |
+
base_model: Qwen/Qwen2.5-32B-Instruct
|
18 |
+
tags:
|
19 |
+
- llama-cpp
|
20 |
+
- QwQ-32B-Preview
|
21 |
+
- gguf
|
22 |
+
- Q5_K_M
|
23 |
+
- 32b
|
24 |
+
- QwQ
|
25 |
+
- qwen-2
|
26 |
+
- Qwen
|
27 |
+
- code
|
28 |
+
- math
|
29 |
+
- chat
|
30 |
+
- roleplay
|
31 |
+
- text-generation
|
32 |
+
- safetensors
|
33 |
+
- nlp
|
34 |
+
library_name: transformers
|
35 |
+
pipeline_tag: text-generation
|
36 |
+
---
|
37 |
+
|
38 |
+
# roleplaiapp/QwQ-32B-Preview-Q5_K_M-GGUF
|
39 |
+
|
40 |
+
**Repo:** `roleplaiapp/QwQ-32B-Preview-Q5_K_M-GGUF`
|
41 |
+
**Original Model:** `QwQ-32B-Preview`
|
42 |
+
**Organization:** `Qwen`
|
43 |
+
**Quantized File:** `qwq-32b-preview-q5_k_m.gguf`
|
44 |
+
**Quantization:** `GGUF`
|
45 |
+
**Quantization Method:** `Q5_K_M`
|
46 |
+
**Use Imatrix:** `False`
|
47 |
+
**Split Model:** `False`
|
48 |
+
|
49 |
+
## Overview
|
50 |
+
This is an GGUF Q5_K_M quantized version of [QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview).
|
51 |
+
|
52 |
+
## Quantization By
|
53 |
+
I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models.
|
54 |
+
I hope the community finds these quantizations useful.
|
55 |
+
|
56 |
+
Andrew Webby @ [RolePlai](https://roleplai.app/)
|