TheBloke commited on
Commit
5561458
1 Parent(s): 8633286

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +397 -0
README.md ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nsfwthrowitaway69/Venus-103b-v1.2
3
+ inference: false
4
+ language:
5
+ - en
6
+ license: llama2
7
+ model_creator: John Smith
8
+ model_name: Venus 103B V1.2
9
+ model_type: llama
10
+ prompt_template: 'Below is an instruction that describes a task. Write a response
11
+ that appropriately completes the request.
12
+
13
+
14
+ ### Instruction:
15
+
16
+ {prompt}
17
+
18
+
19
+ ### Response:
20
+
21
+ '
22
+ quantized_by: TheBloke
23
+ tags:
24
+ - not-for-all-audiences
25
+ ---
26
+ <!-- markdownlint-disable MD041 -->
27
+
28
+ <!-- header start -->
29
+ <!-- 200823 -->
30
+ <div style="width: auto; margin-left: auto; margin-right: auto">
31
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
32
+ </div>
33
+ <div style="display: flex; justify-content: space-between; width: 100%;">
34
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
35
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
36
+ </div>
37
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
38
+ <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>
39
+ </div>
40
+ </div>
41
+ <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>
42
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
43
+ <!-- header end -->
44
+
45
+ # Venus 103B V1.2 - GGUF
46
+ - Model creator: [John Smith](https://huggingface.co/nsfwthrowitaway69)
47
+ - Original model: [Venus 103B V1.2](https://huggingface.co/nsfwthrowitaway69/Venus-103b-v1.2)
48
+
49
+ <!-- description start -->
50
+ ## Description
51
+
52
+ This repo contains GGUF format model files for [John Smith's Venus 103B V1.2](https://huggingface.co/nsfwthrowitaway69/Venus-103b-v1.2).
53
+
54
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
55
+
56
+ <!-- description end -->
57
+ <!-- README_GGUF.md-about-gguf start -->
58
+ ### About GGUF
59
+
60
+ 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.
61
+
62
+ Here is an incomplete list of clients and libraries that are known to support GGUF:
63
+
64
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp). The source project for GGUF. Offers a CLI and a server option.
65
+ * [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.
66
+ * [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.
67
+ * [GPT4All](https://gpt4all.io/index.html), a free and open source local running GUI, supporting Windows, Linux and macOS with full GPU accel.
68
+ * [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.
69
+ * [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.
70
+ * [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.
71
+ * [llama-cpp-python](https://github.com/abetlen/llama-cpp-python), a Python library with GPU accel, LangChain support, and OpenAI-compatible API server.
72
+ * [candle](https://github.com/huggingface/candle), a Rust ML framework with a focus on performance, including GPU support, and ease of use.
73
+ * [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.
74
+
75
+ <!-- README_GGUF.md-about-gguf end -->
76
+ <!-- repositories-available start -->
77
+ ## Repositories available
78
+
79
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/Venus-103b-v1.2-AWQ)
80
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/Venus-103b-v1.2-GPTQ)
81
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/Venus-103b-v1.2-GGUF)
82
+ * [John Smith's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/nsfwthrowitaway69/Venus-103b-v1.2)
83
+ <!-- repositories-available end -->
84
+
85
+ <!-- prompt-template start -->
86
+ ## Prompt template: Alpaca
87
+
88
+ ```
89
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
90
+
91
+ ### Instruction:
92
+ {prompt}
93
+
94
+ ### Response:
95
+
96
+ ```
97
+
98
+ <!-- prompt-template end -->
99
+
100
+
101
+ <!-- compatibility_gguf start -->
102
+ ## Compatibility
103
+
104
+ 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)
105
+
106
+ They are also compatible with many third party UIs and libraries - please see the list at the top of this README.
107
+
108
+ ## Explanation of quantisation methods
109
+
110
+ <details>
111
+ <summary>Click to see details</summary>
112
+
113
+ The new methods available are:
114
+
115
+ * 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)
116
+ * 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.
117
+ * 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.
118
+ * GGML_TYPE_Q5_K - "type-1" 5-bit quantization. Same super-block structure as GGML_TYPE_Q4_K resulting in 5.5 bpw
119
+ * 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
120
+
121
+ Refer to the Provided Files table below to see what files use which methods, and how.
122
+ </details>
123
+ <!-- compatibility_gguf end -->
124
+
125
+ <!-- README_GGUF.md-provided-files start -->
126
+ ## Provided files
127
+
128
+ | Name | Quant method | Bits | Size | Max RAM required | Use case |
129
+ | ---- | ---- | ---- | ---- | ---- | ----- |
130
+ | [venus-103b-v1.2.Q2_K.gguf](https://huggingface.co/TheBloke/Venus-103b-v1.2-GGUF/blob/main/venus-103b-v1.2.Q2_K.gguf) | Q2_K | 2 | 43.51 GB| 46.01 GB | smallest, significant quality loss - not recommended for most purposes |
131
+ | [venus-103b-v1.2.Q3_K_S.gguf](https://huggingface.co/TheBloke/Venus-103b-v1.2-GGUF/blob/main/venus-103b-v1.2.Q3_K_S.gguf) | Q3_K_S | 3 | 44.46 GB| 46.96 GB | very small, high quality loss |
132
+ | [venus-103b-v1.2.Q3_K_M.gguf](https://huggingface.co/TheBloke/Venus-103b-v1.2-GGUF/blob/main/venus-103b-v1.2.Q3_K_M.gguf) | Q3_K_M | 3 | 49.46 GB| 51.96 GB | very small, high quality loss |
133
+ | venus-103b-v1.2.Q3_K_L.gguf | Q3_K_L | 3 | 54.06 GB| 56.56 GB | small, substantial quality loss |
134
+ | venus-103b-v1.2.Q4_0.gguf | Q4_0 | 4 | 58.13 GB| 60.63 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
135
+ | venus-103b-v1.2.Q4_K_S.gguf | Q4_K_S | 4 | 58.25 GB| 60.75 GB | small, greater quality loss |
136
+ | venus-103b-v1.2.Q4_K_M.gguf | Q4_K_M | 4 | 61.89 GB| 64.39 GB | medium, balanced quality - recommended |
137
+ | venus-103b-v1.2.Q5_0.gguf | Q5_0 | 5 | 71.00 GB| 73.50 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
138
+ | venus-103b-v1.2.Q5_K_S.gguf | Q5_K_S | 5 | 71.00 GB| 73.50 GB | large, low quality loss - recommended |
139
+ | venus-103b-v1.2.Q5_K_M.gguf | Q5_K_M | 5 | 72.93 GB| 75.43 GB | large, very low quality loss - recommended |
140
+ | venus-103b-v1.2.Q6_K.gguf | Q6_K | 6 | 84.67 GB| 87.17 GB | very large, extremely low quality loss |
141
+ | venus-103b-v1.2.Q8_0.gguf | Q8_0 | 8 | 109.66 GB| 112.16 GB | very large, extremely low quality loss - not recommended |
142
+
143
+ **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.
144
+
145
+ ### Q6_K and Q8_0 files are split and require joining
146
+
147
+ **Note:** HF does not support uploading files larger than 50GB. Therefore I have uploaded the Q6_K and Q8_0 files as split files.
148
+
149
+ <details>
150
+ <summary>Click for instructions regarding Q6_K and Q8_0 files</summary>
151
+
152
+ ### q6_K
153
+ Please download:
154
+ * `venus-103b-v1.2.Q6_K.gguf-split-a`
155
+ * `venus-103b-v1.2.Q6_K.gguf-split-b`
156
+
157
+ ### q8_0
158
+ Please download:
159
+ * `venus-103b-v1.2.Q8_0.gguf-split-a`
160
+ * `venus-103b-v1.2.Q8_0.gguf-split-b`
161
+
162
+ To join the files, do the following:
163
+
164
+ Linux and macOS:
165
+ ```
166
+ cat venus-103b-v1.2.Q6_K.gguf-split-* > venus-103b-v1.2.Q6_K.gguf && rm venus-103b-v1.2.Q6_K.gguf-split-*
167
+ cat venus-103b-v1.2.Q8_0.gguf-split-* > venus-103b-v1.2.Q8_0.gguf && rm venus-103b-v1.2.Q8_0.gguf-split-*
168
+ ```
169
+ Windows command line:
170
+ ```
171
+ COPY /B venus-103b-v1.2.Q6_K.gguf-split-a + venus-103b-v1.2.Q6_K.gguf-split-b venus-103b-v1.2.Q6_K.gguf
172
+ del venus-103b-v1.2.Q6_K.gguf-split-a venus-103b-v1.2.Q6_K.gguf-split-b
173
+
174
+ COPY /B venus-103b-v1.2.Q8_0.gguf-split-a + venus-103b-v1.2.Q8_0.gguf-split-b venus-103b-v1.2.Q8_0.gguf
175
+ del venus-103b-v1.2.Q8_0.gguf-split-a venus-103b-v1.2.Q8_0.gguf-split-b
176
+ ```
177
+
178
+ </details>
179
+ <!-- README_GGUF.md-provided-files end -->
180
+
181
+ <!-- README_GGUF.md-how-to-download start -->
182
+ ## How to download GGUF files
183
+
184
+ **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.
185
+
186
+ The following clients/libraries will automatically download models for you, providing a list of available models to choose from:
187
+
188
+ * LM Studio
189
+ * LoLLMS Web UI
190
+ * Faraday.dev
191
+
192
+ ### In `text-generation-webui`
193
+
194
+ Under Download Model, you can enter the model repo: TheBloke/Venus-103b-v1.2-GGUF and below it, a specific filename to download, such as: venus-103b-v1.2.Q4_K_M.gguf.
195
+
196
+ Then click Download.
197
+
198
+ ### On the command line, including multiple files at once
199
+
200
+ I recommend using the `huggingface-hub` Python library:
201
+
202
+ ```shell
203
+ pip3 install huggingface-hub
204
+ ```
205
+
206
+ Then you can download any individual model file to the current directory, at high speed, with a command like this:
207
+
208
+ ```shell
209
+ huggingface-cli download TheBloke/Venus-103b-v1.2-GGUF venus-103b-v1.2.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
210
+ ```
211
+
212
+ <details>
213
+ <summary>More advanced huggingface-cli download usage (click to read)</summary>
214
+
215
+ You can also download multiple files at once with a pattern:
216
+
217
+ ```shell
218
+ huggingface-cli download TheBloke/Venus-103b-v1.2-GGUF --local-dir . --local-dir-use-symlinks False --include='*Q4_K*gguf'
219
+ ```
220
+
221
+ 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).
222
+
223
+ To accelerate downloads on fast connections (1Gbit/s or higher), install `hf_transfer`:
224
+
225
+ ```shell
226
+ pip3 install hf_transfer
227
+ ```
228
+
229
+ And set environment variable `HF_HUB_ENABLE_HF_TRANSFER` to `1`:
230
+
231
+ ```shell
232
+ HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download TheBloke/Venus-103b-v1.2-GGUF venus-103b-v1.2.Q4_K_M.gguf --local-dir . --local-dir-use-symlinks False
233
+ ```
234
+
235
+ Windows Command Line users: You can set the environment variable by running `set HF_HUB_ENABLE_HF_TRANSFER=1` before the download command.
236
+ </details>
237
+ <!-- README_GGUF.md-how-to-download end -->
238
+
239
+ <!-- README_GGUF.md-how-to-run start -->
240
+ ## Example `llama.cpp` command
241
+
242
+ Make sure you are using `llama.cpp` from commit [d0cee0d](https://github.com/ggerganov/llama.cpp/commit/d0cee0d36d5be95a0d9088b674dbb27354107221) or later.
243
+
244
+ ```shell
245
+ ./main -ngl 35 -m venus-103b-v1.2.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:"
246
+ ```
247
+
248
+ Change `-ngl 32` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration.
249
+
250
+ 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. Note that longer sequence lengths require much more resources, so you may need to reduce this value.
251
+
252
+ If you want to have a chat-style conversation, replace the `-p <PROMPT>` argument with `-i -ins`
253
+
254
+ 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)
255
+
256
+ ## How to run in `text-generation-webui`
257
+
258
+ 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).
259
+
260
+ ## How to run from Python code
261
+
262
+ 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.
263
+
264
+ ### How to load this model in Python code, using llama-cpp-python
265
+
266
+ For full documentation, please see: [llama-cpp-python docs](https://abetlen.github.io/llama-cpp-python/).
267
+
268
+ #### First install the package
269
+
270
+ Run one of the following commands, according to your system:
271
+
272
+ ```shell
273
+ # Base ctransformers with no GPU acceleration
274
+ pip install llama-cpp-python
275
+ # With NVidia CUDA acceleration
276
+ CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip install llama-cpp-python
277
+ # Or with OpenBLAS acceleration
278
+ CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python
279
+ # Or with CLBLast acceleration
280
+ CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python
281
+ # Or with AMD ROCm GPU acceleration (Linux only)
282
+ CMAKE_ARGS="-DLLAMA_HIPBLAS=on" pip install llama-cpp-python
283
+ # Or with Metal GPU acceleration for macOS systems only
284
+ CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python
285
+
286
+ # In windows, to set the variables CMAKE_ARGS in PowerShell, follow this format; eg for NVidia CUDA:
287
+ $env:CMAKE_ARGS = "-DLLAMA_OPENBLAS=on"
288
+ pip install llama-cpp-python
289
+ ```
290
+
291
+ #### Simple llama-cpp-python example code
292
+
293
+ ```python
294
+ from llama_cpp import Llama
295
+
296
+ # Set gpu_layers to the number of layers to offload to GPU. Set to 0 if no GPU acceleration is available on your system.
297
+ llm = Llama(
298
+ model_path="./venus-103b-v1.2.Q4_K_M.gguf", # Download the model file first
299
+ n_ctx=4096, # The max sequence length to use - note that longer sequence lengths require much more resources
300
+ n_threads=8, # The number of CPU threads to use, tailor to your system and the resulting performance
301
+ n_gpu_layers=35 # The number of layers to offload to GPU, if you have GPU acceleration available
302
+ )
303
+
304
+ # Simple inference example
305
+ output = llm(
306
+ "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:", # Prompt
307
+ max_tokens=512, # Generate up to 512 tokens
308
+ stop=["</s>"], # Example stop token - not necessarily correct for this specific model! Please check before using.
309
+ echo=True # Whether to echo the prompt
310
+ )
311
+
312
+ # Chat Completion API
313
+
314
+ llm = Llama(model_path="./venus-103b-v1.2.Q4_K_M.gguf", chat_format="llama-2") # Set chat_format according to the model you are using
315
+ llm.create_chat_completion(
316
+ messages = [
317
+ {"role": "system", "content": "You are a story writing assistant."},
318
+ {
319
+ "role": "user",
320
+ "content": "Write a story about llamas."
321
+ }
322
+ ]
323
+ )
324
+ ```
325
+
326
+ ## How to use with LangChain
327
+
328
+ Here are guides on using llama-cpp-python and ctransformers with LangChain:
329
+
330
+ * [LangChain + llama-cpp-python](https://python.langchain.com/docs/integrations/llms/llamacpp)
331
+ * [LangChain + ctransformers](https://python.langchain.com/docs/integrations/providers/ctransformers)
332
+
333
+ <!-- README_GGUF.md-how-to-run end -->
334
+
335
+ <!-- footer start -->
336
+ <!-- 200823 -->
337
+ ## Discord
338
+
339
+ For further support, and discussions on these models and AI in general, join us at:
340
+
341
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
342
+
343
+ ## Thanks, and how to contribute
344
+
345
+ Thanks to the [chirper.ai](https://chirper.ai) team!
346
+
347
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
348
+
349
+ 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.
350
+
351
+ 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.
352
+
353
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
354
+
355
+ * Patreon: https://patreon.com/TheBlokeAI
356
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
357
+
358
+ **Special thanks to**: Aemon Algiz.
359
+
360
+ **Patreon special mentions**: Michael Levine, 阿明, Trailburnt, Nikolai Manek, John Detwiler, Randy H, Will Dee, Sebastain Graf, NimbleBox.ai, Eugene Pentland, Emad Mostaque, Ai Maven, Jim Angel, Jeff Scroggin, Michael Davis, Manuel Alberto Morcote, Stephen Murray, Robert, Justin Joy, Luke @flexchar, Brandon Frisco, Elijah Stavena, S_X, Dan Guido, Undi ., Komninos Chatzipapas, Shadi, theTransient, Lone Striker, Raven Klaugh, jjj, Cap'n Zoog, Michel-Marie MAUDET (LINAGORA), Matthew Berman, David, Fen Risland, Omer Bin Jawed, Luke Pendergrass, Kalila, OG, Erik Bjäreholt, Rooh Singh, Joseph William Delisle, Dan Lewis, TL, John Villwock, AzureBlack, Brad, Pedro Madruga, Caitlyn Gatomon, K, jinyuan sun, Mano Prime, Alex, Jeffrey Morgan, Alicia Loh, Illia Dulskyi, Chadd, transmissions 11, fincy, Rainer Wilmers, ReadyPlayerEmma, knownsqashed, Mandus, biorpg, Deo Leter, Brandon Phillips, SuperWojo, Sean Connelly, Iucharbius, Jack West, Harry Royden McLaughlin, Nicholas, terasurfer, Vitor Caleffi, Duane Dunston, Johann-Peter Hartmann, David Ziegler, Olakabola, Ken Nordquist, Trenton Dambrowitz, Tom X Nguyen, Vadim, Ajan Kanaga, Leonard Tan, Clay Pascal, Alexandros Triantafyllidis, JM33133, Xule, vamX, ya boyyy, subjectnull, Talal Aujan, Alps Aficionado, wassieverse, Ari Malik, James Bentley, Woland, Spencer Kim, Michael Dempsey, Fred von Graf, Elle, zynix, William Richards, Stanislav Ovsiannikov, Edmond Seymore, Jonathan Leane, Martin Kemka, usrbinkat, Enrico Ros
361
+
362
+
363
+ Thank you to all my generous patrons and donaters!
364
+
365
+ And thank you again to a16z for their generous grant.
366
+
367
+ <!-- footer end -->
368
+
369
+ <!-- original-model-card start -->
370
+ # Original model card: John Smith's Venus 103B V1.2
371
+
372
+
373
+ # Venus 103b - version 1.2
374
+
375
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/655febd724e0d359c1f21096/BSKlxWQSbh-liU8kGz4fF.png)
376
+
377
+ ## Model Details
378
+
379
+ - A result of interleaving layers of [Sao10K/Euryale-1.3-L2-70B](https://huggingface.co/Sao10K/Euryale-1.3-L2-70B) and [GOAT-AI/GOAT-70B-Storytelling](https://huggingface.co/GOAT-AI/GOAT-70B-Storytelling)
380
+ - The resulting model has 120 layers and 103 billion parameters.
381
+ - See mergekit-config.yml for details on the merge method used.
382
+ - See the `exl2-*` branches for exllama2 quantizations. The 5.65 bpw quant should fit in 80GB VRAM, and the 3.35/3.0 bpw quants should fit in 48GB VRAM.
383
+ - Inspired by [Goliath-120b](https://huggingface.co/alpindale/goliath-120b)
384
+
385
+ **Warning: This model will produce NSFW content!**
386
+
387
+ ## Results
388
+
389
+ 1. In my limited testing, I've found this model to be the most creative of the 103b merges I've made so far.
390
+ 2. Seems to tolerate higher temperatures than the previous Venus models
391
+ 3. Doesn't seem to suffer from any censorship issues
392
+ 4. Does not follow instructions as well as v1.1, but still does a bit better than v1.0
393
+ 5. Has some issues with formatting sometimes (i.e not closing asterisks or quotes)
394
+
395
+ Note that these are obviously just my personal observations, everyone will have their own unique experience based on their settings and specific scenarios they're using the model for.
396
+
397
+ <!-- original-model-card end -->