bartowski commited on
Commit
79e138b
1 Parent(s): 720d96e

Main branch

Browse files
Files changed (2) hide show
  1. README.md +51 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - ehartford/dolphin
4
+ - jondurbin/airoboros-2.2.1
5
+ - ehartford/samantha-data
6
+ - ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
7
+ language:
8
+ - en
9
+ license: other
10
+ license_name: yi-license
11
+ license_link: LICENSE
12
+ quantized_by: bartowski
13
+ ---
14
+
15
+ ## Exllama v2 Quantizations of dolphin-2_2-yi-34b
16
+
17
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.8">turboderp's ExLlamaV2 v0.0.8</a> for quantization.
18
+
19
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
20
+
21
+ Conversion was done using wikitext-103-raw-v1-test.parquet as calibration dataset.
22
+
23
+ Original model: https://huggingface.co/ehartford/dolphin-2_2-yi-34b
24
+
25
+ ## Download instructions
26
+
27
+ With git:
28
+
29
+ ```shell
30
+ git clone --single-branch --branch 4.0 https://huggingface.co/bartowski/dolphin-2_2-yi-34b-exl2
31
+ ```
32
+
33
+ With huggingface hub (credit to TheBloke for instructions):
34
+
35
+ ```shell
36
+ pip3 install huggingface-hub
37
+ ```
38
+
39
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `dolphin-2_2-yi-34b-exl2`:
40
+
41
+ ```shell
42
+ mkdir dolphin-2_2-yi-34b-exl2
43
+ huggingface-cli download bartowski/dolphin-2_2-yi-34b-exl2 --local-dir dolphin-2_2-yi-34b-exl2 --local-dir-use-symlinks False
44
+ ```
45
+
46
+ To download from a different branch, add the `--revision` parameter:
47
+
48
+ ```shell
49
+ mkdir dolphin-2_2-yi-34b-exl2
50
+ huggingface-cli download bartowski/dolphin-2_2-yi-34b-exl2 --revision 4.0 --local-dir dolphin-2_2-yi-34b-exl2 --local-dir-use-symlinks False
51
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff