TheBloke commited on
Commit
ba58211
·
1 Parent(s): dc3f93e

Upload new GPTQs with varied parameters

Browse files
Files changed (1) hide show
  1. README.md +77 -33
README.md CHANGED
@@ -1,11 +1,6 @@
1
  ---
2
  inference: false
3
  license: other
4
- tags:
5
- - llama
6
- - pytorch
7
- - chatbot
8
- - storywriting
9
  ---
10
 
11
  <!-- header start -->
@@ -14,7 +9,7 @@ tags:
14
  </div>
15
  <div style="display: flex; justify-content: space-between; width: 100%;">
16
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
- <p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
18
  </div>
19
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
20
  <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
@@ -24,22 +19,63 @@ tags:
24
 
25
  # Austism's Chronos Hermes 13B GPTQ
26
 
27
- These files are GPTQ 4bit model files for [Austism's Chronos Hermes 13B](https://huggingface.co/Austism/chronos-hermes-13b).
28
 
29
- It is the result of quantising to 4bit using [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa).
 
 
30
 
31
  ## Repositories available
32
 
33
- * [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/chronos-hermes-13B-GPTQ)
34
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/chronos-hermes-13B-GGML)
35
- * [Austism's unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Austism/chronos-hermes-13b)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
 
37
- ## How to easily download and use this model in text-generation-webui
38
 
39
- Please make sure you're using the latest version of text-generation-webui
40
 
41
  1. Click the **Model tab**.
42
  2. Under **Download custom model or LoRA**, enter `TheBloke/chronos-hermes-13B-GPTQ`.
 
 
43
  3. Click **Download**.
44
  4. The model will start downloading. Once it's finished it will say "Done"
45
  5. In the top left, click the refresh icon next to **Model**.
@@ -53,14 +89,13 @@ Please make sure you're using the latest version of text-generation-webui
53
 
54
  First make sure you have [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) installed:
55
 
56
- `pip install auto-gptq`
57
 
58
  Then try the following example code:
59
 
60
  ```python
61
  from transformers import AutoTokenizer, pipeline, logging
62
  from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
63
- import argparse
64
 
65
  model_name_or_path = "TheBloke/chronos-hermes-13B-GPTQ"
66
  model_basename = "chronos-hermes-13b-GPTQ-4bit-128g.no-act.order"
@@ -70,16 +105,33 @@ use_triton = False
70
  tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
71
 
72
  model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
73
- model_basename=model_basename,
74
  use_safetensors=True,
75
- trust_remote_code=False,
76
  device="cuda:0",
77
  use_triton=use_triton,
78
  quantize_config=None)
79
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  prompt = "Tell me about AI"
81
- prompt_template=f'''### Human: {prompt}
82
- ### Assistant:'''
 
 
 
 
 
83
 
84
  print("\n\n*** Generate:")
85
 
@@ -106,26 +158,18 @@ pipe = pipeline(
106
  print(pipe(prompt_template)[0]['generated_text'])
107
  ```
108
 
109
- ## Provided files
110
-
111
- **chronos-hermes-13b-GPTQ-4bit-128g.no-act.order.safetensors**
112
-
113
- This will work with AutoGPTQ and CUDA versions of GPTQ-for-LLaMa. There are reports of issues with Triton mode of recent GPTQ-for-LLaMa. If you have issues, please use AutoGPTQ instead.
114
 
115
- It was created with group_size 128 to increase inference accuracy, but without --act-order (desc_act) to increase compatibility and improve inference speed.
116
 
117
- * `chronos-hermes-13b-GPTQ-4bit-128g.no-act.order.safetensors`
118
- * Works with AutoGPTQ in CUDA or Triton modes.
119
- * Works with GPTQ-for-LLaMa in CUDA mode. May have issues with GPTQ-for-LLaMa Triton mode.
120
- * Works with text-generation-webui, including one-click-installers.
121
- * Parameters: Groupsize = 128. Act Order / desc_act = False.
122
 
123
  <!-- footer start -->
124
  ## Discord
125
 
126
  For further support, and discussions on these models and AI in general, join us at:
127
 
128
- [TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
129
 
130
  ## Thanks, and how to contribute.
131
 
@@ -140,9 +184,9 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
140
  * Patreon: https://patreon.com/TheBlokeAI
141
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
142
 
143
- **Special thanks to**: Luke from CarbonQuill, Aemon Algiz, Dmitriy Samsonov.
144
 
145
- **Patreon special mentions**: Oscar Rangel, Eugene Pentland, Talal Aujan, Cory Kujawski, Luke, Asp the Wyvern, Ai Maven, Pyrater, Alps Aficionado, senxiiz, Willem Michiel, Junyu Yang, trip7s trip, Sebastain Graf, Joseph William Delisle, Lone Striker, Jonathan Leane, Johann-Peter Hartmann, David Flickinger, Spiking Neurons AB, Kevin Schuppel, Mano Prime, Dmitriy Samsonov, Sean Connelly, Nathan LeClaire, Alain Rossmann, Fen Risland, Derek Yates, Luke Pendergrass, Nikolai Manek, Khalefa Al-Ahmad, Artur Olbinski, John Detwiler, Ajan Kanaga, Imad Khwaja, Trenton Dambrowitz, Kalila, vamX, webtim, Illia Dulskyi.
146
 
147
  Thank you to all my generous patrons and donaters!
148
 
@@ -152,7 +196,7 @@ Thank you to all my generous patrons and donaters!
152
 
153
  ([chronos-13b](https://huggingface.co/elinas/chronos-13b) + [Nous-Hermes-13b](https://huggingface.co/NousResearch/Nous-Hermes-13b)) 75/25 merge
154
 
155
- This has the aspects of chronos's nature to produce long, descriptive outputs. But with additional coherency and an ability to better obey instructions. Resulting in this model having a great ability to produce provocative storywriting and follow a narrative.
156
 
157
  This mix contains alot of chronos's writing style and 'flavour' with far less tendency of going AWOL and spouting nonsensical babble.
158
 
 
1
  ---
2
  inference: false
3
  license: other
 
 
 
 
 
4
  ---
5
 
6
  <!-- header start -->
 
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>
 
19
 
20
  # Austism's Chronos Hermes 13B GPTQ
21
 
22
+ These files are GPTQ model files for [Austism's Chronos Hermes 13B](https://huggingface.co/Austism/chronos-hermes-13b).
23
 
24
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
25
+
26
+ These models were quantised using hardware kindly provided by [Latitude.sh](https://www.latitude.sh/accelerate).
27
 
28
  ## Repositories available
29
 
30
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/chronos-hermes-13B-GPTQ)
31
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/chronos-hermes-13B-GGML)
32
+ * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Austism/chronos-hermes-13b)
33
+
34
+ ## Prompt template: Alpaca
35
+
36
+ ```
37
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
38
+
39
+ ### Instruction: {prompt}
40
+
41
+ ### Response:
42
+
43
+ ```
44
+
45
+ ## Provided files
46
+
47
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
48
+
49
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
50
+
51
+ | Branch | Bits | Group Size | Act Order (desc_act) | File Size | ExLlama Compatible? | Made With | Description |
52
+ | ------ | ---- | ---------- | -------------------- | --------- | ------------------- | --------- | ----------- |
53
+ | main | 4 | 128 | False | 7.45 GB | True | GPTQ-for-LLaMa | Most compatible option. Good inference speed in AutoGPTQ and GPTQ-for-LLaMa. Lower inference quality than other options. |
54
+ | gptq-4bit-32g-actorder_True | 4 | 32 | 1 | 8.00 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 32g gives highest possible inference quality, with maximum VRAM usage. Poor AutoGPTQ CUDA speed. |
55
+ | gptq-4bit-64g-actorder_True | 4 | 64 | 1 | 7.51 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 64g uses less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
56
+ | gptq-4bit-128g-actorder_True | 4 | 128 | 1 | 7.26 GB | True | AutoGPTQ | 4-bit, with Act Order androup size. 128g uses even less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
57
+ | gptq-8bit--1g-actorder_True | 8 | None | 1 | 13.36 GB | False | AutoGPTQ | 8-bit, with Act Order. No group size, to lower VRAM requirements and to improve AutoGPTQ speed. |
58
+ | gptq-8bit-128g-actorder_False | 8 | 128 | 0 | 13.65 GB | False | AutoGPTQ | 8-bit, with group size 128g for higher inference quality and without Act Order to improve AutoGPTQ speed. |
59
+
60
+ ## How to download from branches
61
+
62
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/chronos-hermes-13B-GPTQ:gptq-4bit-32g-actorder_True`
63
+ - With Git, you can clone a branch with:
64
+ ```
65
+ git clone --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/chronos-hermes-13B-GPTQ`
66
+ ```
67
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
68
+
69
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
70
 
71
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
72
 
73
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you know how to make a manual install.
74
 
75
  1. Click the **Model tab**.
76
  2. Under **Download custom model or LoRA**, enter `TheBloke/chronos-hermes-13B-GPTQ`.
77
+ - To download from a specific branch, enter for example `TheBloke/chronos-hermes-13B-GPTQ:gptq-4bit-32g-actorder_True`
78
+ - see Provided Files above for the list of branches for each option.
79
  3. Click **Download**.
80
  4. The model will start downloading. Once it's finished it will say "Done"
81
  5. In the top left, click the refresh icon next to **Model**.
 
89
 
90
  First make sure you have [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) installed:
91
 
92
+ `GITHUB_ACTIONS=true pip install auto-gptq`
93
 
94
  Then try the following example code:
95
 
96
  ```python
97
  from transformers import AutoTokenizer, pipeline, logging
98
  from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
 
99
 
100
  model_name_or_path = "TheBloke/chronos-hermes-13B-GPTQ"
101
  model_basename = "chronos-hermes-13b-GPTQ-4bit-128g.no-act.order"
 
105
  tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
106
 
107
  model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
108
+ model_basename=model_basename
109
  use_safetensors=True,
110
+ trust_remote_code=True,
111
  device="cuda:0",
112
  use_triton=use_triton,
113
  quantize_config=None)
114
 
115
+ """
116
+ To download from a specific branch, use the revision parameter, as in this example:
117
+
118
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
119
+ revision="gptq-4bit-32g-actorder_True",
120
+ model_basename=model_basename,
121
+ use_safetensors=True,
122
+ trust_remote_code=True,
123
+ device="cuda:0",
124
+ quantize_config=None)
125
+ """
126
+
127
  prompt = "Tell me about AI"
128
+ prompt_template=f'''Below is an instruction that describes a task. Write a response that appropriately completes the request.
129
+
130
+ ### Instruction: {prompt}
131
+
132
+ ### Response:
133
+
134
+ '''
135
 
136
  print("\n\n*** Generate:")
137
 
 
158
  print(pipe(prompt_template)[0]['generated_text'])
159
  ```
160
 
161
+ ## Compatibility
 
 
 
 
162
 
163
+ The files provided will work with AutoGPTQ (CUDA and Triton modes), GPTQ-for-LLaMa (only CUDA has been tested), and Occ4m's GPTQ-for-LLaMa fork.
164
 
165
+ ExLlama works with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
 
 
 
 
166
 
167
  <!-- footer start -->
168
  ## Discord
169
 
170
  For further support, and discussions on these models and AI in general, join us at:
171
 
172
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
173
 
174
  ## Thanks, and how to contribute.
175
 
 
184
  * Patreon: https://patreon.com/TheBlokeAI
185
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
186
 
187
+ **Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
188
 
189
+ **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.
190
 
191
  Thank you to all my generous patrons and donaters!
192
 
 
196
 
197
  ([chronos-13b](https://huggingface.co/elinas/chronos-13b) + [Nous-Hermes-13b](https://huggingface.co/NousResearch/Nous-Hermes-13b)) 75/25 merge
198
 
199
+ This has the aspects of chronos's nature to produce long, descriptive outputs. But with additional coherency and an ability to better obey instructions. Resulting in this model having a great ability to produce evocative storywriting and follow a narrative.
200
 
201
  This mix contains alot of chronos's writing style and 'flavour' with far less tendency of going AWOL and spouting nonsensical babble.
202