TheBloke commited on
Commit
20141d4
1 Parent(s): a6b4d84

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +265 -0
README.md ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: https://huggingface.co/ziqingyang/chinese-alpaca-2-7b
3
+ inference: false
4
+ license: apache-2.0
5
+ model_creator: Ziqing Yang
6
+ model_name: Chinese Alpaca 2 7B
7
+ model_type: llama
8
+ quantized_by: TheBloke
9
+ ---
10
+
11
+ <!-- header start -->
12
+ <!-- 200823 -->
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
19
+ </div>
20
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
21
+ <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>
22
+ </div>
23
+ </div>
24
+ <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>
25
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
26
+ <!-- header end -->
27
+
28
+ # Chinese Alpaca 2 7B - GGUF
29
+ - Model creator: [Ziqing Yang](https://huggingface.co/ziqingyang)
30
+ - Original model: [Chinese Alpaca 2 7B](https://huggingface.co/ziqingyang/chinese-alpaca-2-7b)
31
+
32
+ <!-- description start -->
33
+ ## Description
34
+
35
+ This repo contains GGUF format model files for [Ziqing Yang's Chinese Alpaca 2 7B](https://huggingface.co/ziqingyang/chinese-alpaca-2-7b).
36
+
37
+ <!-- description end -->
38
+ <!-- README_GGUF.md-about-gguf start -->
39
+ ### About GGUF
40
+
41
+ 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. GGUF offers numerous advantages over GGML, such as better tokenisation, and support for special tokens. It is also supports metadata, and is designed to be extensible.
42
+
43
+ Here is an incomplate list of clients and libraries that are known to support GGUF:
44
+
45
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
46
+ * [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.
47
+ * [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.
48
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration.
49
+ * [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.
50
+ * [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.
51
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server.
52
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
53
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
54
+
55
+ <!-- README_GGUF.md-about-gguf end -->
56
+ <!-- repositories-available start -->
57
+ ## Repositories available
58
+
59
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GPTQ)
60
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF)
61
+ * [Ziqing Yang's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/ziqingyang/chinese-alpaca-2-7b)
62
+ <!-- repositories-available end -->
63
+
64
+ <!-- prompt-template start -->
65
+ ## Prompt template: Alpaca
66
+
67
+ ```
68
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
69
+
70
+ ### Instruction:
71
+ {prompt}
72
+
73
+ ### Response:
74
+
75
+ ```
76
+
77
+ <!-- prompt-template end -->
78
+ <!-- licensing start -->
79
+ ## Licensing
80
+
81
+ The creator of the source model has listed its license as `apache-2.0`, and this quantization has therefore used that same license.
82
+
83
+ 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.
84
+
85
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Ziqing Yang's Chinese Alpaca 2 7B](https://huggingface.co/ziqingyang/chinese-alpaca-2-7b).
86
+ <!-- licensing end -->
87
+ <!-- compatibility_gguf start -->
88
+ ## Compatibility
89
+
90
+ These quantised GGUFv2 files are compatible with llama.cpp from August 27th onwards, as of commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221)
91
+
92
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
93
+
94
+ ## Explanation of quantisation methods
95
+ <details>
96
+ <summary>Click to see details</summary>
97
+
98
+ The new methods available are:
99
+ * 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)
100
+ * 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.
101
+ * 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.
102
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
103
+ * 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
104
+
105
+ Refer to the Provided Files table below to see what files use which methods, and how.
106
+ </details>
107
+ <!-- compatibility_gguf end -->
108
+
109
+ <!-- README_GGUF.md-provided-files start -->
110
+ ## Provided files
111
+
112
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
113
+ | ---- | ---- | ---- | ---- | ---- | ----- |
114
+ | [chinese-alpaca-2-7b.Q2_K.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q2_K.gguf) | Q2_K | 2 | 2.94 GB| 5.44 GB | smallest, significant quality loss - not recommended for most purposes |
115
+ | [chinese-alpaca-2-7b.Q3_K_S.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q3_K_S.gguf) | Q3_K_S | 3 | 3.07 GB| 5.57 GB | very small, high quality loss |
116
+ | [chinese-alpaca-2-7b.Q3_K_M.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q3_K_M.gguf) | Q3_K_M | 3 | 3.42 GB| 5.92 GB | very small, high quality loss |
117
+ | [chinese-alpaca-2-7b.Q3_K_L.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q3_K_L.gguf) | Q3_K_L | 3 | 3.72 GB| 6.22 GB | small, substantial quality loss |
118
+ | [chinese-alpaca-2-7b.Q4_0.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q4_0.gguf) | Q4_0 | 4 | 3.96 GB| 6.46 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
119
+ | [chinese-alpaca-2-7b.Q4_K_S.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q4_K_S.gguf) | Q4_K_S | 4 | 3.99 GB| 6.49 GB | small, greater quality loss |
120
+ | [chinese-alpaca-2-7b.Q4_K_M.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q4_K_M.gguf) | Q4_K_M | 4 | 4.21 GB| 6.71 GB | medium, balanced quality - recommended |
121
+ | [chinese-alpaca-2-7b.Q5_0.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q5_0.gguf) | Q5_0 | 5 | 4.80 GB| 7.30 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
122
+ | [chinese-alpaca-2-7b.Q5_K_S.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q5_K_S.gguf) | Q5_K_S | 5 | 4.80 GB| 7.30 GB | large, low quality loss - recommended |
123
+ | [chinese-alpaca-2-7b.Q5_K_M.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q5_K_M.gguf) | Q5_K_M | 5 | 4.93 GB| 7.43 GB | large, very low quality loss - recommended |
124
+ | [chinese-alpaca-2-7b.Q6_K.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q6_K.gguf) | Q6_K | 6 | 5.69 GB| 8.19 GB | very large, extremely low quality loss |
125
+ | [chinese-alpaca-2-7b.Q8_0.gguf](https://huggingface.co/TheBloke/Chinese-Alpaca-2-7B-GGUF/blob/main/chinese-alpaca-2-7b.Q8_0.gguf) | Q8_0 | 8 | 7.36 GB| 9.86 GB | very large, extremely low quality loss - not recommended |
126
+
127
+ **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.
128
+
129
+
130
+
131
+ <!-- README_GGUF.md-provided-files end -->
132
+
133
+ <!-- README_GGUF.md-how-to-run start -->
134
+ ## Example `llama.cpp` command
135
+
136
+ Make sure you are using `llama.cpp` from commit [d0cee0d36d5be95a0d9088b674dbb27354107221](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
137
+
138
+ ```shell
139
+ ./main -ngl 32 -m chinese-alpaca-2-7b.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:"
140
+ ```
141
+
142
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
143
+
144
+ 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.
145
+
146
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
147
+
148
+ 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)
149
+
150
+ ## How to run in `text-generation-webui`
151
+
152
+ Further instructions here: [text-generation-webui/docs/llama.cpp.md](https://github.com/oobabooga/text-generation-webui/blob/main/docs/llama.cpp.md).
153
+
154
+ ## How to run from Python code
155
+
156
+ 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.
157
+
158
+ ### How to load this model from Python using ctransformers
159
+
160
+ #### First install the package
161
+
162
+ ```bash
163
+ # Base ctransformers with no GPU acceleration
164
+ pip install ctransformers>=0.2.24
165
+ # Or with CUDA GPU acceleration
166
+ pip install ctransformers[cuda]>=0.2.24
167
+ # Or with ROCm GPU acceleration
168
+ CT_HIPBLAS=1 pip install ctransformers>=0.2.24 --no-binary ctransformers
169
+ # Or with Metal GPU acceleration for macOS systems
170
+ CT_METAL=1 pip install ctransformers>=0.2.24 --no-binary ctransformers
171
+ ```
172
+
173
+ #### Simple example code to load one of these GGUF models
174
+
175
+ ```python
176
+ from ctransformers import AutoModelForCausalLM
177
+
178
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
179
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/Chinese-Alpaca-2-7B-GGUF", model_file="chinese-alpaca-2-7b.q4_K_M.gguf", model_type="llama", gpu_layers=50)
180
+
181
+ print(llm("AI is going to"))
182
+ ```
183
+
184
+ ## How to use with LangChain
185
+
186
+ Here's guides on using llama-cpp-python or ctransformers with LangChain:
187
+
188
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
189
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
190
+
191
+ <!-- README_GGUF.md-how-to-run end -->
192
+
193
+ <!-- footer start -->
194
+ <!-- 200823 -->
195
+ ## Discord
196
+
197
+ For further support, and discussions on these models and AI in general, join us at:
198
+
199
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
200
+
201
+ ## Thanks, and how to contribute
202
+
203
+ Thanks to the [chirper.ai](https://chirper.ai) team!
204
+
205
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
206
+
207
+ 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.
208
+
209
+ 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.
210
+
211
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
212
+
213
+ * Patreon: https://patreon.com/TheBlokeAI
214
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
215
+
216
+ **Special thanks to**: Aemon Algiz.
217
+
218
+ **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
219
+
220
+
221
+ Thank you to all my generous patrons and donaters!
222
+
223
+ And thank you again to a16z for their generous grant.
224
+
225
+ <!-- footer end -->
226
+
227
+ <!-- original-model-card start -->
228
+ # Original model card: Ziqing Yang's Chinese Alpaca 2 7B
229
+
230
+
231
+ # Chinese-Alpaca-2-7B
232
+
233
+ **This is the full Chinese-Alpaca-2-7B model,which can be loaded directly for inference and full-parameter training.**
234
+
235
+ **Related models👇**
236
+ * Long context base models
237
+ * [Chinese-LLaMA-2-7B-16K (full model)](https://huggingface.co/ziqingyang/chinese-llama-2-7b-16k)
238
+ * [Chinese-LLaMA-2-LoRA-7B-16K (LoRA model)](https://huggingface.co/ziqingyang/chinese-llama-2-lora-7b-16k)
239
+ * [Chinese-LLaMA-2-13B-16K (full model)](https://huggingface.co/ziqingyang/chinese-llama-2-13b-16k)
240
+ * [Chinese-LLaMA-2-LoRA-13B-16K (LoRA model)](https://huggingface.co/ziqingyang/chinese-llama-2-lora-13b-16k)
241
+ * Base models
242
+ * [Chinese-LLaMA-2-7B (full model)](https://huggingface.co/ziqingyang/chinese-llama-2-7b)
243
+ * [Chinese-LLaMA-2-LoRA-7B (LoRA model)](https://huggingface.co/ziqingyang/chinese-llama-2-lora-7b)
244
+ * [Chinese-LLaMA-2-13B (full model)](https://huggingface.co/ziqingyang/chinese-llama-2-13b)
245
+ * [Chinese-LLaMA-2-LoRA-13B (LoRA model)](https://huggingface.co/ziqingyang/chinese-llama-2-lora-13b)
246
+ * Instruction/Chat models
247
+ * [Chinese-Alpaca-2-7B (full model)](https://huggingface.co/ziqingyang/chinese-alpaca-2-7b)
248
+ * [Chinese-Alpaca-2-LoRA-7B (LoRA model)](https://huggingface.co/ziqingyang/chinese-alpaca-2-lora-7b)
249
+ * [Chinese-Alpaca-2-13B (full model)](https://huggingface.co/ziqingyang/chinese-alpaca-2-13b)
250
+ * [Chinese-Alpaca-2-LoRA-13B (LoRA model)](https://huggingface.co/ziqingyang/chinese-alpaca-2-lora-13b)
251
+
252
+
253
+ # Description of Chinese-LLaMA-Alpaca-2
254
+ This project is based on the Llama-2, released by Meta, and it is the second generation of the Chinese LLaMA & Alpaca LLM project. We open-source Chinese LLaMA-2 (foundation model) and Alpaca-2 (instruction-following model). These models have been expanded and optimized with Chinese vocabulary beyond the original Llama-2. We used large-scale Chinese data for incremental pre-training, which further improved the fundamental semantic understanding of the Chinese language, resulting in a significant performance improvement compared to the first-generation models. The relevant models support a 4K context and can be expanded up to 18K+ using the NTK method.
255
+
256
+ The main contents of this project include:
257
+
258
+ * 🚀 New extended Chinese vocabulary beyond Llama-2, open-sourcing the Chinese LLaMA-2 and Alpaca-2 LLMs.
259
+ * 🚀 Open-sourced the pre-training and instruction finetuning (SFT) scripts for further tuning on user's data
260
+ * 🚀 Quickly deploy and experience the quantized LLMs on CPU/GPU of personal PC
261
+ * 🚀 Support for LLaMA ecosystems like 🤗transformers, llama.cpp, text-generation-webui, LangChain, vLLM etc.
262
+
263
+ Please refer to [https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/](https://github.com/ymcui/Chinese-LLaMA-Alpaca-2/) for details.
264
+
265
+ <!-- original-model-card end -->