TheBloke commited on
Commit
9179d11
·
1 Parent(s): 958fea8

Update for Transformers GPTQ support

Browse files
README.md CHANGED
@@ -4,17 +4,20 @@ license: other
4
  ---
5
 
6
  <!-- header start -->
7
- <div style="width: 100%;">
8
- <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
 
9
  </div>
10
  <div style="display: flex; justify-content: space-between; width: 100%;">
11
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
12
- <p><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
13
  </div>
14
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
15
- <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
16
  </div>
17
  </div>
 
 
18
  <!-- header end -->
19
 
20
  # Elinas' Chronos 13B GPTQ
@@ -146,6 +149,7 @@ It was created with group_size 128 to increase inference accuracy, but without -
146
  * Parameters: Groupsize = 128. Act Order / desc_act = False.
147
 
148
  <!-- footer start -->
 
149
  ## Discord
150
 
151
  For further support, and discussions on these models and AI in general, join us at:
@@ -165,12 +169,15 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
165
  * Patreon: https://patreon.com/TheBlokeAI
166
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
167
 
168
- **Special thanks to**: Luke from CarbonQuill, Aemon Algiz, Dmitriy Samsonov.
 
 
169
 
170
- **Patreon special mentions**: Pyrater, WelcomeToTheClub, Kalila, Mano Prime, Trenton Dambrowitz, Spiking Neurons AB, Pierre Kircher, Fen Risland, Kevin Schuppel, Luke, Rainer Wilmers, vamX, Gabriel Puliatti, Alex , Karl Bernard, Ajan Kanaga, Talal Aujan, Space Cruiser, ya boyyy, biorpg, Johann-Peter Hartmann, Asp the Wyvern, Ai Maven, Ghost , Preetika Verma, Nikolai Manek, trip7s trip, John Detwiler, Fred von Graf, Artur Olbinski, subjectnull, John Villwock, Junyu Yang, Rod A, Lone Striker, Chris McCloskey, Iucharbius , Matthew Berman, Illia Dulskyi, Khalefa Al-Ahmad, Imad Khwaja, chris gileta, Willem Michiel, Greatston Gnanesh, Derek Yates, K, Alps Aficionado, Oscar Rangel, David Flickinger, Luke Pendergrass, Deep Realms, Eugene Pentland, Cory Kujawski, terasurfer , Jonathan Leane, senxiiz, Joseph William Delisle, Sean Connelly, webtim, zynix , Nathan LeClaire.
171
 
172
  Thank you to all my generous patrons and donaters!
173
 
 
 
174
  <!-- footer end -->
175
 
176
  # Original model card: Kaio Ken's SuperHOT 8K
@@ -228,7 +235,7 @@ Your instruction or question here.
228
  [GGML Version provided by @TheBloke](https://huggingface.co/TheBloke/chronos-13B-GGML)
229
 
230
  <!--**Support My Development of New Models**
231
- <a href='https://ko-fi.com/Q5Q6MB734' target='_blank'><img height='36' style='border:0px;height:36px;'
232
  src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Support Development' /></a>-->
233
 
234
  --
@@ -311,11 +318,11 @@ Hyperparameters for the model architecture
311
  </tr>
312
  <tr>
313
  <th>Number of parameters</th><th>dimension</th><th>n heads</th><th>n layers</th><th>Learn rate</th><th>Batch size</th><th>n tokens</th>
314
- </tr>
315
  </thead>
316
- <tbody>
317
  <tr>
318
- <th>7B</th> <th>4096</th> <th>32</th> <th>32</th> <th>3.0E-04</th><th>4M</th><th>1T
319
  </tr>
320
  <tr>
321
  <th>13B</th><th>5120</th><th>40</th><th>40</th><th>3.0E-04</th><th>4M</th><th>1T
@@ -325,13 +332,13 @@ Hyperparameters for the model architecture
325
  </tr>
326
  <tr>
327
  <th>65B</th><th>8192</th><th>64</th><th>80</th><th>1.5.E-04</th><th>4M</th><th>1.4T
328
- </tr>
329
  </tbody>
330
  </table>
331
 
332
  *Table 1 - Summary of LLama Model Hyperparameters*
333
 
334
- We present our results on eight standard common sense reasoning benchmarks in the table below.
335
  <table>
336
  <thead>
337
  <tr>
@@ -339,23 +346,23 @@ We present our results on eight standard common sense reasoning benchmarks in th
339
  </tr>
340
  <tr>
341
  <th>Number of parameters</th> <th>BoolQ</th><th>PIQA</th><th>SIQA</th><th>HellaSwag</th><th>WinoGrande</th><th>ARC-e</th><th>ARC-c</th><th>OBQA</th><th>COPA</th>
342
- </tr>
343
  </thead>
344
- <tbody>
345
- <tr>
346
  <th>7B</th><th>76.5</th><th>79.8</th><th>48.9</th><th>76.1</th><th>70.1</th><th>76.7</th><th>47.6</th><th>57.2</th><th>93
347
- </th>
348
  <tr><th>13B</th><th>78.1</th><th>80.1</th><th>50.4</th><th>79.2</th><th>73</th><th>78.1</th><th>52.7</th><th>56.4</th><th>94
349
  </th>
350
  <tr><th>33B</th><th>83.1</th><th>82.3</th><th>50.4</th><th>82.8</th><th>76</th><th>81.4</th><th>57.8</th><th>58.6</th><th>92
351
  </th>
352
- <tr><th>65B</th><th>85.3</th><th>82.8</th><th>52.3</th><th>84.2</th><th>77</th><th>81.5</th><th>56</th><th>60.2</th><th>94</th></tr>
353
  </tbody>
354
  </table>
355
  *Table 2 - Summary of LLama Model Performance on Reasoning tasks*
356
 
357
 
358
- We present our results on bias in the table below. Note that lower value is better indicating lower bias.
359
 
360
 
361
  | No | Category | FAIR LLM |
 
4
  ---
5
 
6
  <!-- header start -->
7
+ <!-- 200823 -->
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
  </div>
11
  <div style="display: flex; justify-content: space-between; width: 100%;">
12
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
14
  </div>
15
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
17
  </div>
18
  </div>
19
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">TheBloke's LLM work is generously supported by a grant from <a href="https://a16z.com">andreessen horowitz (a16z)</a></p></div>
20
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
21
  <!-- header end -->
22
 
23
  # Elinas' Chronos 13B GPTQ
 
149
  * Parameters: Groupsize = 128. Act Order / desc_act = False.
150
 
151
  <!-- footer start -->
152
+ <!-- 200823 -->
153
  ## Discord
154
 
155
  For further support, and discussions on these models and AI in general, join us at:
 
169
  * Patreon: https://patreon.com/TheBlokeAI
170
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
171
 
172
+ **Special thanks to**: Aemon Algiz.
173
+
174
+ **Patreon special mentions**: Sam, theTransient, Jonathan Leane, Steven Wood, webtim, Johann-Peter Hartmann, Geoffrey Montalvo, Gabriel Tamborski, Willem Michiel, John Villwock, Derek Yates, Mesiah Bishop, Eugene Pentland, Pieter, Chadd, Stephen Murray, Daniel P. Andersen, terasurfer, Brandon Frisco, Thomas Belote, Sid, Nathan LeClaire, Magnesian, Alps Aficionado, Stanislav Ovsiannikov, Alex, Joseph William Delisle, Nikolai Manek, Michael Davis, Junyu Yang, K, J, Spencer Kim, Stefan Sabev, Olusegun Samson, transmissions 11, Michael Levine, Cory Kujawski, Rainer Wilmers, zynix, Kalila, Luke @flexchar, Ajan Kanaga, Mandus, vamX, Ai Maven, Mano Prime, Matthew Berman, subjectnull, Vitor Caleffi, Clay Pascal, biorpg, alfie_i, 阿明, Jeffrey Morgan, ya boyyy, Raymond Fosdick, knownsqashed, Olakabola, Leonard Tan, ReadyPlayerEmma, Enrico Ros, Dave, Talal Aujan, Illia Dulskyi, Sean Connelly, senxiiz, Artur Olbinski, Elle, Raven Klaugh, Fen Risland, Deep Realms, Imad Khwaja, Fred von Graf, Will Dee, usrbinkat, SuperWojo, Alexandros Triantafyllidis, Swaroop Kallakuri, Dan Guido, John Detwiler, Pedro Madruga, Iucharbius, Viktor Bowallius, Asp the Wyvern, Edmond Seymore, Trenton Dambrowitz, Space Cruiser, Spiking Neurons AB, Pyrater, LangChain4j, Tony Hughes, Kacper Wikieł, Rishabh Srivastava, David Ziegler, Luke Pendergrass, Andrey, Gabriel Puliatti, Lone Striker, Sebastain Graf, Pierre Kircher, Randy H, NimbleBox.ai, Vadim, danny, Deo Leter
175
 
 
176
 
177
  Thank you to all my generous patrons and donaters!
178
 
179
+ And thank you again to a16z for their generous grant.
180
+
181
  <!-- footer end -->
182
 
183
  # Original model card: Kaio Ken's SuperHOT 8K
 
235
  [GGML Version provided by @TheBloke](https://huggingface.co/TheBloke/chronos-13B-GGML)
236
 
237
  <!--**Support My Development of New Models**
238
+ <a href='https://ko-fi.com/Q5Q6MB734' target='_blank'><img height='36' style='border:0px;height:36px;'
239
  src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Support Development' /></a>-->
240
 
241
  --
 
318
  </tr>
319
  <tr>
320
  <th>Number of parameters</th><th>dimension</th><th>n heads</th><th>n layers</th><th>Learn rate</th><th>Batch size</th><th>n tokens</th>
321
+ </tr>
322
  </thead>
323
+ <tbody>
324
  <tr>
325
+ <th>7B</th> <th>4096</th> <th>32</th> <th>32</th> <th>3.0E-04</th><th>4M</th><th>1T
326
  </tr>
327
  <tr>
328
  <th>13B</th><th>5120</th><th>40</th><th>40</th><th>3.0E-04</th><th>4M</th><th>1T
 
332
  </tr>
333
  <tr>
334
  <th>65B</th><th>8192</th><th>64</th><th>80</th><th>1.5.E-04</th><th>4M</th><th>1.4T
335
+ </tr>
336
  </tbody>
337
  </table>
338
 
339
  *Table 1 - Summary of LLama Model Hyperparameters*
340
 
341
+ We present our results on eight standard common sense reasoning benchmarks in the table below.
342
  <table>
343
  <thead>
344
  <tr>
 
346
  </tr>
347
  <tr>
348
  <th>Number of parameters</th> <th>BoolQ</th><th>PIQA</th><th>SIQA</th><th>HellaSwag</th><th>WinoGrande</th><th>ARC-e</th><th>ARC-c</th><th>OBQA</th><th>COPA</th>
349
+ </tr>
350
  </thead>
351
+ <tbody>
352
+ <tr>
353
  <th>7B</th><th>76.5</th><th>79.8</th><th>48.9</th><th>76.1</th><th>70.1</th><th>76.7</th><th>47.6</th><th>57.2</th><th>93
354
+ </th>
355
  <tr><th>13B</th><th>78.1</th><th>80.1</th><th>50.4</th><th>79.2</th><th>73</th><th>78.1</th><th>52.7</th><th>56.4</th><th>94
356
  </th>
357
  <tr><th>33B</th><th>83.1</th><th>82.3</th><th>50.4</th><th>82.8</th><th>76</th><th>81.4</th><th>57.8</th><th>58.6</th><th>92
358
  </th>
359
+ <tr><th>65B</th><th>85.3</th><th>82.8</th><th>52.3</th><th>84.2</th><th>77</th><th>81.5</th><th>56</th><th>60.2</th><th>94</th></tr>
360
  </tbody>
361
  </table>
362
  *Table 2 - Summary of LLama Model Performance on Reasoning tasks*
363
 
364
 
365
+ We present our results on bias in the table below. Note that lower value is better indicating lower bias.
366
 
367
 
368
  | No | Category | FAIR LLM |
config.json CHANGED
@@ -1,28 +1,38 @@
1
  {
2
- "_name_or_path": "/workspace/superhot_process/chronos-13b/source",
3
- "architectures": [
4
- "LlamaForCausalLM"
5
- ],
6
- "bos_token_id": 1,
7
- "eos_token_id": 2,
8
- "hidden_act": "silu",
9
- "hidden_size": 5120,
10
- "initializer_range": 0.02,
11
- "intermediate_size": 13824,
12
- "max_position_embeddings": 8192,
13
- "model_type": "llama",
14
- "num_attention_heads": 40,
15
- "num_hidden_layers": 40,
16
- "pad_token_id": 0,
17
- "rms_norm_eps": 1e-06,
18
- "tie_word_embeddings": false,
19
- "torch_dtype": "float16",
20
- "transformers_version": "4.30.0.dev0",
21
- "use_cache": true,
22
- "vocab_size": 32000,
23
- "auto_map": {
24
- "AutoModel": "modelling_llama.LlamaModel",
25
- "AutoModelForCausalLM": "modelling_llama.LlamaForCausalLM",
26
- "AutoModelForSequenceClassification": "modelling_llama.LlamaForSequenceClassification"
27
- }
 
 
 
 
 
 
 
 
 
 
28
  }
 
1
  {
2
+ "_name_or_path": "/workspace/superhot_process/chronos-13b/source",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 5120,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 13824,
12
+ "max_position_embeddings": 8192,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 40,
15
+ "num_hidden_layers": 40,
16
+ "pad_token_id": 0,
17
+ "rms_norm_eps": 1e-06,
18
+ "tie_word_embeddings": false,
19
+ "torch_dtype": "float16",
20
+ "transformers_version": "4.30.0.dev0",
21
+ "use_cache": true,
22
+ "vocab_size": 32000,
23
+ "auto_map": {
24
+ "AutoModel": "modelling_llama.LlamaModel",
25
+ "AutoModelForCausalLM": "modelling_llama.LlamaForCausalLM",
26
+ "AutoModelForSequenceClassification": "modelling_llama.LlamaForSequenceClassification"
27
+ },
28
+ "quantization_config": {
29
+ "bits": 4,
30
+ "group_size": 128,
31
+ "damp_percent": 0.01,
32
+ "desc_act": false,
33
+ "sym": true,
34
+ "true_sequential": true,
35
+ "model_file_base_name": "model",
36
+ "quant_method": "gptq"
37
+ }
38
  }
chronos-13b-superhot-8k-GPTQ-4bit-128g.no-act.order.safetensors → model.safetensors RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2b479cb2f125cc9f05d56480c2032f7c7d59d814cb82f7fc9e1cfdcd8c588c2
3
- size 7454797160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9db2206f772c117ceb5419a8a0910fb78c16d4787134958db6169fbec2c27ba
3
+ size 7454797216
quantize_config.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
- "bits": 4,
3
- "group_size": 128,
4
- "damp_percent": 0.01,
5
- "desc_act": false,
6
- "sym": true,
7
- "true_sequential": true
 
8
  }
 
1
  {
2
+ "bits": 4,
3
+ "group_size": 128,
4
+ "damp_percent": 0.01,
5
+ "desc_act": false,
6
+ "sym": true,
7
+ "true_sequential": true,
8
+ "model_file_base_name": "model"
9
  }