TheBloke commited on
Commit
8f6c5be
1 Parent(s): 0d58fd0

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +367 -0
README.md ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/OpenBuddy/openbuddy-llama2-34b-v11.1-bf16
3
+ inference: false
4
+ language:
5
+ - zh
6
+ - en
7
+ - fr
8
+ - de
9
+ - ja
10
+ - ko
11
+ - it
12
+ - ru
13
+ library_name: transformers
14
+ license: llama2
15
+ model_creator: OpenBuddy
16
+ model_name: OpenBuddy Llama2 34B V11.1
17
+ model_type: llama
18
+ pipeline_tag: text-generation
19
+ prompt_template: "You are a helpful, respectful and honest INTP-T AI Assistant named\
20
+ \ Buddy. You are talking to a human User.\nAlways answer as helpfully and logically\
21
+ \ as possible, while being safe. Your answers should not include any harmful, political,\
22
+ \ religious, unethical, racist, sexist, toxic, dangerous, or illegal content. Please\
23
+ \ ensure that your responses are socially unbiased and positive in nature.\nIf a\
24
+ \ question does not make any sense, or is not factually coherent, explain why instead\
25
+ \ of answering something not correct. If you don't know the answer to a question,\
26
+ \ please don't share false information.\nYou like to use emojis. You can speak fluently\
27
+ \ in many languages, for example: English, Chinese.\nYou cannot access the internet,\
28
+ \ but you have vast knowledge, cutoff: 2021-09.\nYou are trained by OpenBuddy team,\
29
+ \ (https://openbuddy.ai, https://github.com/OpenBuddy/OpenBuddy), you are based\
30
+ \ on LLaMA and Falcon transformers model, not related to GPT or OpenAI.\n\nUser:\
31
+ \ {prompt}\nAssistant: \n"
32
+ quantized_by: TheBloke
33
+ ---
34
+
35
+ <!-- header start -->
36
+ <!-- 200823 -->
37
+ <div style="width: auto; margin-left: auto; margin-right: auto">
38
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
39
+ </div>
40
+ <div style="display: flex; justify-content: space-between; width: 100%;">
41
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
42
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
43
+ </div>
44
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
45
+ <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>
46
+ </div>
47
+ </div>
48
+ <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>
49
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
50
+ <!-- header end -->
51
+
52
+ # OpenBuddy Llama2 34B V11.1 - GPTQ
53
+ - Model creator: [OpenBuddy](https://huggingface.co/OpenBuddy)
54
+ - Original model: [OpenBuddy Llama2 34B V11.1](https://huggingface.co/OpenBuddy/openbuddy-llama2-34b-v11.1-bf16)
55
+
56
+ <!-- description start -->
57
+ ## Description
58
+
59
+ This repo contains GPTQ model files for [OpenBuddy's OpenBuddy Llama2 34B V11.1](https://huggingface.co/OpenBuddy/openbuddy-llama2-34b-v11.1-bf16).
60
+
61
+ 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.
62
+
63
+ <!-- description end -->
64
+ <!-- repositories-available start -->
65
+ ## Repositories available
66
+
67
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-AWQ)
68
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ)
69
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GGUF)
70
+ * [OpenBuddy's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/OpenBuddy/openbuddy-llama2-34b-v11.1-bf16)
71
+ <!-- repositories-available end -->
72
+
73
+ <!-- prompt-template start -->
74
+ ## Prompt template: OpenBuddy
75
+
76
+ ```
77
+ You are a helpful, respectful and honest INTP-T AI Assistant named Buddy. You are talking to a human User.
78
+ Always answer as helpfully and logically as possible, while being safe. Your answers should not include any harmful, political, religious, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
79
+ If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
80
+ You like to use emojis. You can speak fluently in many languages, for example: English, Chinese.
81
+ You cannot access the internet, but you have vast knowledge, cutoff: 2021-09.
82
+ You are trained by OpenBuddy team, (https://openbuddy.ai, https://github.com/OpenBuddy/OpenBuddy), you are based on LLaMA and Falcon transformers model, not related to GPT or OpenAI.
83
+
84
+ User: {prompt}
85
+ Assistant:
86
+
87
+ ```
88
+
89
+ <!-- prompt-template end -->
90
+
91
+
92
+ <!-- README_GPTQ.md-provided-files start -->
93
+ ## Provided files, and GPTQ parameters
94
+
95
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
96
+
97
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
98
+
99
+ All recent GPTQ files are made with AutoGPTQ, and all files in non-main branches are made with AutoGPTQ. Files in the `main` branch which were uploaded before August 2023 were made with GPTQ-for-LLaMa.
100
+
101
+ <details>
102
+ <summary>Explanation of GPTQ parameters</summary>
103
+
104
+ - Bits: The bit size of the quantised model.
105
+ - GS: GPTQ group size. Higher numbers use less VRAM, but have lower quantisation accuracy. "None" is the lowest possible value.
106
+ - Act Order: True or False. Also known as `desc_act`. True results in better quantisation accuracy. Some GPTQ clients have had issues with models that use Act Order plus Group Size, but this is generally resolved now.
107
+ - Damp %: A GPTQ parameter that affects how samples are processed for quantisation. 0.01 is default, but 0.1 results in slightly better accuracy.
108
+ - GPTQ dataset: The calibration dataset used during quantisation. Using a dataset more appropriate to the model's training can improve quantisation accuracy. Note that the GPTQ calibration dataset is not the same as the dataset used to train the model - please refer to the original model repo for details of the training dataset(s).
109
+ - Sequence Length: The length of the dataset sequences used for quantisation. Ideally this is the same as the model sequence length. For some very long sequence models (16+K), a lower sequence length may have to be used. Note that a lower sequence length does not limit the sequence length of the quantised model. It only impacts the quantisation accuracy on longer inference sequences.
110
+ - ExLlama Compatibility: Whether this file can be loaded with ExLlama, which currently only supports Llama models in 4-bit.
111
+
112
+ </details>
113
+
114
+ | Branch | Bits | GS | Act Order | Damp % | GPTQ Dataset | Seq Len | Size | ExLlama | Desc |
115
+ | ------ | ---- | -- | --------- | ------ | ------------ | ------- | ---- | ------- | ---- |
116
+ | [main](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ/tree/main) | 4 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 17.87 GB | Yes | 4-bit, with Act Order. No group size, to lower VRAM requirements. |
117
+ | [gptq-4-128g-actorder_True](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ/tree/gptq-4-128g-actorder_True) | 4 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 18.51 GB | Yes | 4-bit, with Act Order and group size 128g. Uses even less VRAM than 64g, but with slightly lower accuracy. |
118
+ | [gptq-4-32g-actorder_True](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ/tree/gptq-4-32g-actorder_True) | 4 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 20.46 GB | Yes | 4-bit, with Act Order and group size 32g. Gives highest possible inference quality, with maximum VRAM usage. |
119
+ | [gptq-3-128g-actorder_True](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ/tree/gptq-3-128g-actorder_True) | 3 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 14.33 GB | No | 3-bit, with group size 128g and act-order. Higher quality than 128g-False. |
120
+ | [gptq-8--1g-actorder_True](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ/tree/gptq-8--1g-actorder_True) | 8 | None | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 34.48 GB | No | 8-bit, with Act Order. No group size, to lower VRAM requirements. |
121
+ | [gptq-3-32g-actorder_True](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ/tree/gptq-3-32g-actorder_True) | 3 | 32 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 16.18 GB | No | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. |
122
+ | [gptq-8-128g-actorder_True](https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ/tree/gptq-8-128g-actorder_True) | 8 | 128 | Yes | 0.1 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 35.25 GB | No | 8-bit, with group size 128g for higher inference quality and with Act Order for even higher accuracy. |
123
+
124
+ <!-- README_GPTQ.md-provided-files end -->
125
+
126
+ <!-- README_GPTQ.md-download-from-branches start -->
127
+ ## How to download, including from branches
128
+
129
+ ### In text-generation-webui
130
+
131
+ To download from the `main` branch, enter `TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ` in the "Download model" box.
132
+
133
+ To download from another branch, add `:branchname` to the end of the download name, eg `TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ:gptq-4-128g-actorder_True`
134
+
135
+ ### From the command line
136
+
137
+ I recommend using the `huggingface-hub` Python library:
138
+
139
+ ```shell
140
+ pip3 install huggingface-hub
141
+ ```
142
+
143
+ To download the `main` branch to a folder called `openbuddy-llama2-34b-v11.1-bf16-GPTQ`:
144
+
145
+ ```shell
146
+ mkdir openbuddy-llama2-34b-v11.1-bf16-GPTQ
147
+ huggingface-cli download TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ --local-dir openbuddy-llama2-34b-v11.1-bf16-GPTQ --local-dir-use-symlinks False
148
+ ```
149
+
150
+ To download from a different branch, add the `--revision` parameter:
151
+
152
+ ```shell
153
+ mkdir openbuddy-llama2-34b-v11.1-bf16-GPTQ
154
+ huggingface-cli download TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ --revision gptq-4-128g-actorder_True --local-dir openbuddy-llama2-34b-v11.1-bf16-GPTQ --local-dir-use-symlinks False
155
+ ```
156
+
157
+ <details>
158
+ <summary>More advanced huggingface-cli download usage</summary>
159
+
160
+ If you remove the `--local-dir-use-symlinks False` parameter, the files will instead be stored in the central Huggingface cache directory (default location on Linux is: `~/.cache/huggingface`), and symlinks will be added to the specified `--local-dir`, pointing to their real location in the cache. This allows for interrupted downloads to be resumed, and allows you to quickly clone the repo to multiple places on disk without triggering a download again. The downside, and the reason why I don't list that as the default option, is that the files are then hidden away in a cache folder and it's harder to know where your disk space is being used, and to clear it up if/when you want to remove a download model.
161
+
162
+ The cache location can be changed with the `HF_HOME` environment variable, and/or the `--cache-dir` parameter to `huggingface-cli`.
163
+
164
+ 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).
165
+
166
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
167
+
168
+ ```shell
169
+ pip3 install hf_transfer
170
+ ```
171
+
172
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
173
+
174
+ ```shell
175
+ mkdir openbuddy-llama2-34b-v11.1-bf16-GPTQ
176
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ --local-dir openbuddy-llama2-34b-v11.1-bf16-GPTQ --local-dir-use-symlinks False
177
+ ```
178
+
179
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
180
+ </details>
181
+
182
+ ### With `git` (**not** recommended)
183
+
184
+ To clone a specific branch with `git`, use a command like this:
185
+
186
+ ```shell
187
+ git clone --single-branch --branch gptq-4-128g-actorder_True https://huggingface.co/TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ
188
+ ```
189
+
190
+ Note that using Git with HF repos is strongly discouraged. It will be much slower than using `huggingface-hub`, and will use twice as much disk space as it has to store the model files twice (it stores every byte both in the intended target folder, and again in the `.git` folder as a blob.)
191
+
192
+ <!-- README_GPTQ.md-download-from-branches end -->
193
+ <!-- README_GPTQ.md-text-generation-webui start -->
194
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
195
+
196
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
197
+
198
+ 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.
199
+
200
+ 1. Click the **Model tab**.
201
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ`.
202
+ - To download from a specific branch, enter for example `TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ:gptq-4-128g-actorder_True`
203
+ - see Provided Files above for the list of branches for each option.
204
+ 3. Click **Download**.
205
+ 4. The model will start downloading. Once it's finished it will say "Done".
206
+ 5. In the top left, click the refresh icon next to **Model**.
207
+ 6. In the **Model** dropdown, choose the model you just downloaded: `openbuddy-llama2-34b-v11.1-bf16-GPTQ`
208
+ 7. The model will automatically load, and is now ready for use!
209
+ 8. 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.
210
+ * Note that you do not need to and should not set manual GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
211
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
212
+ <!-- README_GPTQ.md-text-generation-webui end -->
213
+
214
+ <!-- README_GPTQ.md-use-from-python start -->
215
+ ## How to use this GPTQ model from Python code
216
+
217
+ ### Install the necessary packages
218
+
219
+ Requires: Transformers 4.33.0 or later, Optimum 1.12.0 or later, and AutoGPTQ 0.4.2 or later.
220
+
221
+ ```shell
222
+ pip3 install transformers optimum
223
+ pip3 install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/ # Use cu117 if on CUDA 11.7
224
+ ```
225
+
226
+ If you have problems installing AutoGPTQ using the pre-built wheels, install it from source instead:
227
+
228
+ ```shell
229
+ pip3 uninstall -y auto-gptq
230
+ git clone https://github.com/PanQiWei/AutoGPTQ
231
+ cd AutoGPTQ
232
+ git checkout v0.4.2
233
+ pip3 install .
234
+ ```
235
+
236
+ ### You can then use the following code
237
+
238
+ ```python
239
+ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
240
+
241
+ model_name_or_path = "TheBloke/openbuddy-llama2-34b-v11.1-bf16-GPTQ"
242
+ # To use a different branch, change revision
243
+ # For example: revision="gptq-4-128g-actorder_True"
244
+ model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
245
+ device_map="auto",
246
+ trust_remote_code=False,
247
+ revision="main")
248
+
249
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
250
+
251
+ prompt = "Tell me about AI"
252
+ prompt_template=f'''You are a helpful, respectful and honest INTP-T AI Assistant named Buddy. You are talking to a human User.
253
+ Always answer as helpfully and logically as possible, while being safe. Your answers should not include any harmful, political, religious, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
254
+ If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
255
+ You like to use emojis. You can speak fluently in many languages, for example: English, Chinese.
256
+ You cannot access the internet, but you have vast knowledge, cutoff: 2021-09.
257
+ You are trained by OpenBuddy team, (https://openbuddy.ai, https://github.com/OpenBuddy/OpenBuddy), you are based on LLaMA and Falcon transformers model, not related to GPT or OpenAI.
258
+
259
+ User: {prompt}
260
+ Assistant:
261
+ '''
262
+
263
+ print("\n\n*** Generate:")
264
+
265
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
266
+ output = model.generate(inputs=input_ids, temperature=0.7, do_sample=True, top_p=0.95, top_k=40, max_new_tokens=512)
267
+ print(tokenizer.decode(output[0]))
268
+
269
+ # Inference can also be done using transformers' pipeline
270
+
271
+ print("*** Pipeline:")
272
+ pipe = pipeline(
273
+ "text-generation",
274
+ model=model,
275
+ tokenizer=tokenizer,
276
+ max_new_tokens=512,
277
+ do_sample=True,
278
+ temperature=0.7,
279
+ top_p=0.95,
280
+ top_k=40,
281
+ repetition_penalty=1.1
282
+ )
283
+
284
+ print(pipe(prompt_template)[0]['generated_text'])
285
+ ```
286
+ <!-- README_GPTQ.md-use-from-python end -->
287
+
288
+ <!-- README_GPTQ.md-compatibility start -->
289
+ ## Compatibility
290
+
291
+ The files provided are tested to work with AutoGPTQ, both via Transformers and using AutoGPTQ directly. They should also work with [Occ4m's GPTQ-for-LLaMa fork](https://github.com/0cc4m/KoboldAI).
292
+
293
+ [ExLlama](https://github.com/turboderp/exllama) is compatible with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
294
+
295
+ [Huggingface Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) is compatible with all GPTQ models.
296
+ <!-- README_GPTQ.md-compatibility end -->
297
+
298
+ <!-- footer start -->
299
+ <!-- 200823 -->
300
+ ## Discord
301
+
302
+ For further support, and discussions on these models and AI in general, join us at:
303
+
304
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
305
+
306
+ ## Thanks, and how to contribute
307
+
308
+ Thanks to the [chirper.ai](https://chirper.ai) team!
309
+
310
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
311
+
312
+ 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.
313
+
314
+ 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.
315
+
316
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
317
+
318
+ * Patreon: https://patreon.com/TheBlokeAI
319
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
320
+
321
+ **Special thanks to**: Aemon Algiz.
322
+
323
+ **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
324
+
325
+
326
+ Thank you to all my generous patrons and donaters!
327
+
328
+ And thank you again to a16z for their generous grant.
329
+
330
+ <!-- footer end -->
331
+
332
+ # Original model card: OpenBuddy's OpenBuddy Llama2 34B V11.1
333
+
334
+
335
+
336
+ # OpenBuddy - Open Multilingual Chatbot
337
+
338
+ GitHub and Usage Guide: [https://github.com/OpenBuddy/OpenBuddy](https://github.com/OpenBuddy/OpenBuddy)
339
+
340
+ Website and Demo: [https://openbuddy.ai](https://openbuddy.ai)
341
+
342
+ ![Demo](https://raw.githubusercontent.com/OpenBuddy/OpenBuddy/main/media/demo.png)
343
+
344
+ # Copyright Notice
345
+
346
+ This model is built upon Meta's LLaMA series of models and is subject to Meta's licensing agreement.
347
+
348
+ This model is intended for use only by individuals who have obtained approval from Meta and are eligible to download LLaMA.
349
+
350
+ If you have not obtained approval from Meta, you must visit the https://ai.meta.com/llama/ page, read and agree to the model's licensing agreement, submit an application, and wait for approval from Meta before downloading the model from this page.
351
+
352
+ ## Disclaimer
353
+
354
+ All OpenBuddy models have inherent limitations and may potentially produce outputs that are erroneous, harmful, offensive, or otherwise undesirable. Users should not use these models in critical or high-stakes situations that may lead to personal injury, property damage, or significant losses. Examples of such scenarios include, but are not limited to, the medical field, controlling software and hardware systems that may cause harm, and making important financial or legal decisions.
355
+
356
+ OpenBuddy is provided "as-is" without any warranty of any kind, either express or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors, contributors, or copyright holders be liable for any claim, damages, or other liabilities, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
357
+
358
+ By using OpenBuddy, you agree to these terms and conditions, and acknowledge that you understand the potential risks associated with its use. You also agree to indemnify and hold harmless the authors, contributors, and copyright holders from any claims, damages, or liabilities arising from your use of OpenBuddy.
359
+
360
+
361
+ ## 免责声明
362
+
363
+ 所有OpenBuddy模型均存在固有的局限性,可能产生错误的、有害的、冒犯性的或其他不良的输出。用户在关键或高风险场景中应谨慎行事,不要使用这些模型,以免导致人身伤害、财产损失或重大损失。此类场景的例子包括但不限于医疗领域、可能导致伤害的软硬件系统的控制以及进行重要的财务或法律决策。
364
+
365
+ OpenBuddy按“原样”提供,不附带任何种类的明示或暗示的保证,包括但不限于适销性、特定目的的适用性和非侵权的暗示保证。在任何情况下,作者、贡献者或版权所有者均不对因软件或使用或其他软件交易而产生的任何索赔、损害赔偿或其他责任(无论是合同、侵权还是其他原因)承担责任。
366
+
367
+ 使用OpenBuddy即表示您同意这些条款和条件,并承认您了解其使用可能带来的潜在风险。您还同意赔偿并使作者、贡献者和版权所有者免受因您使用OpenBuddy而产生的任何索赔、损害赔偿或责任的影响。