bartowski commited on
Commit
caf1983
1 Parent(s): aadda3d

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +90 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: gemma-terms-of-use
4
+ license_link: https://ai.google.dev/gemma/terms
5
+ base_model: HuggingFaceH4/zephyr-7b-gemma-sft-v0.1
6
+ tags:
7
+ - alignment-handbook
8
+ - trl
9
+ - dpo
10
+ - generated_from_trainer
11
+ datasets:
12
+ - argilla/dpo-mix-7k
13
+ pipeline_tag: text-generation
14
+ model-index:
15
+ - name: zephyr-7b-gemma
16
+ results:
17
+ # MT-Bench (taken from model card)
18
+ - task:
19
+ type: text-generation
20
+ name: Text Generation
21
+ dataset:
22
+ name: MT-Bench
23
+ type: unknown
24
+ metrics:
25
+ - type: unknown
26
+ name: score
27
+ value: 7.81
28
+ source:
29
+ url: https://huggingface.co/spaces/lmsys/mt-bench
30
+ quantized_by: bartowski
31
+ ---
32
+
33
+ ## Exllama v2 Quantizations of zephyr-7b-gemma-v0.1
34
+
35
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.14">turboderp's ExLlamaV2 v0.0.14</a> for quantization.
36
+
37
+ <b>The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)</b>
38
+
39
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
40
+
41
+ Original model: https://huggingface.co/HuggingFaceH4/zephyr-7b-gemma-v0.1
42
+
43
+ No GQA - VRAM requirements will be higher
44
+
45
+ | Branch | Bits | lm_head bits | Size (4k) | Size (16k) | Description |
46
+ | -------------------------------------------------------------- | ---- | ------------ | --------- | ---------- | ----------- |
47
+ | [8_0](https://huggingface.co/bartowski/zephyr-7b-gemma-v0.1-exl2/tree/8_0) | 8.0 | 8.0 | 14.0 GB | 19.4 GB | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
48
+ | [6_5](https://huggingface.co/bartowski/zephyr-7b-gemma-v0.1-exl2/tree/6_5) | 6.5 | 8.0 | 12.5 GB | 17.9 GB | Near unquantized performance at vastly reduced size, **recommended**. |
49
+ | [5_0](https://huggingface.co/bartowski/zephyr-7b-gemma-v0.1-exl2/tree/5_0) | 5.0 | 6.0 | 10.9 GB | 16.3 GB | Slightly lower quality vs 6.5, but usable on 8GB cards with 4k context. |
50
+ | [4_25](https://huggingface.co/bartowski/zephyr-7b-gemma-v0.1-exl2/tree/4_25) | 4.25 | 6.0 | 10.2 GB | 15.7 GB | GPTQ equivalent bits per weight. |
51
+ | [3_5](https://huggingface.co/bartowski/zephyr-7b-gemma-v0.1-exl2/tree/3_5) | 3.5 | 6.0 | 9.5 GB | 14.9 GB | Lower quality, not recommended. |
52
+
53
+ ## Download instructions
54
+
55
+ With git:
56
+
57
+ ```shell
58
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/zephyr-7b-gemma-v0.1-exl2 zephyr-7b-gemma-v0.1-exl2-6_5
59
+ ```
60
+
61
+ With huggingface hub (credit to TheBloke for instructions):
62
+
63
+ ```shell
64
+ pip3 install huggingface-hub
65
+ ```
66
+
67
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `zephyr-7b-gemma-v0.1-exl2`:
68
+
69
+ ```shell
70
+ mkdir zephyr-7b-gemma-v0.1-exl2
71
+ huggingface-cli download bartowski/zephyr-7b-gemma-v0.1-exl2 --local-dir zephyr-7b-gemma-v0.1-exl2 --local-dir-use-symlinks False
72
+ ```
73
+
74
+ To download from a different branch, add the `--revision` parameter:
75
+
76
+ Linux:
77
+
78
+ ```shell
79
+ mkdir zephyr-7b-gemma-v0.1-exl2-6_5
80
+ huggingface-cli download bartowski/zephyr-7b-gemma-v0.1-exl2 --revision 6_5 --local-dir zephyr-7b-gemma-v0.1-exl2-6_5 --local-dir-use-symlinks False
81
+ ```
82
+
83
+ Windows (which apparently doesn't like _ in folders sometimes?):
84
+
85
+ ```shell
86
+ mkdir zephyr-7b-gemma-v0.1-exl2-6.5
87
+ huggingface-cli download bartowski/zephyr-7b-gemma-v0.1-exl2 --revision 6_5 --local-dir zephyr-7b-gemma-v0.1-exl2-6.5 --local-dir-use-symlinks False
88
+ ```
89
+
90
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
measurement.json ADDED
The diff for this file is too large to render. See raw diff