Text Generation
Transformers
English
code
Eval Results
Inference Endpoints
bartowski commited on
Commit
6d0adf3
1 Parent(s): e647513

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +92 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ datasets:
7
+ - jondurbin/airoboros-2.2
8
+ - Open-Orca/OpenOrca
9
+ - garage-bAInd/Open-Platypus
10
+ - WizardLM/WizardLM_evol_instruct_V2_196k
11
+ - TokenBender/python_eval_instruct_51k
12
+ tags:
13
+ - code
14
+ license: apache-2.0
15
+ model-index:
16
+ - name: SpeechlessCoder
17
+ results:
18
+ - task:
19
+ type: text-generation
20
+ dataset:
21
+ type: openai_humaneval
22
+ name: HumanEval
23
+ metrics:
24
+ - name: pass@1
25
+ type: pass@1
26
+ value:
27
+ verified: false
28
+ quantized_by: bartowski
29
+ ---
30
+
31
+ ## Exllama v2 Quantizations of speechless-instruct-mistral-7b-v0.2
32
+
33
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.21">turboderp's ExLlamaV2 v0.0.21</a> for quantization.
34
+
35
+ <b>The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)</b>
36
+
37
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
38
+
39
+ Original model: https://huggingface.co/uukuguy/speechless-instruct-mistral-7b-v0.2
40
+
41
+ ## Prompt format
42
+
43
+ No chat template specified so default is used. This may be incorrect, check original model card for details.
44
+
45
+ ```
46
+ <s> [INST] <<SYS>>
47
+ {system_prompt}
48
+ <</SYS>>
49
+
50
+ {prompt} [/INST] </s>
51
+ ```
52
+
53
+ ## Available sizes
54
+
55
+
56
+ | Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
57
+ | ----- | ---- | ------- | ------ | ------ | ------ | ------------ |
58
+ | [8_0](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-exl2/tree/8_0) | 8.0 | 8.0 | 8.4 GB | 9.8 GB | 11.8 GB | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
59
+ | [6_5](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-exl2/tree/6_5) | 6.5 | 8.0 | 7.2 GB | 8.6 GB | 10.6 GB | Very similar to 8.0, good tradeoff of size vs performance, **recommended**. |
60
+ | [5_0](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-exl2/tree/5_0) | 5.0 | 6.0 | 6.0 GB | 7.4 GB | 9.4 GB | Slightly lower quality vs 6.5, but usable on 8GB cards. |
61
+ | [4_25](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-exl2/tree/4_25) | 4.25 | 6.0 | 5.3 GB | 6.7 GB | 8.7 GB | GPTQ equivalent bits per weight, slightly higher quality. |
62
+ | [3_5](https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-exl2/tree/3_5) | 3.5 | 6.0 | 4.7 GB | 6.1 GB | 8.1 GB | Lower quality, only use if you have to. |
63
+
64
+ ## Download instructions
65
+
66
+ With git:
67
+
68
+ ```shell
69
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/speechless-instruct-mistral-7b-v0.2-exl2 speechless-instruct-mistral-7b-v0.2-exl2-6_5
70
+ ```
71
+
72
+ With huggingface hub (credit to TheBloke for instructions):
73
+
74
+ ```shell
75
+ pip3 install huggingface-hub
76
+ ```
77
+
78
+ To download a specific branch, use the `--revision` parameter. For example, to download the 6.5 bpw branch:
79
+
80
+ Linux:
81
+
82
+ ```shell
83
+ huggingface-cli download bartowski/speechless-instruct-mistral-7b-v0.2-exl2 --revision 6_5 --local-dir speechless-instruct-mistral-7b-v0.2-exl2-6_5
84
+ ```
85
+
86
+ Windows (which apparently doesn't like _ in folders sometimes?):
87
+
88
+ ```shell
89
+ huggingface-cli download bartowski/speechless-instruct-mistral-7b-v0.2-exl2 --revision 6_5 --local-dir speechless-instruct-mistral-7b-v0.2-exl2-6.5
90
+ ```
91
+
92
+ 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