bartowski commited on
Commit
b9e9ee6
1 Parent(s): 6da0875

Main branch

Browse files
Files changed (2) hide show
  1. README.md +44 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ quantized_by: bartowski
3
+ pipeline_tag: text-generation
4
+ ---
5
+
6
+ ## Exllama v2 Quantizations of Sensei-7B-V1
7
+
8
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.11">turboderp's ExLlamaV2 v0.0.11</a> for quantization.
9
+
10
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
11
+
12
+ Conversion was done using the default calibration dataset.
13
+
14
+ Default arguments used except when the bits per weight is above 6.0, at that point the lm_head layer is quantized at 8 bits per weight instead of the default 6.
15
+
16
+ Original model: https://huggingface.co/SciPhi/Sensei-7B-V1
17
+
18
+ ## Download instructions
19
+
20
+ With git:
21
+
22
+ ```shell
23
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/Sensei-7B-V1-exl2
24
+ ```
25
+
26
+ With huggingface hub (credit to TheBloke for instructions):
27
+
28
+ ```shell
29
+ pip3 install huggingface-hub
30
+ ```
31
+
32
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `Sensei-7B-V1-exl2`:
33
+
34
+ ```shell
35
+ mkdir Sensei-7B-V1-exl2
36
+ huggingface-cli download bartowski/Sensei-7B-V1-exl2 --local-dir Sensei-7B-V1-exl2 --local-dir-use-symlinks False
37
+ ```
38
+
39
+ To download from a different branch, add the `--revision` parameter:
40
+
41
+ ```shell
42
+ mkdir Sensei-7B-V1-exl2
43
+ huggingface-cli download bartowski/Sensei-7B-V1-exl2 --revision 4_0 --local-dir Sensei-7B-V1-exl2 --local-dir-use-symlinks False
44
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff