lbourdois commited on
Commit
8a43c30
·
verified ·
1 Parent(s): 9400d49

Improve language tag

Browse files

Hi! 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.

Files changed (1) hide show
  1. README.md +56 -46
README.md CHANGED
@@ -1,46 +1,56 @@
1
- ---
2
- license_link: https://huggingface.co/Qwen/QwQ-32B-Preview/blob/main/LICENSE
3
- language:
4
- - en
5
- base_model: Qwen/Qwen2.5-32B-Instruct
6
- tags:
7
- - llama-cpp
8
- - QwQ-32B-Preview
9
- - gguf
10
- - Q5_K_M
11
- - 32b
12
- - QwQ
13
- - qwen-2
14
- - llama-cpp
15
- - Qwen
16
- - code
17
- - math
18
- - chat
19
- - roleplay
20
- - text-generation
21
- - safetensors
22
- - nlp
23
- - code
24
- library_name: transformers
25
- pipeline_tag: text-generation
26
- ---
27
-
28
- # roleplaiapp/QwQ-32B-Preview-Q5_K_M-GGUF
29
-
30
- **Repo:** `roleplaiapp/QwQ-32B-Preview-Q5_K_M-GGUF`
31
- **Original Model:** `QwQ-32B-Preview`
32
- **Organization:** `Qwen`
33
- **Quantized File:** `qwq-32b-preview-q5_k_m.gguf`
34
- **Quantization:** `GGUF`
35
- **Quantization Method:** `Q5_K_M`
36
- **Use Imatrix:** `False`
37
- **Split Model:** `False`
38
-
39
- ## Overview
40
- This is an GGUF Q5_K_M quantized version of [QwQ-32B-Preview](https://huggingface.co/Qwen/QwQ-32B-Preview).
41
-
42
- ## Quantization By
43
- I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models.
44
- I hope the community finds these quantizations useful.
45
-
46
- Andrew Webby @ [RolePlai](https://roleplai.app/)
 
 
 
 
 
 
 
 
 
 
 
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/)