MetaIX commited on
Commit
3412473
·
1 Parent(s): ec2d3e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1 +1,13 @@
1
- Llama 30B merged with Chansung's 30B Alpaca Lora. It's working with the newest GPTQ. Quantized using --true-sequential and --act-order optimizations.
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Information Alpaca 30B 4-bit. It's working with the newest GPTQ. Quantized using --true-sequential and --act-order optimizations.
2
+
3
+ This was made using Chansung's 30B Alpaca Lora: https://huggingface.co/chansung/alpaca-lora-30b
4
+
5
+ Benchmarks
6
+
7
+ Wikitext2: 4.58
8
+
9
+ Ptb: 7.71
10
+
11
+ C4: 6.32
12
+
13
+ Note: This version does not use grouping, therefore evaluations are minimally higher. However, this version allows fitting the whole model at full context using only 24GB VRAM