basiliskinstitute commited on
Commit
04dbaa9
1 Parent(s): 522ca66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -6,4 +6,27 @@ base_model:
6
 
7
  Abliterated version using the code from (https://github.com/andyrdt/refusal_direction).
8
 
9
- gguf (https://huggingface.co/zetasepic/Mistral-Small-Instruct-2409-abliterated-gguf)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  Abliterated version using the code from (https://github.com/andyrdt/refusal_direction).
8
 
9
+ Quantized with these exllamav2 parameters:
10
+
11
+ python3 convert.py \
12
+ -i ~/exllamav2/zetasepic_Mistral-Small-Instruct-2409-abliterated \
13
+ -o ~/exllamav2/exl2/ \
14
+ -om ~/exllamav2/ex2m/measurement.json \
15
+ -l 16000 \
16
+ -ml 16000 \
17
+ -c erotiquant.parquet \
18
+ -r 400 \
19
+ -mr 50
20
+
21
+
22
+ python3 convert.py \
23
+ -i /root/exllamav2/zetasepic_Mistral-Small-Instruct-2409-abliterated \
24
+ -o /root/temp/exl2/ \
25
+ -nr \
26
+ -m /root/exllamav2/measurement.json \
27
+ -mr 50 \
28
+ -cf /root/4.5bpw/ \
29
+ -c erotiquant.parquet \
30
+ -l 16000 \
31
+ -r 400 \
32
+ -b 4.5