IHaBiS commited on
Commit
e28e96e
1 Parent(s): d78ab7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -8,6 +8,20 @@ language:
8
  - ko
9
  pipeline_tag: text-generation
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  # PiVoT-0.1-early
13
 
 
8
  - ko
9
  pipeline_tag: text-generation
10
  ---
11
+ ## Exl2 version of [maywell/PiVoT-0.1-early](https://huggingface.co/maywell/PiVoT-0.1-early)
12
+
13
+ ## branch
14
+ main : 8bpw h8
15
+ 6bh8 : 6bpw h8
16
+ 4bh8 : 4bpw h8
17
+
18
+ Using [VMware/open-instruct](https://huggingface.co/datasets/VMware/open-instruct/viewer) as dataset
19
+
20
+ Quantization settings : python convert.py -i models/maywell_PiVoT-0.1-Evil-a -o PiVoT-0.1-Evil-a-temp -cf PiVoT-0.1-Evil-a-8bpw-h8-exl2 -c 0000.parquet -l 4096 -b 8 -hb 8
21
+ python convert.py -i models/maywell_PiVoT-0.1-Evil-a -o PiVoT-0.1-Evil-a-temp2 -cf PiVoT-0.1-Evil-a-6bpw-h8-exl2 -c 0000.parquet -l 4096 -b 6 -hb 8 -m PiVoT-0.1-Evil-a-temp/measurement.json
22
+ python convert.py -i models/maywell_PiVoT-0.1-Evil-a -o PiVoT-0.1-Evil-a-temp3 -cf PiVoT-0.1-Evil-a-4bpw-h8-exl2 -c 0000.parquet -l 4096 -b 4 -hb 8 -m PiVoT-0.1-Evil-a-temp/measurement.json
23
+
24
+ ### below this line is original readme
25
 
26
  # PiVoT-0.1-early
27