tsumeone commited on
Commit
7204437
1 Parent(s): 0aa472a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -7,8 +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
- | Eval | Score |
11
- | --------- | ----- |
12
- | WikiText2 | 4.66 |
13
- | PTB | 17.64 |
14
- | 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