bartowski commited on
Commit
2760078
1 Parent(s): 914afae

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +176 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - merge
5
+ - mergekit
6
+ - lazymergekit
7
+ - Kukedlc/NeuralKrishna-7B-v3
8
+ - Kukedlc/NeuralMarioMonarch-7B-slerp
9
+ - liminerity/M7-7b
10
+ base_model:
11
+ - Kukedlc/NeuralKrishna-7B-v3
12
+ - Kukedlc/NeuralMarioMonarch-7B-slerp
13
+ - liminerity/M7-7b
14
+ model-index:
15
+ - name: NeuralSirKrishna-7b
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: AI2 Reasoning Challenge (25-Shot)
22
+ type: ai2_arc
23
+ config: ARC-Challenge
24
+ split: test
25
+ args:
26
+ num_few_shot: 25
27
+ metrics:
28
+ - type: acc_norm
29
+ value: 73.72
30
+ name: normalized accuracy
31
+ source:
32
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Kukedlc/NeuralSirKrishna-7b
33
+ name: Open LLM Leaderboard
34
+ - task:
35
+ type: text-generation
36
+ name: Text Generation
37
+ dataset:
38
+ name: HellaSwag (10-Shot)
39
+ type: hellaswag
40
+ split: validation
41
+ args:
42
+ num_few_shot: 10
43
+ metrics:
44
+ - type: acc_norm
45
+ value: 89.05
46
+ name: normalized accuracy
47
+ source:
48
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Kukedlc/NeuralSirKrishna-7b
49
+ name: Open LLM Leaderboard
50
+ - task:
51
+ type: text-generation
52
+ name: Text Generation
53
+ dataset:
54
+ name: MMLU (5-Shot)
55
+ type: cais/mmlu
56
+ config: all
57
+ split: test
58
+ args:
59
+ num_few_shot: 5
60
+ metrics:
61
+ - type: acc
62
+ value: 64.63
63
+ name: accuracy
64
+ source:
65
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Kukedlc/NeuralSirKrishna-7b
66
+ name: Open LLM Leaderboard
67
+ - task:
68
+ type: text-generation
69
+ name: Text Generation
70
+ dataset:
71
+ name: TruthfulQA (0-shot)
72
+ type: truthful_qa
73
+ config: multiple_choice
74
+ split: validation
75
+ args:
76
+ num_few_shot: 0
77
+ metrics:
78
+ - type: mc2
79
+ value: 75.6
80
+ source:
81
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Kukedlc/NeuralSirKrishna-7b
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: Winogrande (5-shot)
88
+ type: winogrande
89
+ config: winogrande_xl
90
+ split: validation
91
+ args:
92
+ num_few_shot: 5
93
+ metrics:
94
+ - type: acc
95
+ value: 85.32
96
+ name: accuracy
97
+ source:
98
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Kukedlc/NeuralSirKrishna-7b
99
+ name: Open LLM Leaderboard
100
+ - task:
101
+ type: text-generation
102
+ name: Text Generation
103
+ dataset:
104
+ name: GSM8k (5-shot)
105
+ type: gsm8k
106
+ config: main
107
+ split: test
108
+ args:
109
+ num_few_shot: 5
110
+ metrics:
111
+ - type: acc
112
+ value: 71.27
113
+ name: accuracy
114
+ source:
115
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Kukedlc/NeuralSirKrishna-7b
116
+ name: Open LLM Leaderboard
117
+ quantized_by: bartowski
118
+ pipeline_tag: text-generation
119
+ ---
120
+
121
+ ## Exllama v2 Quantizations of NeuralSirKrishna-7b
122
+
123
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.15">turboderp's ExLlamaV2 v0.0.15</a> for quantization.
124
+
125
+ <b>The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)</b>
126
+
127
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
128
+
129
+ Original model: https://huggingface.co/Kukedlc/NeuralSirKrishna-7b/
130
+
131
+ | Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | VRAM (32k) | Description |
132
+ | ----- | ---- | ------- | ------ | ------ | ------ | ------------ |
133
+ | [8_0](https://huggingface.co/bartowski/NeuralSirKrishna-7b-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. |
134
+ | [6_5](https://huggingface.co/bartowski/NeuralSirKrishna-7b-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**. |
135
+ | [5_0](https://huggingface.co/bartowski/NeuralSirKrishna-7b-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. |
136
+ | [4_25](https://huggingface.co/bartowski/NeuralSirKrishna-7b-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. |
137
+ | [3_5](https://huggingface.co/bartowski/NeuralSirKrishna-7b-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. |
138
+
139
+ ## Download instructions
140
+
141
+ With git:
142
+
143
+ ```shell
144
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/NeuralSirKrishna-7b-exl2 NeuralSirKrishna-7b-exl2-6_5
145
+ ```
146
+
147
+ With huggingface hub (credit to TheBloke for instructions):
148
+
149
+ ```shell
150
+ pip3 install huggingface-hub
151
+ ```
152
+
153
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `NeuralSirKrishna-7b-exl2`:
154
+
155
+ ```shell
156
+ mkdir NeuralSirKrishna-7b-exl2
157
+ huggingface-cli download bartowski/NeuralSirKrishna-7b-exl2 --local-dir NeuralSirKrishna-7b-exl2 --local-dir-use-symlinks False
158
+ ```
159
+
160
+ To download from a different branch, add the `--revision` parameter:
161
+
162
+ Linux:
163
+
164
+ ```shell
165
+ mkdir NeuralSirKrishna-7b-exl2-6_5
166
+ huggingface-cli download bartowski/NeuralSirKrishna-7b-exl2 --revision 6_5 --local-dir NeuralSirKrishna-7b-exl2-6_5 --local-dir-use-symlinks False
167
+ ```
168
+
169
+ Windows (which apparently doesn't like _ in folders sometimes?):
170
+
171
+ ```shell
172
+ mkdir NeuralSirKrishna-7b-exl2-6.5
173
+ huggingface-cli download bartowski/NeuralSirKrishna-7b-exl2 --revision 6_5 --local-dir NeuralSirKrishna-7b-exl2-6.5 --local-dir-use-symlinks False
174
+ ```
175
+
176
+ 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