MaziyarPanahi commited on
Commit
2e29584
1 Parent(s): 153ed66

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,14 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ sqlcoder-7b-2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ sqlcoder-7b-2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sqlcoder-7b-2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sqlcoder-7b-2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sqlcoder-7b-2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sqlcoder-7b-2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sqlcoder-7b-2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sqlcoder-7b-2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sqlcoder-7b-2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sqlcoder-7b-2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sqlcoder-7b-2.fp16.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - llama
15
+ - text-generation
16
+ - license:cc-by-sa-4.0
17
+ - autotrain_compatible
18
+ - endpoints_compatible
19
+ - has_space
20
+ - text-generation-inference
21
+ - region:us
22
+ model_name: sqlcoder-7b-2-GGUF
23
+ base_model: defog/sqlcoder-7b-2
24
+ inference: false
25
+ model_creator: defog
26
+ pipeline_tag: text-generation
27
+ quantized_by: MaziyarPanahi
28
+ ---
29
+ # [MaziyarPanahi/sqlcoder-7b-2-GGUF](https://huggingface.co/MaziyarPanahi/sqlcoder-7b-2-GGUF)
30
+ - Model creator: [defog](https://huggingface.co/defog)
31
+ - Original model: [defog/sqlcoder-7b-2](https://huggingface.co/defog/sqlcoder-7b-2)
32
+
33
+ ## Description
34
+ [MaziyarPanahi/sqlcoder-7b-2-GGUF](https://huggingface.co/MaziyarPanahi/sqlcoder-7b-2-GGUF) contains GGUF format model files for [defog/sqlcoder-7b-2](https://huggingface.co/defog/sqlcoder-7b-2).
35
+
36
+ ## How to use
37
+ Thanks to [TheBloke](https://huggingface.co/TheBloke) for preparing an amazing README on how to use GGUF models:
38
+
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.
42
+
43
+ Here is an incomplete 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
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
49
+ * [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.
50
+ * [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.
51
+ * [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.
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
+ * [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.
55
+
56
+ ### Explanation of quantisation methods
57
+
58
+ <details>
59
+ <summary>Click to see details</summary>
60
+
61
+ The new methods available are:
62
+
63
+ * 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)
64
+ * 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.
65
+ * 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.
66
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
67
+ * 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
68
+
69
+ ## How to download GGUF files
70
+
71
+ **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.
72
+
73
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
74
+
75
+ * LM Studio
76
+ * LoLLMS Web UI
77
+ * Faraday.dev
78
+
79
+ ### In `text-generation-webui`
80
+
81
+ Under Download Model, you can enter the model repo: [MaziyarPanahi/sqlcoder-7b-2-GGUF](https://huggingface.co/MaziyarPanahi/sqlcoder-7b-2-GGUF) and below it, a specific filename to download, such as: sqlcoder-7b-2-GGUF.Q4_K_M.gguf.
82
+
83
+ Then click Download.
84
+
85
+ ### On the command line, including multiple files at once
86
+
87
+ I recommend using the `huggingface-hub` Python library:
88
+
89
+ ```shell
90
+ pip3 install huggingface-hub
91
+ ```
92
+
93
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
94
+
95
+ ```shell
96
+ huggingface-cli download MaziyarPanahi/sqlcoder-7b-2-GGUF sqlcoder-7b-2-GGUF.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
97
+ ```
98
+ </details>
99
+ <details>
100
+ <summary>More advanced huggingface-cli download usage (click to read)</summary>
101
+
102
+ You can also download multiple files at once with a pattern:
103
+
104
+ ```shell
105
+ huggingface-cli download [MaziyarPanahi/sqlcoder-7b-2-GGUF](https://huggingface.co/MaziyarPanahi/sqlcoder-7b-2-GGUF) --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
106
+ ```
107
+
108
+ 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).
109
+
110
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
111
+
112
+ ```shell
113
+ pip3 install hf_transfer
114
+ ```
115
+
116
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
117
+
118
+ ```shell
119
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download MaziyarPanahi/sqlcoder-7b-2-GGUF sqlcoder-7b-2-GGUF.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
120
+ ```
121
+
122
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
123
+ </details>
124
+
125
+ ## Example `llama.cpp` command
126
+
127
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
128
+
129
+ ```shell
130
+ ./main -ngl 35 -m sqlcoder-7b-2-GGUF.Q4_K_M.gguf --color -c 32768 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|im_start|>system
131
+ {system_message}<|im_end|>
132
+ <|im_start|>user
133
+ {prompt}<|im_end|>
134
+ <|im_start|>assistant"
135
+ ```
136
+
137
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
138
+
139
+ 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.
140
+
141
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
142
+
143
+ 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)
144
+
145
+ ## How to run in `text-generation-webui`
146
+
147
+ 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).
148
+
149
+ ## How to run from Python code
150
+
151
+ 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.
152
+
153
+ ### How to load this model in Python code, using llama-cpp-python
154
+
155
+ For full documentation, please see: [llama-cpp-python docs](https://abetlen.github.io/llama-cpp-python/).
156
+
157
+ #### First install the package
158
+
159
+ Run one of the following commands, according to your system:
160
+
161
+ ```shell
162
+ # Base ctransformers with no GPU acceleration
163
+ pip install llama-cpp-python
164
+ # With NVidia CUDA acceleration
165
+ CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
166
+ # Or with OpenBLAS acceleration
167
+ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
168
+ # Or with CLBLast acceleration
169
+ CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
170
+ # Or with AMD ROCm GPU acceleration (Linux only)
171
+ CMAKE_ARGS="-DLLAMA_HIPBLAS=on" pip install llama-cpp-python
172
+ # Or with Metal GPU acceleration for macOS systems only
173
+ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
174
+
175
+ # In windows, to set the variables CMAKE_ARGS in PowerShell, follow this format; eg for NVidia CUDA:
176
+ $env:CMAKE_ARGS = "-DLLAMA_OPENBLAS=on"
177
+ pip install llama-cpp-python
178
+ ```
179
+
180
+ #### Simple llama-cpp-python example code
181
+
182
+ ```python
183
+ from llama_cpp import Llama
184
+
185
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
186
+ llm = Llama(
187
+ model_path="./sqlcoder-7b-2-GGUF.Q4_K_M.gguf", # Download the model file first
188
+ n_ctx=32768, # The max sequence length to use - note that longer sequence lengths require much more resources
189
+ n_threads=8, # The number of CPU threads to use, tailor to your system and the resulting performance
190
+ n_gpu_layers=35 # The number of layers to offload to GPU, if you have GPU acceleration available
191
+ )
192
+
193
+ # Simple inference example
194
+ output = llm(
195
+ "<|im_start|>system
196
+ {system_message}<|im_end|>
197
+ <|im_start|>user
198
+ {prompt}<|im_end|>
199
+ <|im_start|>assistant", # Prompt
200
+ max_tokens=512, # Generate up to 512 tokens
201
+ stop=["</s>"], # Example stop token - not necessarily correct for this specific model! Please check before using.
202
+ echo=True # Whether to echo the prompt
203
+ )
204
+
205
+ # Chat Completion API
206
+
207
+ llm = Llama(model_path="./sqlcoder-7b-2-GGUF.Q4_K_M.gguf", chat_format="llama-2") # Set chat_format according to the model you are using
208
+ llm.create_chat_completion(
209
+ messages = [
210
+ {"role": "system", "content": "You are a story writing assistant."},
211
+ {
212
+ "role": "user",
213
+ "content": "Write a story about llamas."
214
+ }
215
+ ]
216
+ )
217
+ ```
218
+
219
+ ## How to use with LangChain
220
+
221
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
222
+
223
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
224
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
sqlcoder-7b-2.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59381c1ec48121f704027400ef66c57d15faa903b28dca6dcfbec522632255d0
3
+ size 2532939488
sqlcoder-7b-2.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bef78dadb9dac4faf38016f0e0f0fbfb154f4bd48a69296569ba678a9af968b7
3
+ size 3597193440
sqlcoder-7b-2.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81bce4eea5814c7a340170a84e735a710e72ee4a32782b1a9cc6108d72e5728
3
+ size 3298087136
sqlcoder-7b-2.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0d8cba2897b9771ea43eb3de446897bc230ec2234efa3fec81aeb0541814cd7
3
+ size 2948387040
sqlcoder-7b-2.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee490ae4d6ba4988740ff8751d13e62ab3c00dca656190c3dbea9c79a6ed9eaf
3
+ size 4081095392
sqlcoder-7b-2.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6918de1588e6f9ab5fc50b93c6ddb31b08c412b991c7d727845e99e11ecf6d
3
+ size 3856831200
sqlcoder-7b-2.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb7c7c276405599479ec4baf56bf57569b075e4d49917998357d608a77611a0
3
+ size 4783256288
sqlcoder-7b-2.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:015db81657b54d6a350e8694112b6aeeb0ffd897ada2eb4e3d3759415d62cb89
3
+ size 4651791072
sqlcoder-7b-2.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb433df150df580725effbd77ca0d2666595a96504e14155e361fe1874dcfada
3
+ size 5529302240
sqlcoder-7b-2.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb519fabe48362449da0bbef73d61566bd65a6ed47ab83383189ddae08f7585
3
+ size 7161229536
sqlcoder-7b-2.fp16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b119e7341d5f0791dd52da6a02b77e02263392331b6d18d8e5708d6290d12c5
3
+ size 13478367424