TheBloke commited on
Commit
a6edcfa
1 Parent(s): 1e657f7

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -3
README.md CHANGED
@@ -1,10 +1,22 @@
1
  ---
 
2
  inference: false
3
  license: llama2
4
  model_creator: Caleb Morgan
5
- model_link: https://huggingface.co/The-Face-Of-Goonery/Huginn-v3-13b
6
  model_name: Huginn v3 13B
7
  model_type: llama
 
 
 
 
 
 
 
 
 
 
 
 
8
  quantized_by: TheBloke
9
  ---
10
 
@@ -56,9 +68,9 @@ Here is an incomplate list of clients and libraries that are known to support GG
56
  <!-- repositories-available start -->
57
  ## Repositories available
58
 
 
59
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Huginn-v3-13B-GPTQ)
60
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF)
61
- * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/Huginn-v3-13B-GGML)
62
  * [Caleb Morgan's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/The-Face-Of-Goonery/Huginn-v3-13b)
63
  <!-- repositories-available end -->
64
 
@@ -124,6 +136,63 @@ Refer to the Provided Files table below to see what files use which methods, and
124
 
125
  <!-- README_GGUF.md-provided-files end -->
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  <!-- README_GGUF.md-how-to-run start -->
128
  ## Example `llama.cpp` command
129
 
@@ -209,7 +278,7 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
209
 
210
  **Special thanks to**: Aemon Algiz.
211
 
212
- **Patreon special mentions**: Russ Johnson, J, alfie_i, Alex, NimbleBox.ai, Chadd, Mandus, Nikolai Manek, Ken Nordquist, ya boyyy, Illia Dulskyi, Viktor Bowallius, vamX, Iucharbius, zynix, Magnesian, Clay Pascal, Pierre Kircher, Enrico Ros, Tony Hughes, Elle, Andrey, knownsqashed, Deep Realms, Jerry Meng, Lone Striker, Derek Yates, Pyrater, Mesiah Bishop, James Bentley, Femi Adebogun, Brandon Frisco, SuperWojo, Alps Aficionado, Michael Dempsey, Vitor Caleffi, Will Dee, Edmond Seymore, usrbinkat, LangChain4j, Kacper Wikieł, Luke Pendergrass, John Detwiler, theTransient, Nathan LeClaire, Tiffany J. Kim, biorpg, Eugene Pentland, Stanislav Ovsiannikov, Fred von Graf, terasurfer, Kalila, Dan Guido, Nitin Borwankar, 阿明, Ai Maven, John Villwock, Gabriel Puliatti, Stephen Murray, Asp the Wyvern, danny, Chris Smitley, ReadyPlayerEmma, S_X, Daniel P. Andersen, Olakabola, Jeffrey Morgan, Imad Khwaja, Caitlyn Gatomon, webtim, Alicia Loh, Trenton Dambrowitz, Swaroop Kallakuri, Erik Bjäreholt, Leonard Tan, Spiking Neurons AB, Luke @flexchar, Ajan Kanaga, Thomas Belote, Deo Leter, RoA, Willem Michiel, transmissions 11, subjectnull, Matthew Berman, Joseph William Delisle, David Ziegler, Michael Davis, Johann-Peter Hartmann, Talal Aujan, senxiiz, Artur Olbinski, Rainer Wilmers, Spencer Kim, Fen Risland, Cap'n Zoog, Rishabh Srivastava, Michael Levine, Geoffrey Montalvo, Sean Connelly, Alexandros Triantafyllidis, Pieter, Gabriel Tamborski, Sam, Subspace Studios, Junyu Yang, Pedro Madruga, Vadim, Cory Kujawski, K, Raven Klaugh, Randy H, Mano Prime, Sebastain Graf, Space Cruiser
213
 
214
 
215
  Thank you to all my generous patrons and donaters!
 
1
  ---
2
+ base_model: https://huggingface.co/The-Face-Of-Goonery/Huginn-v3-13b
3
  inference: false
4
  license: llama2
5
  model_creator: Caleb Morgan
 
6
  model_name: Huginn v3 13B
7
  model_type: llama
8
+ prompt_template: 'Below is an instruction that describes a task. Write a response
9
+ that appropriately completes the request.
10
+
11
+
12
+ ### Instruction:
13
+
14
+ {prompt}
15
+
16
+
17
+ ### Response:
18
+
19
+ '
20
  quantized_by: TheBloke
21
  ---
22
 
 
68
  <!-- repositories-available start -->
69
  ## Repositories available
70
 
71
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Huginn-v3-13B-AWQ)
72
  * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Huginn-v3-13B-GPTQ)
73
  * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Huginn-v3-13B-GGUF)
 
74
  * [Caleb Morgan's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/The-Face-Of-Goonery/Huginn-v3-13b)
75
  <!-- repositories-available end -->
76
 
 
136
 
137
  <!-- README_GGUF.md-provided-files end -->
138
 
139
+ <!-- README_GGUF.md-how-to-download start -->
140
+ ## How to download GGUF files
141
+
142
+ **Note for manual downloaders:** You almost never want to clone the entire repo! Multiple different quantisation formats are provided, and most users only want to pick and download a single file.
143
+
144
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
145
+ - LM Studio
146
+ - LoLLMS Web UI
147
+ - Faraday.dev
148
+
149
+ ### In `text-generation-webui`
150
+
151
+ Under Download Model, you can enter the model repo: TheBloke/Huginn-v3-13B-GGUF and below it, a specific filename to download, such as: huginn-v3-13b.q4_K_M.gguf.
152
+
153
+ Then click Download.
154
+
155
+ ### On the command line, including multiple files at once
156
+
157
+ I recommend using the `huggingface-hub` Python library:
158
+
159
+ ```shell
160
+ pip3 install huggingface-hub>=0.17.1
161
+ ```
162
+
163
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
164
+
165
+ ```shell
166
+ huggingface-cli download TheBloke/Huginn-v3-13B-GGUF huginn-v3-13b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
167
+ ```
168
+
169
+ <details>
170
+ <summary>More advanced huggingface-cli download usage</summary>
171
+
172
+ You can also download multiple files at once with a pattern:
173
+
174
+ ```shell
175
+ huggingface-cli download TheBloke/Huginn-v3-13B-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
176
+ ```
177
+
178
+ For more documentation on downloading with `huggingface-cli`, please see: [HF -> Hub Python Library -> Download files -> Download from the CLI](https://huggingface.co/docs/huggingface_hub/guides/download#download-from-the-cli).
179
+
180
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
181
+
182
+ ```shell
183
+ pip3 install hf_transfer
184
+ ```
185
+
186
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
187
+
188
+ ```shell
189
+ HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Huginn-v3-13B-GGUF huginn-v3-13b.q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
190
+ ```
191
+
192
+ Windows CLI users: Use `set HUGGINGFACE_HUB_ENABLE_HF_TRANSFER=1` before running the download command.
193
+ </details>
194
+ <!-- README_GGUF.md-how-to-download end -->
195
+
196
  <!-- README_GGUF.md-how-to-run start -->
197
  ## Example `llama.cpp` command
198
 
 
278
 
279
  **Special thanks to**: Aemon Algiz.
280
 
281
+ **Patreon special mentions**: Alicia Loh, Stephen Murray, K, Ajan Kanaga, RoA, Magnesian, Deo Leter, Olakabola, Eugene Pentland, zynix, Deep Realms, Raymond Fosdick, Elijah Stavena, Iucharbius, Erik Bjäreholt, Luis Javier Navarrete Lozano, Nicholas, theTransient, John Detwiler, alfie_i, knownsqashed, Mano Prime, Willem Michiel, Enrico Ros, LangChain4j, OG, Michael Dempsey, Pierre Kircher, Pedro Madruga, James Bentley, Thomas Belote, Luke @flexchar, Leonard Tan, Johann-Peter Hartmann, Illia Dulskyi, Fen Risland, Chadd, S_X, Jeff Scroggin, Ken Nordquist, Sean Connelly, Artur Olbinski, Swaroop Kallakuri, Jack West, Ai Maven, David Ziegler, Russ Johnson, transmissions 11, John Villwock, Alps Aficionado, Clay Pascal, Viktor Bowallius, Subspace Studios, Rainer Wilmers, Trenton Dambrowitz, vamX, Michael Levine, 준교 김, Brandon Frisco, Kalila, Trailburnt, Randy H, Talal Aujan, Nathan Dryer, Vadim, 阿明, ReadyPlayerEmma, Tiffany J. Kim, George Stoitzev, Spencer Kim, Jerry Meng, Gabriel Tamborski, Cory Kujawski, Jeffrey Morgan, Spiking Neurons AB, Edmond Seymore, Alexandros Triantafyllidis, Lone Striker, Cap'n Zoog, Nikolai Manek, danny, ya boyyy, Derek Yates, usrbinkat, Mandus, TL, Nathan LeClaire, subjectnull, Imad Khwaja, webtim, Raven Klaugh, Asp the Wyvern, Gabriel Puliatti, Caitlyn Gatomon, Joseph William Delisle, Jonathan Leane, Luke Pendergrass, SuperWojo, Sebastain Graf, Will Dee, Fred von Graf, Andrey, Dan Guido, Daniel P. Andersen, Nitin Borwankar, Elle, Vitor Caleffi, biorpg, jjj, NimbleBox.ai, Pieter, Matthew Berman, terasurfer, Michael Davis, Alex, Stanislav Ovsiannikov
282
 
283
 
284
  Thank you to all my generous patrons and donaters!