TheBloke commited on
Commit
1d0da6f
1 Parent(s): 44086ea

Initial GGML model commit

Browse files
Files changed (1) hide show
  1. README.md +349 -0
README.md ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ language:
4
+ - en
5
+ license: llama2
6
+ model_creator: NousResearch
7
+ model_link: https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b
8
+ model_name: Nous Hermes Llama2 70B
9
+ model_type: llama
10
+ quantized_by: TheBloke
11
+ tags:
12
+ - llama-2
13
+ - self-instruct
14
+ - distillation
15
+ - synthetic instruction
16
+ ---
17
+
18
+ <!-- header start -->
19
+ <!-- 200823 -->
20
+ <div style="width: auto; margin-left: auto; margin-right: auto">
21
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
26
+ </div>
27
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
28
+ <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>
29
+ </div>
30
+ </div>
31
+ <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>
32
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
33
+ <!-- header end -->
34
+
35
+ # Nous Hermes Llama2 70B - GGML
36
+ - Model creator: [NousResearch](https://huggingface.co/NousResearch)
37
+ - Original model: [Nous Hermes Llama2 70B](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b)
38
+
39
+ ## Description
40
+
41
+ This repo contains GGML format model files for [NousResearch's Nous Hermes Llama2 70B](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b).
42
+
43
+ GPU acceleration is now available for Llama 2 70B GGML files, with both CUDA (NVidia) and Metal (macOS). The following clients/libraries are known to work with these files, including with GPU acceleration:
44
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp), commit `e76d630` and later.
45
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI.
46
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), version 1.37 and later. A powerful GGML web UI, especially good for story telling.
47
+ * [LM Studio](https://lmstudio.ai/), a fully featured local GUI with GPU acceleration for both Windows and macOS. Use 0.1.11 or later for macOS GPU acceleration with 70B models.
48
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), version 0.1.77 and later. A Python library with LangChain support, and OpenAI-compatible API server.
49
+ * [ctransformers](https://github.com/marella/ctransformers), version 0.2.15 and later. A Python library with LangChain support, and OpenAI-compatible API server.
50
+
51
+ ## Repositories available
52
+
53
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GPTQ)
54
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGUF)
55
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference (deprecated)](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML)
56
+ * [NousResearch's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/NousResearch/Nous-Hermes-Llama2-70b)
57
+
58
+ ## Prompt template: Alpaca-InstructOnly
59
+
60
+ ```
61
+ ### Instruction:
62
+
63
+ {prompt}
64
+
65
+ ### Response:
66
+ ```
67
+
68
+ <!-- compatibility_ggml start -->
69
+ ## Compatibility
70
+
71
+ ### Requires llama.cpp [commit `e76d630`](https://github.com/ggerganov/llama.cpp/commit/e76d630df17e235e6b9ef416c45996765d2e36fb) or later.
72
+
73
+ Or one of the other tools and libraries listed above.
74
+
75
+ To use in llama.cpp, you must add `-gqa 8` argument.
76
+
77
+ For other UIs and libraries, please check the docs.
78
+
79
+ ## Explanation of the new k-quant methods
80
+ <details>
81
+ <summary>Click to see details</summary>
82
+
83
+ The new methods available are:
84
+ * GGML_TYPE_Q2_K - "type-1" 2-bit quantization in super-blocks containing 16 blocks, each block having 16 weight. Block scales and mins are quantized with 4 bits. This ends up effectively using 2.5625 bits per weight (bpw)
85
+ * GGML_TYPE_Q3_K - "type-0" 3-bit quantization in super-blocks containing 16 blocks, each block having 16 weights. Scales are quantized with 6 bits. This end up using 3.4375 bpw.
86
+ * GGML_TYPE_Q4_K - "type-1" 4-bit quantization in super-blocks containing 8 blocks, each block having 32 weights. Scales and mins are quantized with 6 bits. This ends up using 4.5 bpw.
87
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
88
+ * GGML_TYPE_Q6_K - "type-0" 6-bit quantization. Super-blocks with 16 blocks, each block having 16 weights. Scales are quantized with 8 bits. This ends up using 6.5625 bpw
89
+ * GGML_TYPE_Q8_K - "type-0" 8-bit quantization. Only used for quantizing intermediate results. The difference to the existing Q8_0 is that the block size is 256. All 2-6 bit dot products are implemented for this quantization type.
90
+
91
+ Refer to the Provided Files table below to see what files use which methods, and how.
92
+ </details>
93
+ <!-- compatibility_ggml end -->
94
+
95
+ ## Provided files
96
+
97
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
98
+ | ---- | ---- | ---- | ---- | ---- | ----- |
99
+ | [nous-hermes-llama2-70b.ggmlv3.Q2_K.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q2_K.bin) | Q2_K | 2 | 28.96 GB| 31.46 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.vw and feed_forward.w2 tensors, GGML_TYPE_Q2_K for the other tensors. |
100
+ | [nous-hermes-llama2-70b.ggmlv3.Q3_K_S.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_S.bin) | Q3_K_S | 3 | 30.09 GB| 32.59 GB | New k-quant method. Uses GGML_TYPE_Q3_K for all tensors |
101
+ | [nous-hermes-llama2-70b.ggmlv3.Q3_K_M.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_M.bin) | Q3_K_M | 3 | 33.39 GB| 35.89 GB | New k-quant method. Uses GGML_TYPE_Q4_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
102
+ | [nous-hermes-llama2-70b.ggmlv3.Q3_K_L.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q3_K_L.bin) | Q3_K_L | 3 | 36.49 GB| 38.99 GB | New k-quant method. Uses GGML_TYPE_Q5_K for the attention.wv, attention.wo, and feed_forward.w2 tensors, else GGML_TYPE_Q3_K |
103
+ | [nous-hermes-llama2-70b.ggmlv3.Q4_0.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q4_0.bin) | Q4_0 | 4 | 38.80 GB| 41.30 GB | Original quant method, 4-bit. |
104
+ | [nous-hermes-llama2-70b.ggmlv3.Q4_K_S.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q4_K_S.bin) | Q4_K_S | 4 | 39.18 GB| 41.68 GB | New k-quant method. Uses GGML_TYPE_Q4_K for all tensors |
105
+ | [nous-hermes-llama2-70b.ggmlv3.Q4_K_M.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q4_K_M.bin) | Q4_K_M | 4 | 41.69 GB| 44.19 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q4_K |
106
+ | [nous-hermes-llama2-70b.ggmlv3.Q4_1.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q4_1.bin) | Q4_1 | 4 | 43.12 GB| 45.62 GB | Original quant method, 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
107
+ | [nous-hermes-llama2-70b.ggmlv3.Q5_0.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q5_0.bin) | Q5_0 | 5 | 47.43 GB| 49.93 GB | Original quant method, 5-bit. Higher accuracy, higher resource usage and slower inference. |
108
+ | [nous-hermes-llama2-70b.ggmlv3.Q5_K_S.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q5_K_S.bin) | Q5_K_S | 5 | 47.74 GB| 50.24 GB | New k-quant method. Uses GGML_TYPE_Q5_K for all tensors |
109
+ | [nous-hermes-llama2-70b.ggmlv3.Q5_K_M.bin](https://huggingface.co/TheBloke/Nous-Hermes-Llama2-70B-GGML/blob/main/nous-hermes-llama2-70b.ggmlv3.Q5_K_M.bin) | Q5_K_M | 5 | 49.03 GB| 51.53 GB | New k-quant method. Uses GGML_TYPE_Q6_K for half of the attention.wv and feed_forward.w2 tensors, else GGML_TYPE_Q5_K |
110
+
111
+ **Note**: the above RAM figures assume no GPU offloading. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead.
112
+
113
+ ## How to run in `llama.cpp`
114
+
115
+ I use the following command line; adjust for your tastes and needs:
116
+
117
+ ```
118
+ ./main -t 10 -ngl 40 -gqa 8 -m nous-hermes-llama2-70b.ggmlv3.q4_K_M.bin --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "### Instruction:\n\nWrite a story about llamas\n\n### Response:"
119
+ ```
120
+ Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`. If you are fully offloading the model to GPU, use `-t 1`
121
+
122
+ Change `-ngl 40` to the number of GPU layers you have VRAM for. Use `-ngl 100` to offload all layers to VRAM - if you have a 48GB card, or 2 x 24GB, or similar. Otherwise you can partially offload as many as you have VRAM for, on one or more GPUs.
123
+
124
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
125
+
126
+ Remember the `-gqa 8` argument, required for Llama 70B models.
127
+
128
+ Change `-c 4096` to the desired sequence length for this model. For models that use RoPE, add `--rope-freq-base 10000 --rope-freq-scale 0.5` for doubled context, or `--rope-freq-base 10000 --rope-freq-scale 0.25` for 4x context.
129
+
130
+ For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md)
131
+
132
+ ## How to run in `text-generation-webui`
133
+
134
+ Further instructions here: [text-generation-webui/docs/llama.cpp-models.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp-models.md).
135
+
136
+ <!-- footer start -->
137
+ <!-- 200823 -->
138
+ ## Discord
139
+
140
+ For further support, and discussions on these models and AI in general, join us at:
141
+
142
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
143
+
144
+ ## Thanks, and how to contribute.
145
+
146
+ Thanks to the [chirper.ai](https://chirper.ai) team!
147
+
148
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
149
+
150
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
151
+
152
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
153
+
154
+ * Patreon: https://patreon.com/TheBlokeAI
155
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
156
+
157
+ **Special thanks to**: Aemon Algiz.
158
+
159
+ **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
160
+
161
+
162
+ Thank you to all my generous patrons and donaters!
163
+
164
+ And thank you again to a16z for their generous grant.
165
+
166
+ <!-- footer end -->
167
+
168
+ # Original model card: NousResearch's Nous Hermes Llama2 70B
169
+
170
+
171
+ # Model Card: Nous-Hermes-Llama2-70b
172
+
173
+ Compute provided by PygmalionAI, thank you! Follow PygmalionAI on Twitter @pygmalion_ai.
174
+
175
+ ## Model Description
176
+
177
+ Nous-Hermes-Llama2-70b is a state-of-the-art language model fine-tuned on over 300,000 instructions. This model was fine-tuned by Nous Research, with Teknium and Emozilla leading the fine tuning process and dataset curation, Pygmalion sponsoring the compute, and several other contributors.
178
+
179
+ This Hermes model uses the exact same dataset as Hermes on Llama-1. This is to ensure consistency between the old Hermes and new, for anyone who wanted to keep Hermes as similar to the old one, just more capable.
180
+
181
+ This model stands out for its long responses, lower hallucination rate, and absence of OpenAI censorship mechanisms in the synthetic training data. The fine-tuning process was performed with a 4096 sequence length on an 8x H100 80GB machine.
182
+
183
+ ## Model Training
184
+
185
+ The model was trained almost entirely on synthetic GPT-4 outputs. Curating high quality GPT-4 datasets enables incredibly high quality in knowledge, task completion, and style.
186
+
187
+ This includes data from diverse sources such as GPTeacher, the general, roleplay v1&2, code instruct datasets, Nous Instruct & PDACTL (unpublished), and several others, detailed further below
188
+
189
+ ## Collaborators
190
+ The model fine-tuning and the datasets were a collaboration of efforts and resources between Teknium, Karan4D, Emozilla, Huemin Art, and Pygmalion AI.
191
+
192
+ Special mention goes to @winglian for assisting in some of the training issues.
193
+
194
+ Huge shoutout and acknowledgement is deserved for all the dataset creators who generously share their datasets openly.
195
+
196
+ Among the contributors of datasets:
197
+ - GPTeacher was made available by Teknium
198
+ - Wizard LM by nlpxucan
199
+ - Nous Research Instruct Dataset was provided by Karan4D and HueminArt.
200
+ - GPT4-LLM and Unnatural Instructions were provided by Microsoft
201
+ - Airoboros dataset by jondurbin
202
+ - Camel-AI's domain expert datasets are from Camel-AI
203
+ - CodeAlpaca dataset by Sahil 2801.
204
+
205
+ If anyone was left out, please open a thread in the community tab.
206
+
207
+ ## Prompt Format
208
+
209
+ The model follows the Alpaca prompt format:
210
+ ```
211
+ ### Instruction:
212
+ <prompt>
213
+
214
+ ### Response:
215
+ <leave a newline blank for model to respond>
216
+
217
+ ```
218
+
219
+ or
220
+
221
+ ```
222
+ ### Instruction:
223
+ <prompt>
224
+
225
+ ### Input:
226
+ <additional context>
227
+
228
+ ### Response:
229
+ <leave a newline blank for model to respond>
230
+
231
+ ```
232
+
233
+ ## Benchmarks:
234
+
235
+ GPT4All Suite:
236
+
237
+ ```
238
+ hf-causal-experimental (pretrained=/home/data/axolotl/Nous-Hermes-Llama2-70b,dtype=float16,use_accelerate=True), limit: None, provide_description: False, num_fewshot: 0, batch_size: None
239
+ | Task |Version| Metric |Value | |Stderr|
240
+ |-------------|------:|--------|-----:|---|-----:|
241
+ |arc_challenge| 0|acc |0.5734|± |0.0145|
242
+ | | |acc_norm|0.6015|± |0.0143|
243
+ |arc_easy | 0|acc |0.8422|± |0.0075|
244
+ | | |acc_norm|0.8253|± |0.0078|
245
+ |boolq | 1|acc |0.8422|± |0.0064|
246
+ |hellaswag | 0|acc |0.6519|± |0.0048|
247
+ | | |acc_norm|0.8363|± |0.0037|
248
+ |openbookqa | 0|acc |0.3880|± |0.0218|
249
+ | | |acc_norm|0.5000|± |0.0224|
250
+ |piqa | 0|acc |0.8313|± |0.0087|
251
+ | | |acc_norm|0.8351|± |0.0087|
252
+ |winogrande | 0|acc |0.7751|± |0.0117|
253
+ ```
254
+
255
+
256
+ BigBench Suite:
257
+ ```
258
+ hf-causal-experimental (pretrained=/home/data/axolotl/Nous-Hermes-Llama2-70b,dtype=float16,use_accelerate=True), limit: None, provide_description: False, num_fewshot: 0, batch_size: None
259
+ | Task |Version| Metric |Value | |Stderr|
260
+ |------------------------------------------------|------:|---------------------|-----:|---|-----:|
261
+ |bigbench_causal_judgement | 0|multiple_choice_grade|0.6579|± |0.0345|
262
+ |bigbench_date_understanding | 0|multiple_choice_grade|0.7344|± |0.0230|
263
+ |bigbench_disambiguation_qa | 0|multiple_choice_grade|0.3023|± |0.0286|
264
+ |bigbench_geometric_shapes | 0|multiple_choice_grade|0.2340|± |0.0224|
265
+ | | |exact_str_match |0.0000|± |0.0000|
266
+ |bigbench_logical_deduction_five_objects | 0|multiple_choice_grade|0.2760|± |0.0200|
267
+ |bigbench_logical_deduction_seven_objects | 0|multiple_choice_grade|0.1871|± |0.0148|
268
+ |bigbench_logical_deduction_three_objects | 0|multiple_choice_grade|0.4467|± |0.0288|
269
+ |bigbench_movie_recommendation | 0|multiple_choice_grade|0.3240|± |0.0210|
270
+ |bigbench_navigate | 0|multiple_choice_grade|0.5000|± |0.0158|
271
+ |bigbench_reasoning_about_colored_objects | 0|multiple_choice_grade|0.6605|± |0.0106|
272
+ |bigbench_ruin_names | 0|multiple_choice_grade|0.4598|± |0.0236|
273
+ |bigbench_salient_translation_error_detection | 0|multiple_choice_grade|0.2585|± |0.0139|
274
+ |bigbench_snarks | 0|multiple_choice_grade|0.6630|± |0.0352|
275
+ |bigbench_sports_understanding | 0|multiple_choice_grade|0.7394|± |0.0140|
276
+ |bigbench_temporal_sequences | 0|multiple_choice_grade|0.4440|± |0.0157|
277
+ |bigbench_tracking_shuffled_objects_five_objects | 0|multiple_choice_grade|0.2168|± |0.0117|
278
+ |bigbench_tracking_shuffled_objects_seven_objects| 0|multiple_choice_grade|0.1531|± |0.0086|
279
+ |bigbench_tracking_shuffled_objects_three_objects| 0|multiple_choice_grade|0.4467|± |0.0288|
280
+ ```
281
+
282
+ AGIEval:
283
+ ```
284
+ hf-causal-experimental (pretrained=/home/data/axolotl/Nous-Hermes-Llama2-70b,dtype=float16,use_accelerate=True), limit: None, provide_description: False, num_fewshot: 0, batch_size: None
285
+ | Task |Version| Metric |Value | |Stderr|
286
+ |------------------------------|------:|--------|-----:|---|-----:|
287
+ |agieval_aqua_rat | 0|acc |0.2480|± |0.0272|
288
+ | | |acc_norm|0.2362|± |0.0267|
289
+ |agieval_logiqa_en | 0|acc |0.3917|± |0.0191|
290
+ | | |acc_norm|0.3932|± |0.0192|
291
+ |agieval_lsat_ar | 0|acc |0.2217|± |0.0275|
292
+ | | |acc_norm|0.2000|± |0.0264|
293
+ |agieval_lsat_lr | 0|acc |0.5765|± |0.0219|
294
+ | | |acc_norm|0.4922|± |0.0222|
295
+ |agieval_lsat_rc | 0|acc |0.6914|± |0.0282|
296
+ | | |acc_norm|0.6022|± |0.0299|
297
+ |agieval_sat_en | 0|acc |0.8641|± |0.0239|
298
+ | | |acc_norm|0.8204|± |0.0268|
299
+ |agieval_sat_en_without_passage| 0|acc |0.5291|± |0.0349|
300
+ | | |acc_norm|0.4709|± |0.0349|
301
+ |agieval_sat_math | 0|acc |0.4136|± |0.0333|
302
+ | | |acc_norm|0.3455|± |0.0321|
303
+ ```
304
+
305
+ ## Resources for Applied Use Cases:
306
+ Check out LM Studio for a nice chatgpt style interface here: https://lmstudio.ai/
307
+ For an example of a back and forth chatbot using huggingface transformers and discord, check out: https://github.com/teknium1/alpaca-discord
308
+ For an example of a roleplaying discord chatbot, check out this: https://github.com/teknium1/alpaca-roleplay-discordbot
309
+
310
+ ## Future Plans
311
+ We plan to continue to iterate on both more high quality data, and new data filtering techniques to eliminate lower quality data going forward.
312
+
313
+ ## Model Usage
314
+ The model is available for download on Hugging Face. It is suitable for a wide range of language tasks, from generating creative text to understanding and following complex instructions.
315
+
316
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
317
+
318
+
319
+ ## Training procedure
320
+
321
+
322
+ The following `bitsandbytes` quantization config was used during training:
323
+ - quant_method: bitsandbytes
324
+ - load_in_8bit: False
325
+ - load_in_4bit: True
326
+ - llm_int8_threshold: 6.0
327
+ - llm_int8_skip_modules: None
328
+ - llm_int8_enable_fp32_cpu_offload: False
329
+ - llm_int8_has_fp16_weight: False
330
+ - bnb_4bit_quant_type: nf4
331
+ - bnb_4bit_use_double_quant: True
332
+ - bnb_4bit_compute_dtype: bfloat16
333
+
334
+ The following `bitsandbytes` quantization config was used during training:
335
+ - quant_method: bitsandbytes
336
+ - load_in_8bit: False
337
+ - load_in_4bit: True
338
+ - llm_int8_threshold: 6.0
339
+ - llm_int8_skip_modules: None
340
+ - llm_int8_enable_fp32_cpu_offload: False
341
+ - llm_int8_has_fp16_weight: False
342
+ - bnb_4bit_quant_type: nf4
343
+ - bnb_4bit_use_double_quant: True
344
+ - bnb_4bit_compute_dtype: bfloat16
345
+ ### Framework versions
346
+
347
+ - PEFT 0.5.0.dev0
348
+
349
+ - PEFT 0.5.0.dev0