OpenSourceRonin commited on
Commit
2de13c9
1 Parent(s): 7fb3f90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,6 +1,12 @@
1
  ---
2
  license: llama3.1
 
 
 
 
 
3
  ---
 
4
  **Disclaimer**:
5
 
6
  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-70B-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)