IHaBiS commited on
Commit
6936cea
1 Parent(s): 99bcea0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,6 +1,23 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  # PiVot-MoE
5
  ![img](./PiVoT-MoE.png)
6
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+ ## Exl2 version of [maywell/PiVoT-MoE](https://huggingface.co/maywell/PiVoT-MoE)
5
+
6
+ ## branch
7
+ main : 2.4bpw h8
8
+ 3bh8 : 3bpw h8
9
+ 4bh8 : 4bpw h8
10
+ 6bh8 : 6bpw h8
11
+ 8bh8 : 8bpw h8
12
+
13
+ Using ThePile [0007.parquet](https://huggingface.co/datasets/EleutherAI/the_pile_deduplicated/resolve/refs%2Fconvert%2Fparquet/default/train/0007.parquet) as dataset
14
+
15
+ Quantization settings : ```python convert.py -i models/maywell_PiVoT-MoE -o PiVoT-MoE-temp -cf PiVoT-MoE-8bpw-h8-exl2 -c 0007.parquet -l 8192 -b 8 -hb 8 -ml 8192```
16
+ ```python convert.py -i models/maywell_PiVoT-MoE -o PiVoT-MoE-temp2 -cf PiVoT-MoE-6bpw-h8-exl2 -c 0007.parquet -l 8192 -b 6 -hb 8 -m PiVoT-MoE-temp/measurement.json -ml 8192```
17
+ ```python convert.py -i models/maywell_PiVoT-MoE -o PiVoT-MoE-temp3 -cf PiVoT-MoE-4bpw-h8-exl2 -c 0007.parquet -l 8192 -b 4 -hb 8 -m PiVoT-MoE-temp/measurement.json -ml 8192```
18
+ ```python convert.py -i models/maywell_PiVoT-MoE -o PiVoT-MoE-temp4 -cf PiVoT-MoE-3bpw-h8-exl2 -c 0007.parquet -l 8192 -b 3 -hb 8 -m PiVoT-MoE-temp/measurement.json -ml 8192```
19
+ ```python convert.py -i models/maywell_PiVoT-MoE -o PiVoT-MoE-temp5 -cf PiVoT-MoE-2.4bpw-h8-exl2 -c 0007.parquet -l 8192 -b 2.4 -hb 8 -m PiVoT-MoE-temp/measurement.json -ml 8192```
20
+ ### below this line is original readme
21
  # PiVot-MoE
22
  ![img](./PiVoT-MoE.png)
23