TheBloke commited on
Commit
483d834
1 Parent(s): 732c103

Update for Transformers GPTQ support

Browse files
README.md CHANGED
@@ -5,17 +5,20 @@ model_type: llama
5
  ---
6
 
7
  <!-- header start -->
8
- <div style="width: 100%;">
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><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
14
  </div>
15
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
16
- <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
17
  </div>
18
  </div>
 
 
19
  <!-- header end -->
20
 
21
  # Teknium's LLaMa Deus 7B v3 GPTQ
@@ -166,6 +169,7 @@ The files provided will work with AutoGPTQ (CUDA and Triton modes), GPTQ-for-LLa
166
  ExLlama works with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
167
 
168
  <!-- footer start -->
 
169
  ## Discord
170
 
171
  For further support, and discussions on these models and AI in general, join us at:
@@ -185,12 +189,15 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
185
  * Patreon: https://patreon.com/TheBlokeAI
186
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
187
 
188
- **Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
 
 
189
 
190
- **Patreon special mentions**: Space Cruiser, Nikolai Manek, Sam, Chris McCloskey, Rishabh Srivastava, Kalila, Spiking Neurons AB, Khalefa Al-Ahmad, WelcomeToTheClub, Chadd, Lone Striker, Viktor Bowallius, Edmond Seymore, Ai Maven, Chris Smitley, Dave, Alexandros Triantafyllidis, Luke @flexchar, Elle, ya boyyy, Talal Aujan, Alex , Jonathan Leane, Deep Realms, Randy H, subjectnull, Preetika Verma, Joseph William Delisle, Michael Levine, chris gileta, K, Oscar Rangel, LangChain4j, Trenton Dambrowitz, Eugene Pentland, Johann-Peter Hartmann, Femi Adebogun, Illia Dulskyi, senxiiz, Daniel P. Andersen, Sean Connelly, Artur Olbinski, RoA, Mano Prime, Derek Yates, Raven Klaugh, David Flickinger, Willem Michiel, Pieter, Willian Hasse, vamX, Luke Pendergrass, webtim, Ghost , Rainer Wilmers, Nathan LeClaire, Will Dee, Cory Kujawski, John Detwiler, Fred von Graf, biorpg, Iucharbius , Imad Khwaja, Pierre Kircher, terasurfer , Asp the Wyvern, John Villwock, theTransient, zynix , Gabriel Tamborski, Fen Risland, Gabriel Puliatti, Matthew Berman, Pyrater, SuperWojo, Stephen Murray, Karl Bernard, Ajan Kanaga, Greatston Gnanesh, Junyu Yang.
191
 
192
  Thank you to all my generous patrons and donaters!
193
 
 
 
194
  <!-- footer end -->
195
 
196
  # Original model card: Teknium's LLaMa Deus 7B v3
@@ -204,12 +211,12 @@ LoRA is fully Merged with llama7b, so you do not need to merge it to load the mo
204
 
205
  Llama DEUS v3 is the largest dataset I've trained on yet, including:
206
 
207
- GPTeacher - General Instruct - Code Instruct - Roleplay Instruct
208
- My unreleased Roleplay V2 Instruct
209
- GPT4-LLM Uncensored + Unnatural Instructions
210
- WizardLM Uncensored
211
- CamelAI's 20k Biology, 20k Physics, 20k Chemistry, and 50k Math GPT4 Datasets
212
- CodeAlpaca
213
 
214
  This model was trained for 4 epochs over 1 day of training, it's a rank 128 LORA that targets attention heads, LM_Head, and MLP layers
215
 
@@ -218,9 +225,9 @@ Prompt format:
218
  ```
219
  ### Instruction:
220
  <prompt>
221
-
222
  ### Response:
223
-
224
  ```
225
 
226
  or
@@ -231,8 +238,8 @@ or
231
 
232
  ### Input:
233
  <input>
234
-
235
  ### Response:
236
-
237
- ```
238
 
 
5
  ---
6
 
7
  <!-- header start -->
8
+ <!-- 200823 -->
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
  </div>
12
  <div style="display: flex; justify-content: space-between; width: 100%;">
13
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
15
  </div>
16
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
17
+ <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>
18
  </div>
19
  </div>
20
+ <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>
21
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
22
  <!-- header end -->
23
 
24
  # Teknium's LLaMa Deus 7B v3 GPTQ
 
169
  ExLlama works with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
170
 
171
  <!-- footer start -->
172
+ <!-- 200823 -->
173
  ## Discord
174
 
175
  For further support, and discussions on these models and AI in general, join us at:
 
189
  * Patreon: https://patreon.com/TheBlokeAI
190
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
191
 
192
+ **Special thanks to**: Aemon Algiz.
193
+
194
+ **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
195
 
 
196
 
197
  Thank you to all my generous patrons and donaters!
198
 
199
+ And thank you again to a16z for their generous grant.
200
+
201
  <!-- footer end -->
202
 
203
  # Original model card: Teknium's LLaMa Deus 7B v3
 
211
 
212
  Llama DEUS v3 is the largest dataset I've trained on yet, including:
213
 
214
+ GPTeacher - General Instruct - Code Instruct - Roleplay Instruct
215
+ My unreleased Roleplay V2 Instruct
216
+ GPT4-LLM Uncensored + Unnatural Instructions
217
+ WizardLM Uncensored
218
+ CamelAI's 20k Biology, 20k Physics, 20k Chemistry, and 50k Math GPT4 Datasets
219
+ CodeAlpaca
220
 
221
  This model was trained for 4 epochs over 1 day of training, it's a rank 128 LORA that targets attention heads, LM_Head, and MLP layers
222
 
 
225
  ```
226
  ### Instruction:
227
  <prompt>
228
+
229
  ### Response:
230
+
231
  ```
232
 
233
  or
 
238
 
239
  ### Input:
240
  <input>
241
+
242
  ### Response:
243
+
244
+ ```
245
 
config.json CHANGED
@@ -1,23 +1,33 @@
1
  {
2
- "_name_or_path": "llama-7b-hf-4.29",
3
- "architectures": [
4
- "LlamaForCausalLM"
5
- ],
6
- "bos_token_id": 1,
7
- "eos_token_id": 2,
8
- "hidden_act": "silu",
9
- "hidden_size": 4096,
10
- "initializer_range": 0.02,
11
- "intermediate_size": 11008,
12
- "max_position_embeddings": 2048,
13
- "model_type": "llama",
14
- "num_attention_heads": 32,
15
- "num_hidden_layers": 32,
16
- "pad_token_id": 0,
17
- "rms_norm_eps": 1e-06,
18
- "tie_word_embeddings": false,
19
- "torch_dtype": "float16",
20
- "transformers_version": "4.29.0.dev0",
21
- "use_cache": true,
22
- "vocab_size": 32000
 
 
 
 
 
 
 
 
 
 
23
  }
 
1
  {
2
+ "_name_or_path": "llama-7b-hf-4.29",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 11008,
12
+ "max_position_embeddings": 2048,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 32,
16
+ "pad_token_id": 0,
17
+ "rms_norm_eps": 1e-06,
18
+ "tie_word_embeddings": false,
19
+ "torch_dtype": "float16",
20
+ "transformers_version": "4.29.0.dev0",
21
+ "use_cache": true,
22
+ "vocab_size": 32000,
23
+ "quantization_config": {
24
+ "bits": 4,
25
+ "group_size": 128,
26
+ "damp_percent": 0.01,
27
+ "desc_act": false,
28
+ "sym": true,
29
+ "true_sequential": true,
30
+ "model_file_base_name": "model",
31
+ "quant_method": "gptq"
32
+ }
33
  }
llama-deus-7b-v3-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:2537dfc175162a87f63f1a5ac62469565b2d3e7f3d7c35d002da00e6094a5b11
3
- size 3996053352
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536f40d68ee4f7383790473ffbe9a6f9e5a276f3645e2729d58839621075911e
3
+ size 3996053408
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
  }