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,40 +1,54 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
license_name: qwen
|
| 4 |
-
license_link: https://huggingface.co/Qwen/Qwen2.5-32B-Instruct/blob/main/LICENSE
|
| 5 |
-
base_model:
|
| 6 |
-
- Qwen/Qwen2.5-32B-Instruct
|
| 7 |
-
base_model_relation: quantized
|
| 8 |
-
tags:
|
| 9 |
-
- VPTQ
|
| 10 |
-
- Quantized
|
| 11 |
-
- Quantization
|
| 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: qwen
|
| 4 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-32B-Instruct/blob/main/LICENSE
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen2.5-32B-Instruct
|
| 7 |
+
base_model_relation: quantized
|
| 8 |
+
tags:
|
| 9 |
+
- VPTQ
|
| 10 |
+
- Quantized
|
| 11 |
+
- Quantization
|
| 12 |
+
language:
|
| 13 |
+
- zho
|
| 14 |
+
- eng
|
| 15 |
+
- fra
|
| 16 |
+
- spa
|
| 17 |
+
- por
|
| 18 |
+
- deu
|
| 19 |
+
- ita
|
| 20 |
+
- rus
|
| 21 |
+
- jpn
|
| 22 |
+
- kor
|
| 23 |
+
- vie
|
| 24 |
+
- tha
|
| 25 |
+
- ara
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
**Disclaimer**:
|
| 29 |
+
|
| 30 |
+
The model is reproduced based on the paper *VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language Models* [github](https://github.com/microsoft/vptq) and [arXiv](https://arxiv.org/abs/2409.17066)
|
| 31 |
+
|
| 32 |
+
The model itself is sourced from a community release.
|
| 33 |
+
|
| 34 |
+
It is intended only for experimental purposes.
|
| 35 |
+
|
| 36 |
+
Users are responsible for any consequences arising from the use of this model.
|
| 37 |
+
|
| 38 |
+
**Note**:
|
| 39 |
+
|
| 40 |
+
The PPL test results are for reference only and were collected using GPTQ testing script.
|
| 41 |
+
|
| 42 |
+
```json
|
| 43 |
+
{
|
| 44 |
+
"ctx_2048": {
|
| 45 |
+
"wikitext2": 5.773880958557129
|
| 46 |
+
},
|
| 47 |
+
"ctx_4096": {
|
| 48 |
+
"wikitext2": 5.349547386169434
|
| 49 |
+
},
|
| 50 |
+
"ctx_8192": {
|
| 51 |
+
"wikitext2": 5.094425201416016
|
| 52 |
+
}
|
| 53 |
+
}
|
| 54 |
+
```
|