OpenSourceRonin commited on
Commit
5eac00f
1 Parent(s): e06345d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,7 +1,12 @@
1
-
2
  ---
3
  license: llama3.1
 
 
 
 
 
4
  ---
 
5
  **Disclaimer**:
6
 
7
  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: llama3.1
3
+ base_model:
4
+ - meta-llama/Llama-3.1-405B-Instruct
5
+ tags:
6
+ - VPTQ
7
+ - Quantized
8
  ---
9
+
10
  **Disclaimer**:
11
 
12
  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)