bartowski commited on
Commit
21dc8b4
1 Parent(s): bc2c917

Main branch

Browse files
Files changed (2) hide show
  1. README.md +53 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ language:
5
+ - en
6
+ tags:
7
+ - mistral
8
+ - merge
9
+ - zephyr
10
+ - openchat
11
+ quantized_by: bartowski
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
+ ## Exllama v2 Quantizations of OpenZephyrChat
16
+
17
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.10">turboderp's ExLlamaV2 v0.0.10</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 VMWareOpenInstruct.parquet as calibration dataset.
22
+
23
+ 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.
24
+
25
+ Original model: https://huggingface.co/Fredithefish/OpenZephyrChat
26
+
27
+ ## Download instructions
28
+
29
+ With git:
30
+
31
+ ```shell
32
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/OpenZephyrChat-exl2
33
+ ```
34
+
35
+ With huggingface hub (credit to TheBloke for instructions):
36
+
37
+ ```shell
38
+ pip3 install huggingface-hub
39
+ ```
40
+
41
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `OpenZephyrChat-exl2`:
42
+
43
+ ```shell
44
+ mkdir OpenZephyrChat-exl2
45
+ huggingface-cli download bartowski/OpenZephyrChat-exl2 --local-dir OpenZephyrChat-exl2 --local-dir-use-symlinks False
46
+ ```
47
+
48
+ To download from a different branch, add the `--revision` parameter:
49
+
50
+ ```shell
51
+ mkdir OpenZephyrChat-exl2
52
+ huggingface-cli download bartowski/OpenZephyrChat-exl2 --revision 4_0 --local-dir OpenZephyrChat-exl2 --local-dir-use-symlinks False
53
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff