Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: llama3.1
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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)
|
| 7 |
+
|
| 8 |
+
The model itself is sourced from a community release.
|
| 9 |
+
|
| 10 |
+
It is intended only for experimental purposes.
|
| 11 |
+
|
| 12 |
+
Users are responsible for any consequences arising from the use of this model.
|
| 13 |
+
|
| 14 |
+
**Note**:
|
| 15 |
+
|
| 16 |
+
The PPL test results are for reference only and were collected using GPTQ testing script.
|
| 17 |
+
|
| 18 |
+
```json
|
| 19 |
+
{
|
| 20 |
+
"ctx_2048": {
|
| 21 |
+
"wikitext2": 8.166712760925293
|
| 22 |
+
},
|
| 23 |
+
"ctx_4096": {
|
| 24 |
+
"wikitext2": 7.6312713623046875
|
| 25 |
+
},
|
| 26 |
+
"ctx_8192": {
|
| 27 |
+
"wikitext2": 7.3152079582214355
|
| 28 |
+
}
|
| 29 |
+
}
|
| 30 |
+
```
|