TheBloke commited on
Commit
15dcc3d
1 Parent(s): 100c3c3

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +444 -0
README.md ADDED
@@ -0,0 +1,444 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NousResearch/Nous-Capybara-7B-V1.9
3
+ datasets:
4
+ - LDJnr/LessWrong-Amplify-Instruct
5
+ - LDJnr/Pure-Dove
6
+ - LDJnr/Verified-Camel
7
+ inference: false
8
+ language:
9
+ - eng
10
+ license:
11
+ - mit
12
+ model_creator: NousResearch
13
+ model_name: Nous Capybara 7B v1.9
14
+ model_type: mistral
15
+ prompt_template: 'USER: {prompt}
16
+
17
+ ASSISTANT:
18
+
19
+ '
20
+ quantized_by: TheBloke
21
+ tags:
22
+ - sft
23
+ - StableLM
24
+ ---
25
+ <!-- markdownlint-disable MD041 -->
26
+
27
+ <!-- header start -->
28
+ <!-- 200823 -->
29
+ <div style="width: auto; margin-left: auto; margin-right: auto">
30
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
31
+ </div>
32
+ <div style="display: flex; justify-content: space-between; width: 100%;">
33
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
34
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
35
+ </div>
36
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
37
+ <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>
38
+ </div>
39
+ </div>
40
+ <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>
41
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
42
+ <!-- header end -->
43
+
44
+ # Nous Capybara 7B v1.9 - AWQ
45
+ - Model creator: [NousResearch](https://huggingface.co/NousResearch)
46
+ - Original model: [Nous Capybara 7B v1.9](https://huggingface.co/NousResearch/Nous-Capybara-7B-V1.9)
47
+
48
+ <!-- description start -->
49
+ ## Description
50
+
51
+ This repo contains AWQ model files for [NousResearch's Nous Capybara 7B v1.9](https://huggingface.co/NousResearch/Nous-Capybara-7B-V1.9).
52
+
53
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
54
+
55
+
56
+ ### About AWQ
57
+
58
+ AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization. Compared to GPTQ, it offers faster Transformers-based inference with equivalent or better quality compared to the most commonly used GPTQ settings.
59
+
60
+ It is supported by:
61
+
62
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
63
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
64
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
65
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
66
+
67
+ <!-- description end -->
68
+ <!-- repositories-available start -->
69
+ ## Repositories available
70
+
71
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Nous-Capybara-7B-v1.9-AWQ)
72
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Nous-Capybara-7B-v1.9-GPTQ)
73
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Nous-Capybara-7B-v1.9-GGUF)
74
+ * [NousResearch's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/NousResearch/Nous-Capybara-7B-V1.9)
75
+ <!-- repositories-available end -->
76
+
77
+ <!-- prompt-template start -->
78
+ ## Prompt template: User-Assistant
79
+
80
+ ```
81
+ USER: {prompt}
82
+ ASSISTANT:
83
+
84
+ ```
85
+
86
+ <!-- prompt-template end -->
87
+
88
+
89
+ <!-- README_AWQ.md-provided-files start -->
90
+ ## Provided files, and AWQ parameters
91
+
92
+ For my first release of AWQ models, I am releasing 128g models only. I will consider adding 32g as well if there is interest, and once I have done perplexity and evaluation comparisons, but at this time 32g models are still not fully tested with AutoAWQ and vLLM.
93
+
94
+ Models are released as sharded safetensors files.
95
+
96
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
97
+ | ------ | ---- | -- | ----------- | ------- | ---- |
98
+ | [main](https://huggingface.co/TheBloke/Nous-Capybara-7B-v1.9-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 4.15 GB
99
+
100
+ <!-- README_AWQ.md-provided-files end -->
101
+
102
+ <!-- README_AWQ.md-text-generation-webui start -->
103
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
104
+
105
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
106
+
107
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you're sure you know how to make a manual install.
108
+
109
+ 1. Click the **Model tab**.
110
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/Nous-Capybara-7B-v1.9-AWQ`.
111
+ 3. Click **Download**.
112
+ 4. The model will start downloading. Once it's finished it will say "Done".
113
+ 5. In the top left, click the refresh icon next to **Model**.
114
+ 6. In the **Model** dropdown, choose the model you just downloaded: `Nous-Capybara-7B-v1.9-AWQ`
115
+ 7. Select **Loader: AutoAWQ**.
116
+ 8. Click Load, and the model will load and is now ready for use.
117
+ 9. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right.
118
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
119
+ <!-- README_AWQ.md-text-generation-webui end -->
120
+
121
+ <!-- README_AWQ.md-use-from-vllm start -->
122
+ ## Multi-user inference server: vLLM
123
+
124
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
125
+
126
+ - Please ensure you are using vLLM version 0.2 or later.
127
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
128
+
129
+ For example:
130
+
131
+ ```shell
132
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/Nous-Capybara-7B-v1.9-AWQ --quantization awq
133
+ ```
134
+
135
+ - When using vLLM from Python code, again set `quantization=awq`.
136
+
137
+ For example:
138
+
139
+ ```python
140
+ from vllm import LLM, SamplingParams
141
+
142
+ prompts = [
143
+ "Tell me about AI",
144
+ "Write a story about llamas",
145
+ "What is 291 - 150?",
146
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
147
+ ]
148
+ prompt_template=f'''USER: {prompt}
149
+ ASSISTANT:
150
+ '''
151
+
152
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
153
+
154
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
155
+
156
+ llm = LLM(model="TheBloke/Nous-Capybara-7B-v1.9-AWQ", quantization="awq", dtype="auto")
157
+
158
+ outputs = llm.generate(prompts, sampling_params)
159
+
160
+ # Print the outputs.
161
+ for output in outputs:
162
+ prompt = output.prompt
163
+ generated_text = output.outputs[0].text
164
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
165
+ ```
166
+ <!-- README_AWQ.md-use-from-vllm start -->
167
+
168
+ <!-- README_AWQ.md-use-from-tgi start -->
169
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
170
+
171
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
172
+
173
+ Example Docker parameters:
174
+
175
+ ```shell
176
+ --model-id TheBloke/Nous-Capybara-7B-v1.9-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
177
+ ```
178
+
179
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
180
+
181
+ ```shell
182
+ pip3 install huggingface-hub
183
+ ```
184
+
185
+ ```python
186
+ from huggingface_hub import InferenceClient
187
+
188
+ endpoint_url = "https://your-endpoint-url-here"
189
+
190
+ prompt = "Tell me about AI"
191
+ prompt_template=f'''USER: {prompt}
192
+ ASSISTANT:
193
+ '''
194
+
195
+ client = InferenceClient(endpoint_url)
196
+ response = client.text_generation(prompt,
197
+ max_new_tokens=128,
198
+ do_sample=True,
199
+ temperature=0.7,
200
+ top_p=0.95,
201
+ top_k=40,
202
+ repetition_penalty=1.1)
203
+
204
+ print(f"Model output: ", response)
205
+ ```
206
+ <!-- README_AWQ.md-use-from-tgi end -->
207
+
208
+ <!-- README_AWQ.md-use-from-python start -->
209
+ ## Inference from Python code using AutoAWQ
210
+
211
+ ### Install the AutoAWQ package
212
+
213
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.1 or later.
214
+
215
+ ```shell
216
+ pip3 install autoawq
217
+ ```
218
+
219
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
220
+
221
+ ```shell
222
+ pip3 uninstall -y autoawq
223
+ git clone https://github.com/casper-hansen/AutoAWQ
224
+ cd AutoAWQ
225
+ pip3 install .
226
+ ```
227
+
228
+ ### AutoAWQ example code
229
+
230
+ ```python
231
+ from awq import AutoAWQForCausalLM
232
+ from transformers import AutoTokenizer
233
+
234
+ model_name_or_path = "TheBloke/Nous-Capybara-7B-v1.9-AWQ"
235
+
236
+ # Load tokenizer
237
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
238
+ # Load model
239
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
240
+ trust_remote_code=False, safetensors=True)
241
+
242
+ prompt = "Tell me about AI"
243
+ prompt_template=f'''USER: {prompt}
244
+ ASSISTANT:
245
+ '''
246
+
247
+ print("*** Running model.generate:")
248
+
249
+ token_input = tokenizer(
250
+ prompt_template,
251
+ return_tensors='pt'
252
+ ).input_ids.cuda()
253
+
254
+ # Generate output
255
+ generation_output = model.generate(
256
+ token_input,
257
+ do_sample=True,
258
+ temperature=0.7,
259
+ top_p=0.95,
260
+ top_k=40,
261
+ max_new_tokens=512
262
+ )
263
+
264
+ # Get the tokens from the output, decode them, print them
265
+ token_output = generation_output[0]
266
+ text_output = tokenizer.decode(token_output)
267
+ print("LLM output: ", text_output)
268
+
269
+ """
270
+ # Inference should be possible with transformers pipeline as well in future
271
+ # But currently this is not yet supported by AutoAWQ (correct as of September 25th 2023)
272
+ from transformers import pipeline
273
+
274
+ print("*** Pipeline:")
275
+ pipe = pipeline(
276
+ "text-generation",
277
+ model=model,
278
+ tokenizer=tokenizer,
279
+ max_new_tokens=512,
280
+ do_sample=True,
281
+ temperature=0.7,
282
+ top_p=0.95,
283
+ top_k=40,
284
+ repetition_penalty=1.1
285
+ )
286
+
287
+ print(pipe(prompt_template)[0]['generated_text'])
288
+ """
289
+ ```
290
+ <!-- README_AWQ.md-use-from-python end -->
291
+
292
+ <!-- README_AWQ.md-compatibility start -->
293
+ ## Compatibility
294
+
295
+ The files provided are tested to work with:
296
+
297
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
298
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
299
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
300
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
301
+
302
+ <!-- README_AWQ.md-compatibility end -->
303
+
304
+ <!-- footer start -->
305
+ <!-- 200823 -->
306
+ ## Discord
307
+
308
+ For further support, and discussions on these models and AI in general, join us at:
309
+
310
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
311
+
312
+ ## Thanks, and how to contribute
313
+
314
+ Thanks to the [chirper.ai](https://chirper.ai) team!
315
+
316
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
317
+
318
+ 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.
319
+
320
+ 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.
321
+
322
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
323
+
324
+ * Patreon: https://patreon.com/TheBlokeAI
325
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
326
+
327
+ **Special thanks to**: Aemon Algiz.
328
+
329
+ **Patreon special mentions**: Brandon Frisco, LangChain4j, Spiking Neurons AB, transmissions 11, Joseph William Delisle, Nitin Borwankar, Willem Michiel, Michael Dempsey, vamX, Jeffrey Morgan, zynix, jjj, Omer Bin Jawed, Sean Connelly, jinyuan sun, Jeromy Smith, Shadi, Pawan Osman, Chadd, Elijah Stavena, Illia Dulskyi, Sebastain Graf, Stephen Murray, terasurfer, Edmond Seymore, Celu Ramasamy, Mandus, Alex, biorpg, Ajan Kanaga, Clay Pascal, Raven Klaugh, 阿明, K, ya boyyy, usrbinkat, Alicia Loh, John Villwock, ReadyPlayerEmma, Chris Smitley, Cap'n Zoog, fincy, GodLy, S_X, sidney chen, Cory Kujawski, OG, Mano Prime, AzureBlack, Pieter, Kalila, Spencer Kim, Tom X Nguyen, Stanislav Ovsiannikov, Michael Levine, Andrey, Trailburnt, Vadim, Enrico Ros, Talal Aujan, Brandon Phillips, Jack West, Eugene Pentland, Michael Davis, Will Dee, webtim, Jonathan Leane, Alps Aficionado, Rooh Singh, Tiffany J. Kim, theTransient, Luke @flexchar, Elle, Caitlyn Gatomon, Ari Malik, subjectnull, Johann-Peter Hartmann, Trenton Dambrowitz, Imad Khwaja, Asp the Wyvern, Emad Mostaque, Rainer Wilmers, Alexandros Triantafyllidis, Nicholas, Pedro Madruga, SuperWojo, Harry Royden McLaughlin, James Bentley, Olakabola, David Ziegler, Ai Maven, Jeff Scroggin, Nikolai Manek, Deo Leter, Matthew Berman, Fen Risland, Ken Nordquist, Manuel Alberto Morcote, Luke Pendergrass, TL, Fred von Graf, Randy H, Dan Guido, NimbleBox.ai, Vitor Caleffi, Gabriel Tamborski, knownsqashed, Lone Striker, Erik Bjäreholt, John Detwiler, Leonard Tan, Iucharbius
330
+
331
+
332
+ Thank you to all my generous patrons and donaters!
333
+
334
+ And thank you again to a16z for their generous grant.
335
+
336
+ <!-- footer end -->
337
+
338
+ # Original model card: NousResearch's Nous Capybara 7B v1.9
339
+
340
+
341
+ ## **Nous-Capybara-7B V1.9**
342
+
343
+ **This is currently the best 7B version of Capybara to use**
344
+
345
+ What's new compared to V1?: *V1.9 now leverages novel unalignment techniques that lead to more consistent and dynamic control, we also worked on enhanced quality curation for training data and a significantly better foundation model(Mistral)!*
346
+
347
+ The Capybara series is the first Nous collection of dataset and models made by fine-tuning mostly on data created by Nous in-house.
348
+
349
+ We leverage our novel data synthesis technique called Amplify-instruct (Paper coming soon), the seed distribution and synthesis method are comprised of a synergistic combination of top performing existing data synthesis techniques and distributions used for SOTA models such as Airoboros, Evol-Instruct(WizardLM), Orca, Vicuna, Know_Logic, Lamini, FLASK and others, all into one lean holistically formed methodology for the dataset and model. The seed instructions used for the start of synthesized conversations are largely based on highly datasets like Airoboros, Know logic, EverythingLM, GPTeacher and even entirely new seed instructions derived from posts on the website LessWrong, as well as being supplemented with certain in-house multi-turn datasets like Dove(A successor to Puffin).
350
+
351
+ While performing great in it's current state, the current dataset used for fine-tuning is entirely contained within 20K training examples, this is 10 times smaller than many similar performing current models, this is signficant when it comes to scaling implications for our next generation of models once we scale our novel syntheiss methods to significantly more examples.
352
+
353
+ ## Process of creation and special thank yous!
354
+
355
+ This model was fine-tuned by Nous Research as part of the Capybara/Amplify-Instruct project led by Luigi D.(LDJ) (Paper coming soon), as well as significant dataset formation contributions by J-Supha and general compute and experimentation management by Jeffrey Q. during ablations.
356
+
357
+ Special thank you to **A16Z** for sponsoring our training, as well as **Yield Protocol** for their support in financially sponsoring resources during the R&D of this project.
358
+
359
+ ## Thank you to those of you that have indirectly contributed!
360
+
361
+ While most of the tokens within Capybara are newly synthsized and part of datasets like Puffin/Dove, we would like to credit the single-turn datasets we leveraged as seeds that are used to generate the multi-turn data as part of the Amplify-Instruct synthesis.
362
+
363
+ The datasets shown in green below are datasets that we sampled from to curate seeds that are used during Amplify-Instruct synthesis for this project.
364
+
365
+ Datasets in Blue are in-house curations that previously existed prior to Capybara.
366
+
367
+ ![Capybara](https://i.imgur.com/yB58OoD.jpeg)
368
+
369
+ ## Model Training
370
+
371
+ Nous-Capybara 7B V1.9 is a new model trained for multiple epochs on a dataset of roughly 20,000 carefully curated conversational examples, most of which are comprised of entirely new in-house synthesized tokens.
372
+
373
+ Additional data came from human curated CamelAI data, with the help of volunteers ranging from former Physics PhD's, Mathematicians, Biologists and more!
374
+
375
+ ## Prompt Format
376
+
377
+ The reccomended model usage is:
378
+
379
+ ```
380
+ USER:
381
+
382
+ ASSISTANT:
383
+ ```
384
+
385
+ ## Mutli-Modality!
386
+
387
+ - We currently have a Multi-modal model based on Capybara V1.9!
388
+ https://huggingface.co/NousResearch/Obsidian-3B-V0.5
389
+ it is currently only available as a 3B sized model but larger versions coming!
390
+
391
+
392
+ ## Notable Features:
393
+
394
+ - Over 60% of the dataset is comprised of multi-turn conversations.(Most models are still only trained for single-turn conversations and no back and forths!)
395
+
396
+ - Over 1,000 tokens average per conversation example! (Most models are trained on conversation data that is less than 300 tokens per example.)
397
+
398
+ - Able to effectively do complex summaries of advanced topics and studies. (trained on hundreds of advanced difficult summary tasks developed in-house)
399
+
400
+ - Ability to recall information upto late 2022 without internet.
401
+
402
+ - Includes a portion of conversational data synthesized from less wrong posts, discussing very in-depth details and philosophies about the nature of reality, reasoning, rationality, self-improvement and related concepts.
403
+
404
+ ## Example Outputs!:
405
+
406
+ ![Capybara](https://img001.prntscr.com/file/img001/T9yYxR1xQSaK_UGdy3t2Cw.png)
407
+
408
+ ![Capybara](https://img001.prntscr.com/file/img001/DQXqmKbsQQOIcgny1eoGNA.png)
409
+
410
+ ![Capybara](https://img001.prntscr.com/file/img001/85X3L9ZxTsOKo3fUQ7GRVA.png)
411
+
412
+ ## Benchmarks! (Coming soon!)
413
+
414
+ ## Future Changes
415
+
416
+ This is a relatively early build amongst the grand plans for the future of Capybara!
417
+
418
+ ## Future model sizes
419
+
420
+ Capybara V1.9 now currently has a 3B ad 7B size, and we plan to eventually have a 13B and 70B version in the future, as well as a potential 1B version based on phi-1.5 or Tiny Llama.
421
+
422
+ ## How you can help!
423
+
424
+ In the near future we plan on leveraging the help of domain specific expert volunteers to eliminate any mathematically/verifiably incorrect answers from our training curations.
425
+
426
+ If you have at-least a bachelors in mathematics, physics, biology or chemistry and would like to volunteer even just 30 minutes of your expertise time, please contact LDJ on discord!
427
+
428
+ ## Dataset contamination.
429
+
430
+ We have checked the capybara dataset for contamination for several of the most popular datasets and can confirm that there is no contaminaton found.
431
+
432
+ We leveraged minhash to check for 100%, 99%, 98% and 97% similarity matches between our data and the questions and answers in benchmarks, we found no exact matches, nor did we find any matches down to the 97% similarity level.
433
+
434
+ The following are benchmarks we checked for contamination against our dataset:
435
+
436
+ - HumanEval
437
+
438
+ - AGIEval
439
+
440
+ - TruthfulQA
441
+
442
+ - MMLU
443
+
444
+ - GPT4All