Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<p><strong>Information</strong></p>
|
2 |
+
Alpaca 30B 4-bit. It's working with the newest GPTQ. Quantized using --true-sequential and --groupsize 128 optimizations.
|
3 |
+
This was made using Chansung's 30B Alpaca Lora: https://huggingface.co/chansung/alpaca-lora-30b
|
4 |
+
|
5 |
+
<p><strong>Benchmarks</strong></p>
|
6 |
+
Wikitext2: 4.37
|
7 |
+
|
8 |
+
Ptb: 7.58
|
9 |
+
|
10 |
+
C4: 6.19
|
11 |
+
|
12 |
+
Note: This version uses grouping, therefore evaluations are better. However, this version takes up more VRAM.
|