TheBloke commited on
Commit
b0060f9
1 Parent(s): 6456219

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +433 -0
README.md ADDED
@@ -0,0 +1,433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: TigerResearch/tigerbot-70b-chat-v4
3
+ inference: false
4
+ language:
5
+ - zh
6
+ - en
7
+ license: apache-2.0
8
+ model_creator: Tiger Research
9
+ model_name: Tigerbot 70B Chat v4
10
+ model_type: llama
11
+ prompt_template: 'Below is an instruction that describes a task. Write a response
12
+ that appropriately completes the request.
13
+
14
+
15
+ ### Instruction:
16
+
17
+ {prompt}
18
+
19
+
20
+ ### Response:
21
+
22
+ '
23
+ quantized_by: TheBloke
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
+ # Tigerbot 70B Chat v4 - GGUF
45
+ - Model creator: [Tiger Research](https://huggingface.co/TigerResearch)
46
+ - Original model: [Tigerbot 70B Chat v4](https://huggingface.co/TigerResearch/tigerbot-70b-chat-v4)
47
+
48
+ <!-- description start -->
49
+ ## Description
50
+
51
+ This repo contains GGUF format model files for [Tiger Research's Tigerbot 70B Chat v4](https://huggingface.co/TigerResearch/tigerbot-70b-chat-v4).
52
+
53
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
54
+
55
+ <!-- description end -->
56
+ <!-- README_GGUF.md-about-gguf start -->
57
+ ### About GGUF
58
+
59
+ GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
60
+
61
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
62
+
63
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
64
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui), the most widely used web UI, with many features and powerful extensions. Supports GPU acceleration.
65
+ * [KoboldCpp](https://github.com/LostRuins/koboldcpp), a fully featured web UI, with GPU accel across all platforms and GPU architectures. Especially good for story telling.
66
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
67
+ * [LoLLMS Web UI](https://github.com/ParisNeo/lollms-webui), a great web UI with many interesting and unique features, including a full model library for easy model selection.
68
+ * [Faraday.dev](https://faraday.dev/), an attractive and easy to use character-based chat GUI for Windows and macOS (both Silicon and Intel), with GPU acceleration.
69
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
70
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
71
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
72
+
73
+ <!-- README_GGUF.md-about-gguf end -->
74
+ <!-- repositories-available start -->
75
+ ## Repositories available
76
+
77
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-AWQ)
78
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GPTQ)
79
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF)
80
+ * [Tiger Research's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TigerResearch/tigerbot-70b-chat-v4)
81
+ <!-- repositories-available end -->
82
+
83
+ <!-- prompt-template start -->
84
+ ## Prompt template: Alpaca
85
+
86
+ ```
87
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
88
+
89
+ ### Instruction:
90
+ {prompt}
91
+
92
+ ### Response:
93
+
94
+ ```
95
+
96
+ <!-- prompt-template end -->
97
+ <!-- licensing start -->
98
+ ## Licensing
99
+
100
+ The creator of the source model has listed its license as `apache-2.0`, and this quantization has therefore used that same license.
101
+
102
+ As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
103
+
104
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Tiger Research's Tigerbot 70B Chat v4](https://huggingface.co/TigerResearch/tigerbot-70b-chat-v4).
105
+ <!-- licensing end -->
106
+ <!-- compatibility_gguf start -->
107
+ ## Compatibility
108
+
109
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
110
+
111
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
112
+
113
+ ## Explanation of quantisation methods
114
+
115
+ <details>
116
+ <summary>Click to see details</summary>
117
+
118
+ The new methods available are:
119
+
120
+ * 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)
121
+ * 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.
122
+ * 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.
123
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
124
+ * 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
125
+
126
+ Refer to the Provided Files table below to see what files use which methods, and how.
127
+ </details>
128
+ <!-- compatibility_gguf end -->
129
+
130
+ <!-- README_GGUF.md-provided-files start -->
131
+ ## Provided files
132
+
133
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
134
+ | ---- | ---- | ---- | ---- | ---- | ----- |
135
+ | [tigerbot-70b-chat-v4.Q2_K.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q2_K.gguf) | Q2_K | 2 | 29.59 GB| 32.09 GB | smallest, significant quality loss - not recommended for most purposes |
136
+ | [tigerbot-70b-chat-v4.Q3_K_S.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q3_K_S.gguf) | Q3_K_S | 3 | 30.26 GB| 32.76 GB | very small, high quality loss |
137
+ | [tigerbot-70b-chat-v4.Q3_K_M.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q3_K_M.gguf) | Q3_K_M | 3 | 33.53 GB| 36.03 GB | very small, high quality loss |
138
+ | [tigerbot-70b-chat-v4.Q3_K_L.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q3_K_L.gguf) | Q3_K_L | 3 | 36.49 GB| 38.99 GB | small, substantial quality loss |
139
+ | [tigerbot-70b-chat-v4.Q4_0.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q4_0.gguf) | Q4_0 | 4 | 39.25 GB| 41.75 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
140
+ | [tigerbot-70b-chat-v4.Q4_K_S.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q4_K_S.gguf) | Q4_K_S | 4 | 39.45 GB| 41.95 GB | small, greater quality loss |
141
+ | [tigerbot-70b-chat-v4.Q4_K_M.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q4_K_M.gguf) | Q4_K_M | 4 | 41.80 GB| 44.30 GB | medium, balanced quality - recommended |
142
+ | [tigerbot-70b-chat-v4.Q5_0.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q5_0.gguf) | Q5_0 | 5 | 47.87 GB| 50.37 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
143
+ | [tigerbot-70b-chat-v4.Q5_K_S.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q5_K_S.gguf) | Q5_K_S | 5 | 47.87 GB| 50.37 GB | large, low quality loss - recommended |
144
+ | [tigerbot-70b-chat-v4.Q5_K_M.gguf](https://huggingface.co/TheBloke/tigerbot-70B-chat-v4-GGUF/blob/main/tigerbot-70b-chat-v4.Q5_K_M.gguf) | Q5_K_M | 5 | 49.16 GB| 51.66 GB | large, very low quality loss - recommended |
145
+ | tigerbot-70b-chat-v4.Q6_K.gguf | Q6_K | 6 | 57.03 GB| 59.53 GB | very large, extremely low quality loss |
146
+ | tigerbot-70b-chat-v4.Q8_0.gguf | Q8_0 | 8 | 73.87 GB| 76.37 GB | very large, extremely low quality loss - not recommended |
147
+
148
+ **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.
149
+
150
+ ### Q6_K and Q8_0 files are split and require joining
151
+
152
+ **Note:** HF does not support uploading files larger than 50GB. Therefore I have uploaded the Q6_K and Q8_0 files as split files.
153
+
154
+ <details>
155
+ <summary>Click for instructions regarding Q6_K and Q8_0 files</summary>
156
+
157
+ ### q6_K
158
+ Please download:
159
+ * `tigerbot-70b-chat-v4.Q6_K.gguf-split-a`
160
+ * `tigerbot-70b-chat-v4.Q6_K.gguf-split-b`
161
+
162
+ ### q8_0
163
+ Please download:
164
+ * `tigerbot-70b-chat-v4.Q8_0.gguf-split-a`
165
+ * `tigerbot-70b-chat-v4.Q8_0.gguf-split-b`
166
+
167
+ To join the files, do the following:
168
+
169
+ Linux and macOS:
170
+ ```
171
+ cat tigerbot-70b-chat-v4.Q6_K.gguf-split-* > tigerbot-70b-chat-v4.Q6_K.gguf && rm tigerbot-70b-chat-v4.Q6_K.gguf-split-*
172
+ cat tigerbot-70b-chat-v4.Q8_0.gguf-split-* > tigerbot-70b-chat-v4.Q8_0.gguf && rm tigerbot-70b-chat-v4.Q8_0.gguf-split-*
173
+ ```
174
+ Windows command line:
175
+ ```
176
+ COPY /B tigerbot-70b-chat-v4.Q6_K.gguf-split-a + tigerbot-70b-chat-v4.Q6_K.gguf-split-b tigerbot-70b-chat-v4.Q6_K.gguf
177
+ del tigerbot-70b-chat-v4.Q6_K.gguf-split-a tigerbot-70b-chat-v4.Q6_K.gguf-split-b
178
+
179
+ COPY /B tigerbot-70b-chat-v4.Q8_0.gguf-split-a + tigerbot-70b-chat-v4.Q8_0.gguf-split-b tigerbot-70b-chat-v4.Q8_0.gguf
180
+ del tigerbot-70b-chat-v4.Q8_0.gguf-split-a tigerbot-70b-chat-v4.Q8_0.gguf-split-b
181
+ ```
182
+
183
+ </details>
184
+ <!-- README_GGUF.md-provided-files end -->
185
+
186
+ <!-- README_GGUF.md-how-to-download start -->
187
+ ## How to download GGUF files
188
+
189
+ **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.
190
+
191
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
192
+
193
+ * LM Studio
194
+ * LoLLMS Web UI
195
+ * Faraday.dev
196
+
197
+ ### In `text-generation-webui`
198
+
199
+ Under Download Model, you can enter the model repo: TheBloke/tigerbot-70B-chat-v4-GGUF and below it, a specific filename to download, such as: tigerbot-70b-chat-v4.Q4_K_M.gguf.
200
+
201
+ Then click Download.
202
+
203
+ ### On the command line, including multiple files at once
204
+
205
+ I recommend using the `huggingface-hub` Python library:
206
+
207
+ ```shell
208
+ pip3 install huggingface-hub
209
+ ```
210
+
211
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
212
+
213
+ ```shell
214
+ huggingface-cli download TheBloke/tigerbot-70B-chat-v4-GGUF tigerbot-70b-chat-v4.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
215
+ ```
216
+
217
+ <details>
218
+ <summary>More advanced huggingface-cli download usage</summary>
219
+
220
+ You can also download multiple files at once with a pattern:
221
+
222
+ ```shell
223
+ huggingface-cli download TheBloke/tigerbot-70B-chat-v4-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
224
+ ```
225
+
226
+ 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).
227
+
228
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
229
+
230
+ ```shell
231
+ pip3 install hf_transfer
232
+ ```
233
+
234
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
235
+
236
+ ```shell
237
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/tigerbot-70B-chat-v4-GGUF tigerbot-70b-chat-v4.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
238
+ ```
239
+
240
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
241
+ </details>
242
+ <!-- README_GGUF.md-how-to-download end -->
243
+
244
+ <!-- README_GGUF.md-how-to-run start -->
245
+ ## Example `llama.cpp` command
246
+
247
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
248
+
249
+ ```shell
250
+ ./main -ngl 32 -m tigerbot-70b-chat-v4.Q4_K_M.gguf --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:"
251
+ ```
252
+
253
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
254
+
255
+ Change `-c 4096` to the desired sequence length. For extended sequence models - eg 8K, 16K, 32K - the necessary RoPE scaling parameters are read from the GGUF file and set by llama.cpp automatically.
256
+
257
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
258
+
259
+ 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)
260
+
261
+ ## How to run in `text-generation-webui`
262
+
263
+ Further instructions can be found in the text-generation-webui documentation, here: [text-generation-webui/docs/04 ‐ Model Tab.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/04%20%E2%80%90%20Model%20Tab.md#llamacpp).
264
+
265
+ ## How to run from Python code
266
+
267
+ You can use GGUF models from Python using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) or [ctransformers](https://github.com/marella/ctransformers) libraries.
268
+
269
+ ### How to load this model in Python code, using ctransformers
270
+
271
+ #### First install the package
272
+
273
+ Run one of the following commands, according to your system:
274
+
275
+ ```shell
276
+ # Base ctransformers with no GPU acceleration
277
+ pip install ctransformers
278
+ # Or with CUDA GPU acceleration
279
+ pip install ctransformers[cuda]
280
+ # Or with AMD ROCm GPU acceleration (Linux only)
281
+ CT_HIPBLAS=1 pip install ctransformers --no-binary ctransformers
282
+ # Or with Metal GPU acceleration for macOS systems only
283
+ CT_METAL=1 pip install ctransformers --no-binary ctransformers
284
+ ```
285
+
286
+ #### Simple ctransformers example code
287
+
288
+ ```python
289
+ from ctransformers import AutoModelForCausalLM
290
+
291
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
292
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/tigerbot-70B-chat-v4-GGUF", model_file="tigerbot-70b-chat-v4.Q4_K_M.gguf", model_type="llama", gpu_layers=50)
293
+
294
+ print(llm("AI is going to"))
295
+ ```
296
+
297
+ ## How to use with LangChain
298
+
299
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
300
+
301
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
302
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
303
+
304
+ <!-- README_GGUF.md-how-to-run end -->
305
+
306
+ <!-- footer start -->
307
+ <!-- 200823 -->
308
+ ## Discord
309
+
310
+ For further support, and discussions on these models and AI in general, join us at:
311
+
312
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
313
+
314
+ ## Thanks, and how to contribute
315
+
316
+ Thanks to the [chirper.ai](https://chirper.ai) team!
317
+
318
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
319
+
320
+ 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.
321
+
322
+ 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.
323
+
324
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
325
+
326
+ * Patreon: https://patreon.com/TheBlokeAI
327
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
328
+
329
+ **Special thanks to**: Aemon Algiz.
330
+
331
+ **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
332
+
333
+
334
+ Thank you to all my generous patrons and donaters!
335
+
336
+ And thank you again to a16z for their generous grant.
337
+
338
+ <!-- footer end -->
339
+
340
+ <!-- original-model-card start -->
341
+ # Original model card: Tiger Research's Tigerbot 70B Chat v4
342
+
343
+ <div style="width: 100%;">
344
+ <p align="center" width="20%">
345
+ <img src="http://x-pai.algolet.com/bot/img/logo_core.png" alt="TigerBot" width="20%", style="display: block; margin: auto;"></img>
346
+ </p>
347
+ </div>
348
+ <p align="center">
349
+ <font face="黑体" size=5"> A cutting-edge foundation for your very own LLM. </font>
350
+ </p>
351
+ <p align="center">
352
+ 💻<a href="https://github.com/TigerResearch/TigerBot" target="_blank">Github</a> • 🌐 <a href="https://tigerbot.com/" target="_blank">TigerBot</a> • 🤗 <a href="https://huggingface.co/TigerResearch" target="_blank">Hugging Face</a>
353
+ </p>
354
+
355
+ # 快速开始
356
+
357
+ - 方法1,通过transformers使用
358
+
359
+ - 下载 TigerBot Repo
360
+
361
+ ```shell
362
+ git clone https://github.com/TigerResearch/TigerBot.git
363
+ ```
364
+
365
+ - 启动infer代码
366
+
367
+ ```shell
368
+ python infer.py --model_path TigerResearch/tigerbot-70b-chat
369
+ ```
370
+
371
+ - 方法2:
372
+
373
+ - 下载 TigerBot Repo
374
+
375
+ ```shell
376
+ git clone https://github.com/TigerResearch/TigerBot.git
377
+ ```
378
+
379
+ - 安装git lfs: `git lfs install`
380
+
381
+ - 通过huggingface或modelscope平台下载权重
382
+ ```shell
383
+ git clone https://huggingface.co/TigerResearch/tigerbot-70b-chat
384
+ git clone https://www.modelscope.cn/TigerResearch/tigerbot-70b-chat-v4.git
385
+ ```
386
+
387
+ - 启动infer代码
388
+
389
+ ```shell
390
+ python infer.py --model_path tigerbot-70b-chat(-v4)
391
+ ```
392
+
393
+ ------
394
+
395
+ # Quick Start
396
+
397
+ - Method 1, use through transformers
398
+
399
+ - Clone TigerBot Repo
400
+
401
+ ```shell
402
+ git clone https://github.com/TigerResearch/TigerBot.git
403
+ ```
404
+
405
+ - Run infer script
406
+
407
+ ```shell
408
+ python infer.py --model_path TigerResearch/tigerbot-70b-chat
409
+ ```
410
+
411
+ - Method 2:
412
+
413
+ - Clone TigerBot Repo
414
+
415
+ ```shell
416
+ git clone https://github.com/TigerResearch/TigerBot.git
417
+ ```
418
+
419
+ - install git lfs: `git lfs install`
420
+
421
+ - Download weights from huggingface or modelscope
422
+ ```shell
423
+ git clone https://huggingface.co/TigerResearch/tigerbot-70b-chat
424
+ git clone https://www.modelscope.cn/TigerResearch/tigerbot-70b-chat-v4.git
425
+ ```
426
+
427
+ - Run infer script
428
+
429
+ ```shell
430
+ python infer.py --model_path tigerbot-70b-chat(-v4)
431
+ ```
432
+
433
+ <!-- original-model-card end -->