bartowski commited on
Commit
29a911f
1 Parent(s): 9576186

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +77 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - ajibawa-2023/OpenHermes-2.5-Code-290k
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ - finetune
10
+ - synthetic data
11
+ - text-generation-inference
12
+ - conversational
13
+ quantized_by: bartowski
14
+ pipeline_tag: text-generation
15
+ ---
16
+
17
+ ## Exllama v2 Quantizations of OpenHermes-2.5-Code-290k-13B
18
+
19
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.14">turboderp's ExLlamaV2 v0.0.14</a> for quantization.
20
+
21
+ <b>The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)</b>
22
+
23
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
24
+
25
+ Original model: https://huggingface.co/ajibawa-2023/OpenHermes-2.5-Code-290k-13B
26
+
27
+ No GQA - VRAM requirements will be higher
28
+
29
+ | Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | Description |
30
+ | ----- | ---- | ------- | ------ | ------ | ------------ |
31
+ | [8_0](https://huggingface.co/bartowski/OpenHermes-2.5-Code-290k-13B-exl2/tree/8_0) | 8.0 | 8.0 | 16.8 GB | 26.2 GB | Near unquantized performance at vastly reduced size, **recommended**. |
32
+ | [6_5](https://huggingface.co/bartowski/OpenHermes-2.5-Code-290k-13B-exl2/tree/6_5) | 6.5 | 8.0 | 14.4 GB | 24.0 GB | Near unquantized performance at vastly reduced size, **recommended**. |
33
+ | [5_0](https://huggingface.co/bartowski/OpenHermes-2.5-Code-290k-13B-exl2/tree/5_0) | 5.0 | 6.0 | 12.1 GB | 21.7 GB | Slightly lower perplexity vs 6.5, can fit in 12 GB card with even lower context. |
34
+ | [4_25](https://huggingface.co/bartowski/OpenHermes-2.5-Code-290k-13B-exl2/tree/4_25) | 4.25 | 6.0 | 10.9 GB | 20.5 GB | GPTQ equivalent bits per weight. |
35
+ | [3_75](https://huggingface.co/bartowski/OpenHermes-2.5-Code-290k-13B-exl2/tree/3_75) | 3.75 | 6.0 | 10.1 GB | 19.7 GB | Lower quality but still generally usable. |
36
+ | [3_0](https://huggingface.co/bartowski/OpenHermes-2.5-Code-290k-13B-exl2/tree/3_0) | 3.0 | 6.0 | 9.1 GB | 18.7 GB | Very low quality, not recommended unless you have to. |
37
+
38
+ VRAM requirements listed for both 4k context and 16k context since without GQA the differences are massive (9.6 GB)
39
+
40
+ ## Download instructions
41
+
42
+ With git:
43
+
44
+ ```shell
45
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/OpenHermes-2.5-Code-290k-13B-exl2 OpenHermes-2.5-Code-290k-13B-exl2-6_5
46
+ ```
47
+
48
+ With huggingface hub (credit to TheBloke for instructions):
49
+
50
+ ```shell
51
+ pip3 install huggingface-hub
52
+ ```
53
+
54
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `OpenHermes-2.5-Code-290k-13B-exl2`:
55
+
56
+ ```shell
57
+ mkdir OpenHermes-2.5-Code-290k-13B-exl2
58
+ huggingface-cli download bartowski/OpenHermes-2.5-Code-290k-13B-exl2 --local-dir OpenHermes-2.5-Code-290k-13B-exl2 --local-dir-use-symlinks False
59
+ ```
60
+
61
+ To download from a different branch, add the `--revision` parameter:
62
+
63
+ Linux:
64
+
65
+ ```shell
66
+ mkdir OpenHermes-2.5-Code-290k-13B-exl2-6_5
67
+ huggingface-cli download bartowski/OpenHermes-2.5-Code-290k-13B-exl2 --revision 6_5 --local-dir OpenHermes-2.5-Code-290k-13B-exl2-6_5 --local-dir-use-symlinks False
68
+ ```
69
+
70
+ Windows (which apparently doesn't like _ in folders sometimes?):
71
+
72
+ ```shell
73
+ mkdir OpenHermes-2.5-Code-290k-13B-exl2-6.5
74
+ huggingface-cli download bartowski/OpenHermes-2.5-Code-290k-13B-exl2 --revision 6_5 --local-dir OpenHermes-2.5-Code-290k-13B-exl2-6.5 --local-dir-use-symlinks False
75
+ ```
76
+
77
+ 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