OpenSourceRonin
commited on
Commit
•
fa330d4
1
Parent(s):
721b370
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,15 @@
|
|
1 |
-
|
2 |
---
|
3 |
license: other
|
4 |
license_name: qwen
|
5 |
license_link: https://huggingface.co/Qwen/Qwen2.5-14B-Instruct/blob/main/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
|
|
7 |
**Disclaimer**:
|
8 |
|
9 |
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)
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: qwen
|
4 |
license_link: https://huggingface.co/Qwen/Qwen2.5-14B-Instruct/blob/main/LICENSE
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-14B-Instruct
|
7 |
+
tags:
|
8 |
+
- VPTQ
|
9 |
+
- Quantized
|
10 |
+
- Quantization
|
11 |
---
|
12 |
+
|
13 |
**Disclaimer**:
|
14 |
|
15 |
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)
|