Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ This one is without groupsize to save on VRAM, so that you can enjoy the full 20
|
|
7 |
Command used to quantize:
|
8 |
```python llama.py c:\llama-30b-supercot c4 --wbits 4 --act-order --true-sequential --save_safetensors 4bit.safetensors```
|
9 |
|
10 |
-
Evaluation & Score (Lower is better)
|
11 |
-
WikiText2: 4.66
|
12 |
-
PTB: 17.64
|
13 |
-
C4: 6.50
|
|
|
7 |
Command used to quantize:
|
8 |
```python llama.py c:\llama-30b-supercot c4 --wbits 4 --act-order --true-sequential --save_safetensors 4bit.safetensors```
|
9 |
|
10 |
+
Evaluation & Score (Lower is better):
|
11 |
+
* WikiText2: 4.66
|
12 |
+
* PTB: 17.64
|
13 |
+
* C4: 6.50
|