MaziyarPanahi commited on
Commit
ffeade3
1 Parent(s): 24e277e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +247 -0
README.md ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - quantized
4
+ - 2-bit
5
+ - 3-bit
6
+ - 4-bit
7
+ - 5-bit
8
+ - 6-bit
9
+ - 8-bit
10
+ - GGUF
11
+ - transformers
12
+ - safetensors
13
+ - gguf
14
+ - gemma
15
+ - text-generation
16
+ - arxiv:2312.11805
17
+ - arxiv:2009.03300
18
+ - arxiv:1905.07830
19
+ - arxiv:1911.11641
20
+ - arxiv:1904.09728
21
+ - arxiv:1905.10044
22
+ - arxiv:1907.10641
23
+ - arxiv:1811.00937
24
+ - arxiv:1809.02789
25
+ - arxiv:1911.01547
26
+ - arxiv:1705.03551
27
+ - arxiv:2107.03374
28
+ - arxiv:2108.07732
29
+ - arxiv:2110.14168
30
+ - arxiv:2304.06364
31
+ - arxiv:2206.04615
32
+ - arxiv:1804.06876
33
+ - arxiv:2110.08193
34
+ - arxiv:2009.11462
35
+ - arxiv:2101.11718
36
+ - arxiv:1804.09301
37
+ - arxiv:2109.07958
38
+ - arxiv:2203.09509
39
+ - autotrain_compatible
40
+ - endpoints_compatible
41
+ - has_space
42
+ - text-generation-inference
43
+ - region:us
44
+ - text-generation
45
+ model_name: gemma-2b-GGUF
46
+ base_model: google/gemma-2b
47
+ inference: false
48
+ model_creator: google
49
+ pipeline_tag: text-generation
50
+ quantized_by: MaziyarPanahi
51
+ ---
52
+ # [MaziyarPanahi/gemma-2b-GGUF](https://huggingface.co/MaziyarPanahi/gemma-2b-GGUF)
53
+ - Model creator: [google](https://huggingface.co/google)
54
+ - Original model: [google/gemma-2b](https://huggingface.co/google/gemma-2b)
55
+
56
+ ## Description
57
+ [MaziyarPanahi/gemma-2b-GGUF](https://huggingface.co/MaziyarPanahi/gemma-2b-GGUF) contains GGUF format model files for [google/gemma-2b](https://huggingface.co/google/gemma-2b).
58
+
59
+ ## How to use
60
+ Thanks to [TheBloke](https://huggingface.co/TheBloke) for preparing an amazing README on how to use GGUF models:
61
+
62
+ ### About GGUF
63
+
64
+ 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.
65
+
66
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
67
+
68
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
69
+ * [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.
70
+ * [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.
71
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
72
+ * [LM Studio](https://lmstudio.ai/), an easy-to-use and powerful local GUI for Windows and macOS (Silicon), with GPU acceleration. Linux available, in beta as of 27/11/2023.
73
+ * [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.
74
+ * [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.
75
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
76
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
77
+ * [ctransformers](https://github.com/marella/ctransformers), a Python library with GPU accel, LangChain support, and OpenAI-compatible AI server. Note, as of time of writing (November 27th 2023), ctransformers has not been updated in a long time and does not support many recent models.
78
+
79
+ ### Explanation of quantisation methods
80
+
81
+ <details>
82
+ <summary>Click to see details</summary>
83
+
84
+ The new methods available are:
85
+
86
+ * 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)
87
+ * 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.
88
+ * 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.
89
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
90
+ * 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
91
+
92
+ ## How to download GGUF files
93
+
94
+ **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.
95
+
96
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
97
+
98
+ * LM Studio
99
+ * LoLLMS Web UI
100
+ * Faraday.dev
101
+
102
+ ### In `text-generation-webui`
103
+
104
+ Under Download Model, you can enter the model repo: [MaziyarPanahi/gemma-2b-GGUF](https://huggingface.co/MaziyarPanahi/gemma-2b-GGUF) and below it, a specific filename to download, such as: gemma-2b-GGUF.Q4_K_M.gguf.
105
+
106
+ Then click Download.
107
+
108
+ ### On the command line, including multiple files at once
109
+
110
+ I recommend using the `huggingface-hub` Python library:
111
+
112
+ ```shell
113
+ pip3 install huggingface-hub
114
+ ```
115
+
116
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
117
+
118
+ ```shell
119
+ huggingface-cli download MaziyarPanahi/gemma-2b-GGUF gemma-2b-GGUF.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
120
+ ```
121
+ </details>
122
+ <details>
123
+ <summary>More advanced huggingface-cli download usage (click to read)</summary>
124
+
125
+ You can also download multiple files at once with a pattern:
126
+
127
+ ```shell
128
+ huggingface-cli download [MaziyarPanahi/gemma-2b-GGUF](https://huggingface.co/MaziyarPanahi/gemma-2b-GGUF) --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
129
+ ```
130
+
131
+ 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).
132
+
133
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
134
+
135
+ ```shell
136
+ pip3 install hf_transfer
137
+ ```
138
+
139
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
140
+
141
+ ```shell
142
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download MaziyarPanahi/gemma-2b-GGUF gemma-2b-GGUF.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
143
+ ```
144
+
145
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
146
+ </details>
147
+
148
+ ## Example `llama.cpp` command
149
+
150
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
151
+
152
+ ```shell
153
+ ./main -ngl 35 -m gemma-2b-GGUF.Q4_K_M.gguf --color -c 32768 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|im_start|>system
154
+ {system_message}<|im_end|>
155
+ <|im_start|>user
156
+ {prompt}<|im_end|>
157
+ <|im_start|>assistant"
158
+ ```
159
+
160
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
161
+
162
+ Change `-c 32768` 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. Note that longer sequence lengths require much more resources, so you may need to reduce this value.
163
+
164
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
165
+
166
+ 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)
167
+
168
+ ## How to run in `text-generation-webui`
169
+
170
+ 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).
171
+
172
+ ## How to run from Python code
173
+
174
+ 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. Note that at the time of writing (Nov 27th 2023), ctransformers has not been updated for some time and is not compatible with some recent models. Therefore I recommend you use llama-cpp-python.
175
+
176
+ ### How to load this model in Python code, using llama-cpp-python
177
+
178
+ For full documentation, please see: [llama-cpp-python docs](https://abetlen.github.io/llama-cpp-python/).
179
+
180
+ #### First install the package
181
+
182
+ Run one of the following commands, according to your system:
183
+
184
+ ```shell
185
+ # Base ctransformers with no GPU acceleration
186
+ pip install llama-cpp-python
187
+ # With NVidia CUDA acceleration
188
+ CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
189
+ # Or with OpenBLAS acceleration
190
+ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
191
+ # Or with CLBLast acceleration
192
+ CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
193
+ # Or with AMD ROCm GPU acceleration (Linux only)
194
+ CMAKE_ARGS="-DLLAMA_HIPBLAS=on" pip install llama-cpp-python
195
+ # Or with Metal GPU acceleration for macOS systems only
196
+ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
197
+
198
+ # In windows, to set the variables CMAKE_ARGS in PowerShell, follow this format; eg for NVidia CUDA:
199
+ $env:CMAKE_ARGS = "-DLLAMA_OPENBLAS=on"
200
+ pip install llama-cpp-python
201
+ ```
202
+
203
+ #### Simple llama-cpp-python example code
204
+
205
+ ```python
206
+ from llama_cpp import Llama
207
+
208
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
209
+ llm = Llama(
210
+ model_path="./gemma-2b-GGUF.Q4_K_M.gguf", # Download the model file first
211
+ n_ctx=32768, # The max sequence length to use - note that longer sequence lengths require much more resources
212
+ n_threads=8, # The number of CPU threads to use, tailor to your system and the resulting performance
213
+ n_gpu_layers=35 # The number of layers to offload to GPU, if you have GPU acceleration available
214
+ )
215
+
216
+ # Simple inference example
217
+ output = llm(
218
+ "<|im_start|>system
219
+ {system_message}<|im_end|>
220
+ <|im_start|>user
221
+ {prompt}<|im_end|>
222
+ <|im_start|>assistant", # Prompt
223
+ max_tokens=512, # Generate up to 512 tokens
224
+ stop=["</s>"], # Example stop token - not necessarily correct for this specific model! Please check before using.
225
+ echo=True # Whether to echo the prompt
226
+ )
227
+
228
+ # Chat Completion API
229
+
230
+ llm = Llama(model_path="./gemma-2b-GGUF.Q4_K_M.gguf", chat_format="llama-2") # Set chat_format according to the model you are using
231
+ llm.create_chat_completion(
232
+ messages = [
233
+ {"role": "system", "content": "You are a story writing assistant."},
234
+ {
235
+ "role": "user",
236
+ "content": "Write a story about llamas."
237
+ }
238
+ ]
239
+ )
240
+ ```
241
+
242
+ ## How to use with LangChain
243
+
244
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
245
+
246
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
247
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)