bartowski commited on
Commit
81a40d7
1 Parent(s): 2b9816b

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
3
+ license: apache-2.0
4
+ quantized_by: bartowski
5
+ pipeline_tag: text-generation
6
+ ---
7
+
8
+ ## Exllama v2 Quantizations of Cerebrum-1.0-8x7b
9
+
10
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.16">turboderp's ExLlamaV2 v0.0.16</a> for quantization.
11
+
12
+ ## The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)
13
+
14
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
15
+
16
+ Conversion was done using the default calibration dataset.
17
+
18
+ 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.
19
+
20
+ Original model: https://huggingface.co/AetherResearch/Cerebrum-1.0-8x7b
21
+
22
+
23
+ <a href="https://huggingface.co/bartowski/Cerebrum-1.0-8x7b-exl2/tree/6_5">6.5 bits per weight</a>
24
+
25
+ <a href="https://huggingface.co/bartowski/Cerebrum-1.0-8x7b-exl2/tree/5_0">5.0 bits per weight</a>
26
+
27
+ <a href="https://huggingface.co/bartowski/Cerebrum-1.0-8x7b-exl2/tree/4_25">4.25 bits per weight</a>
28
+
29
+ <a href="https://huggingface.co/bartowski/Cerebrum-1.0-8x7b-exl2/tree/3_75">3.75 bits per weight</a>
30
+
31
+ <a href="https://huggingface.co/bartowski/Cerebrum-1.0-8x7b-exl2/tree/3_5">3.5 bits per weight</a>
32
+
33
+ <a href="https://huggingface.co/bartowski/Cerebrum-1.0-8x7b-exl2/tree/3_0">3.0 bits per weight</a>
34
+
35
+
36
+ ## Download instructions
37
+
38
+ With git:
39
+
40
+ ```shell
41
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/Cerebrum-1.0-8x7b-exl2
42
+ ```
43
+
44
+ With huggingface hub (credit to TheBloke for instructions):
45
+
46
+ ```shell
47
+ pip3 install huggingface-hub
48
+ ```
49
+
50
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `Cerebrum-1.0-8x7b-exl2`:
51
+
52
+ ```shell
53
+ mkdir Cerebrum-1.0-8x7b-exl2
54
+ huggingface-cli download bartowski/Cerebrum-1.0-8x7b-exl2 --local-dir Cerebrum-1.0-8x7b-exl2 --local-dir-use-symlinks False
55
+ ```
56
+
57
+ To download from a different branch, add the `--revision` parameter:
58
+
59
+ Linux:
60
+
61
+ ```shell
62
+ mkdir Cerebrum-1.0-8x7b-exl2-6_5
63
+ huggingface-cli download bartowski/Cerebrum-1.0-8x7b-exl2 --revision 6_5 --local-dir Cerebrum-1.0-8x7b-exl2-6_5 --local-dir-use-symlinks False
64
+ ```
65
+
66
+ Windows (which apparently doesn't like _ in folders sometimes?):
67
+
68
+ ```shell
69
+ mkdir Cerebrum-1.0-8x7b-exl2-6.5
70
+ huggingface-cli download bartowski/Cerebrum-1.0-8x7b-exl2 --revision 6_5 --local-dir Cerebrum-1.0-8x7b-exl2-6.5 --local-dir-use-symlinks False
71
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff