TheBloke commited on
Commit
ce07910
·
1 Parent(s): 7b52a0b

Updating model files

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -6,6 +6,17 @@ language:
6
  - en
7
  inference: false
8
  ---
 
 
 
 
 
 
 
 
 
 
 
9
  # GPT4All-13B-snoozy-GPTQ
10
 
11
  This repo contains 4bit GPTQ format quantised models of [Nomic.AI's GPT4all-13B-snoozy](https://huggingface.co/nomic-ai/gpt4all-13b-snoozy).
@@ -17,7 +28,7 @@ It is the result of quantising to 4bit using [GPTQ-for-LLaMa](https://github.com
17
  * [4bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/GPT4ALL-13B-snoozy-GPTQ).
18
  * [4bit and 5bit GGML models for GPU inference](https://huggingface.co/TheBloke/GPT4ALL-13B-snoozy-GGML).
19
  * [Nomic.AI's original model in float32 HF for GPU inference](https://huggingface.co/nomic-ai/gpt4all-13b-snoozy).
20
-
21
  ## How to easily download and use this model in text-generation-webui
22
 
23
  Open the text-generation-webui UI as normal.
@@ -52,8 +63,19 @@ It was created without the `--act-order` parameter. It may have slightly lower i
52
  ```
53
  CUDA_VISIBLE_DEVICES=0 python3 llama.py GPT4All-13B-snoozy c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors GPT4ALL-13B-GPTQ-4bit-128g.compat.no-act-order.safetensors
54
  ```
55
-
56
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # Original Model Card for GPT4All-13b-snoozy
58
 
59
  An Apache-2 licensed chatbot trained over a massive curated corpus of assistant interactions including word problems, multi-turn dialogue, code, poems, songs, and stories.
 
6
  - en
7
  inference: false
8
  ---
9
+ <div style="width: 100%;">
10
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
15
+ </div>
16
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
17
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
18
+ </div>
19
+ </div>
20
  # GPT4All-13B-snoozy-GPTQ
21
 
22
  This repo contains 4bit GPTQ format quantised models of [Nomic.AI's GPT4all-13B-snoozy](https://huggingface.co/nomic-ai/gpt4all-13b-snoozy).
 
28
  * [4bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/GPT4ALL-13B-snoozy-GPTQ).
29
  * [4bit and 5bit GGML models for GPU inference](https://huggingface.co/TheBloke/GPT4ALL-13B-snoozy-GGML).
30
  * [Nomic.AI's original model in float32 HF for GPU inference](https://huggingface.co/nomic-ai/gpt4all-13b-snoozy).
31
+
32
  ## How to easily download and use this model in text-generation-webui
33
 
34
  Open the text-generation-webui UI as normal.
 
63
  ```
64
  CUDA_VISIBLE_DEVICES=0 python3 llama.py GPT4All-13B-snoozy c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors GPT4ALL-13B-GPTQ-4bit-128g.compat.no-act-order.safetensors
65
  ```
 
66
 
67
+
68
+ ## Want to support my work?
69
+
70
+ I've had a lot of people ask if they can contribute. I love providing models and helping people, but it is starting to rack up pretty big cloud computing bills.
71
+
72
+ So if you're able and willing to contribute, it'd be most gratefully received and will help me to keep providing models, and work on various AI projects.
73
+
74
+ Donaters will get priority support on any and all AI/LLM/model questions, and I'll gladly quantise any model you'd like to try.
75
+
76
+ * Patreon: coming soon! (just awaiting approval)
77
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
78
+ * Discord: https://discord.gg/UBgz4VXf
79
  # Original Model Card for GPT4All-13b-snoozy
80
 
81
  An Apache-2 licensed chatbot trained over a massive curated corpus of assistant interactions including word problems, multi-turn dialogue, code, poems, songs, and stories.