lbourdois commited on
Commit
121d103
·
verified ·
1 Parent(s): 9433ad0

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 +90 -78
README.md CHANGED
@@ -1,78 +1,90 @@
1
- ---
2
- base_model: Qwen/Qwen2.5-32B-Instruct
3
- language:
4
- - en
5
- library_name: transformers
6
- license: apache-2.0
7
- license_link: https://huggingface.co/Qwen/Qwen2.5-32B-Instruct/blob/main/LICENSE
8
- quantized_by: mradermacher
9
- tags:
10
- - chat
11
- ---
12
- ## About
13
-
14
- <!-- ### quantize_version: 2 -->
15
- <!-- ### output_tensor_quantised: 1 -->
16
- <!-- ### convert_type: hf -->
17
- <!-- ### vocab_type: -->
18
- <!-- ### tags: -->
19
- static quants of https://huggingface.co/Qwen/Qwen2.5-32B-Instruct
20
-
21
- <!-- provided-files -->
22
- weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-i1-GGUF
23
- ## Usage
24
-
25
- If you are unsure how to use GGUF files, refer to one of [TheBloke's
26
- READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
27
- more details, including on how to concatenate multi-part files.
28
-
29
- ## Provided Quants
30
-
31
- (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
32
-
33
- | Link | Type | Size/GB | Notes |
34
- |:-----|:-----|--------:|:------|
35
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ3_XS.gguf) | IQ3_XS | 13.8 | |
36
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ3_S.gguf) | IQ3_S | 14.5 | beats Q3_K* |
37
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ3_M.gguf) | IQ3_M | 14.9 | |
38
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_0.gguf) | Q4_0 | 18.7 | fast, low quality |
39
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_0_4_4.gguf) | Q4_0_4_4 | 18.7 | fast on arm, low quality |
40
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_0_4_8.gguf) | Q4_0_4_8 | 18.7 | fast on arm+i8mm, low quality |
41
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_0_8_8.gguf) | Q4_0_8_8 | 18.7 | fast on arm+sve, low quality |
42
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ4_NL.gguf) | IQ4_NL | 18.9 | prefer IQ4_XS |
43
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_1.gguf) | Q4_1 | 20.7 | |
44
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q5_0.gguf) | Q5_0 | 22.7 | |
45
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q2_K.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q2_K.gguf) | Q2_K | 24.7 | |
46
- | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q5_1.gguf) | Q5_1 | 24.7 | |
47
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q3_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q3_K_S.gguf) | Q3_K_S | 28.9 | |
48
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q3_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q3_K_M.gguf) | Q3_K_M | 32.0 | lower quality |
49
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q3_K_L.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q3_K_L.gguf) | Q3_K_L | 34.6 | |
50
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ4_XS.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.IQ4_XS.gguf) | IQ4_XS | 35.8 | |
51
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q4_K_S.gguf) | Q4_K_S | 37.7 | fast, recommended |
52
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q4_K_M.gguf) | Q4_K_M | 39.8 | fast, recommended |
53
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q5_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q5_K_S.gguf) | Q5_K_S | 45.4 | |
54
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q5_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q5_K_M.gguf) | Q5_K_M | 46.6 | |
55
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q6_K.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q6_K.gguf) | Q6_K | 53.9 | very good quality |
56
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.SOURCE.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.SOURCE.gguf.part2of2) | SOURCE | 65.6 | source gguf, only provided when it was hard to come by |
57
- | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q8_0.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q8_0.gguf) | Q8_0 | 69.7 | fast, best quality |
58
-
59
- Here is a handy graph by ikawrakow comparing some lower-quality quant
60
- types (lower is better):
61
-
62
- ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
63
-
64
- And here are Artefact2's thoughts on the matter:
65
- https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
66
-
67
- ## FAQ / Model Request
68
-
69
- See https://huggingface.co/mradermacher/model_requests for some answers to
70
- questions you might have and/or if you want some other model quantized.
71
-
72
- ## Thanks
73
-
74
- I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
75
- me use its servers and providing upgrades to my workstation to enable
76
- this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
77
-
78
- <!-- end -->
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-32B-Instruct
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
+ library_name: transformers
18
+ license: apache-2.0
19
+ license_link: https://huggingface.co/Qwen/Qwen2.5-32B-Instruct/blob/main/LICENSE
20
+ quantized_by: mradermacher
21
+ tags:
22
+ - chat
23
+ ---
24
+ ## About
25
+
26
+ <!-- ### quantize_version: 2 -->
27
+ <!-- ### output_tensor_quantised: 1 -->
28
+ <!-- ### convert_type: hf -->
29
+ <!-- ### vocab_type: -->
30
+ <!-- ### tags: -->
31
+ static quants of https://huggingface.co/Qwen/Qwen2.5-32B-Instruct
32
+
33
+ <!-- provided-files -->
34
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-i1-GGUF
35
+ ## Usage
36
+
37
+ If you are unsure how to use GGUF files, refer to one of [TheBloke's
38
+ READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
39
+ more details, including on how to concatenate multi-part files.
40
+
41
+ ## Provided Quants
42
+
43
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
44
+
45
+ | Link | Type | Size/GB | Notes |
46
+ |:-----|:-----|--------:|:------|
47
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ3_XS.gguf) | IQ3_XS | 13.8 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ3_S.gguf) | IQ3_S | 14.5 | beats Q3_K* |
49
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ3_M.gguf) | IQ3_M | 14.9 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_0.gguf) | Q4_0 | 18.7 | fast, low quality |
51
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_0_4_4.gguf) | Q4_0_4_4 | 18.7 | fast on arm, low quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_0_4_8.gguf) | Q4_0_4_8 | 18.7 | fast on arm+i8mm, low quality |
53
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_0_8_8.gguf) | Q4_0_8_8 | 18.7 | fast on arm+sve, low quality |
54
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ4_NL.gguf) | IQ4_NL | 18.9 | prefer IQ4_XS |
55
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_1.gguf) | Q4_1 | 20.7 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q5_0.gguf) | Q5_0 | 22.7 | |
57
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q2_K.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q2_K.gguf) | Q2_K | 24.7 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q5_1.gguf) | Q5_1 | 24.7 | |
59
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q3_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q3_K_S.gguf) | Q3_K_S | 28.9 | |
60
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q3_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q3_K_M.gguf) | Q3_K_M | 32.0 | lower quality |
61
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q3_K_L.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q3_K_L.gguf) | Q3_K_L | 34.6 | |
62
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.IQ4_XS.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.IQ4_XS.gguf) | IQ4_XS | 35.8 | |
63
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q4_K_S.gguf) | Q4_K_S | 37.7 | fast, recommended |
64
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q4_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q4_K_M.gguf) | Q4_K_M | 39.8 | fast, recommended |
65
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q5_K_S.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q5_K_S.gguf) | Q5_K_S | 45.4 | |
66
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q5_K_M.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q5_K_M.gguf) | Q5_K_M | 46.6 | |
67
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q6_K.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q6_K.gguf) | Q6_K | 53.9 | very good quality |
68
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.SOURCE.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.SOURCE.gguf.part2of2) | SOURCE | 65.6 | source gguf, only provided when it was hard to come by |
69
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/Qwen2.5-32B-Instruct.Q8_0.gguf) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-GGUF/resolve/main/qwen2.5-32b-instruct.Q8_0.gguf) | Q8_0 | 69.7 | fast, best quality |
70
+
71
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
72
+ types (lower is better):
73
+
74
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
75
+
76
+ And here are Artefact2's thoughts on the matter:
77
+ https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
78
+
79
+ ## FAQ / Model Request
80
+
81
+ See https://huggingface.co/mradermacher/model_requests for some answers to
82
+ questions you might have and/or if you want some other model quantized.
83
+
84
+ ## Thanks
85
+
86
+ I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
87
+ me use its servers and providing upgrades to my workstation to enable
88
+ this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
89
+
90
+ <!-- end -->