bartowski commited on
Commit
af2298a
1 Parent(s): c9a7a96

measurement.json

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