English
bartowski commited on
Commit
924e790
1 Parent(s): 66b85fc

Main branch

Browse files
Files changed (2) hide show
  1. README.md +48 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: mistralai/Mistral-7B-v0.1
4
+ datasets:
5
+ - ehartford/dolphin
6
+ - jondurbin/airoboros-2.2.1
7
+ language:
8
+ - en
9
+ quantized_by: bartowski
10
+ ---
11
+
12
+ ## Exllama v2 Quantizations of dolphin-2.2.1-mistral-7b
13
+
14
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.7">turboderp's ExLlamaV2 v0.0.7</a> for quantization.
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 wikitext.parquet as calibration dataset.
19
+
20
+ Original model: https://huggingface.co/ehartford/dolphin-2.2.1-mistral-7b
21
+
22
+ ## Download instructions
23
+
24
+ With git:
25
+
26
+ ```shell
27
+ git clone --single-branch --branch 4.0 https://huggingface.co/bartowski/dolphin-2.2.1-mistral-7b-exl2
28
+ ```
29
+
30
+ With huggingface hub (credit to TheBloke for instructions):
31
+
32
+ ```shell
33
+ pip3 install huggingface-hub
34
+ ```
35
+
36
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `dolphin-2.2.1-mistral-7b-exl2`:
37
+
38
+ ```shell
39
+ mkdir dolphin-2.2.1-mistral-7b-exl2
40
+ huggingface-cli download bartowski/dolphin-2.2.1-mistral-7b-exl2 --local-dir dolphin-2.2.1-mistral-7b-exl2 --local-dir-use-symlinks False
41
+ ```
42
+
43
+ To download from a different branch, add the `--revision` parameter:
44
+
45
+ ```shell
46
+ mkdir dolphin-2.2.1-mistral-7b-exl2
47
+ huggingface-cli download bartowski/dolphin-2.2.1-mistral-7b-exl2 --revision 4.0 --local-dir dolphin-2.2.1-mistral-7b-exl2 --local-dir-use-symlinks False
48
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff