bartowski commited on
Commit
cbfe5aa
1 Parent(s): fbb9177

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
+ license: apache-2.0
3
+ tags:
4
+ - mixtral
5
+ - finetune
6
+ quantized_by: bartowski
7
+ pipeline_tag: text-generation
8
+ ---
9
+
10
+ ## Exllama v2 Quantizations of Smaug-Mixtral-v0.1
11
+
12
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.13">turboderp's ExLlamaV2 v0.0.13</a> for quantization.
13
+
14
+ ## The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)
15
+
16
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
17
+
18
+ Conversion was done using the default calibration dataset.
19
+
20
+ 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.
21
+
22
+ Original model: https://huggingface.co/abacusai/Smaug-Mixtral-v0.1
23
+
24
+
25
+ <a href="https://huggingface.co/bartowski/Smaug-Mixtral-v0.1-exl2/tree/6_5">6.5 bits per weight</a>
26
+
27
+ <a href="https://huggingface.co/bartowski/Smaug-Mixtral-v0.1-exl2/tree/4_25">4.25 bits per weight</a>
28
+
29
+ <a href="https://huggingface.co/bartowski/Smaug-Mixtral-v0.1-exl2/tree/3_75">3.75 bits per weight</a>
30
+
31
+ <a href="https://huggingface.co/bartowski/Smaug-Mixtral-v0.1-exl2/tree/3_5">3.5 bits per weight</a>
32
+
33
+ <a href="https://huggingface.co/bartowski/Smaug-Mixtral-v0.1-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/Smaug-Mixtral-v0.1-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 `Smaug-Mixtral-v0.1-exl2`:
51
+
52
+ ```shell
53
+ mkdir Smaug-Mixtral-v0.1-exl2
54
+ huggingface-cli download bartowski/Smaug-Mixtral-v0.1-exl2 --local-dir Smaug-Mixtral-v0.1-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 Smaug-Mixtral-v0.1-exl2-6_5
63
+ huggingface-cli download bartowski/Smaug-Mixtral-v0.1-exl2 --revision 6_5 --local-dir Smaug-Mixtral-v0.1-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 Smaug-Mixtral-v0.1-exl2-6.5
70
+ huggingface-cli download bartowski/Smaug-Mixtral-v0.1-exl2 --revision 6_5 --local-dir Smaug-Mixtral-v0.1-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