chiaraboretti commited on
Commit
606a3b8
·
verified ·
1 Parent(s): e9f1502

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -55,9 +55,9 @@ Results below are measured on the **WikiText-2 test set**.
55
 
56
  | Method | Bits | Size (GB) | Perplexity ↓ |
57
  |----------|--------|------------|----------------|
58
- | Baseline (FP16) | FP16 | 7.50 | 10.1019 |
59
- | Baseline + Q3_K_S | 3-bit | 1.76 | 11.3619 |
60
- | **PreSINQ + Q3_K_S** | 3-bit | 1.76 | **10.6786** |
61
 
62
  However, you can generate good PreSINQ models (not the best one) faster by reducing the number of configurations explored during the PreSINQ script execution.
63
 
 
55
 
56
  | Method | Bits | Size (GB) | Perplexity ↓ |
57
  |----------|--------|------------|----------------|
58
+ | Baseline (FP16) | FP16 | 15.26 | 10.1019 |
59
+ | Baseline + Q3_K_S | 3-bit | 3.77 | 11.3619 |
60
+ | **PreSINQ + Q3_K_S** | 3-bit | 3.77 | **10.6786** |
61
 
62
  However, you can generate good PreSINQ models (not the best one) faster by reducing the number of configurations explored during the PreSINQ script execution.
63