TheBloke commited on
Commit
97294b1
1 Parent(s): 6199769

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -8
README.md CHANGED
@@ -8,17 +8,19 @@ tags:
8
  - uncensored
9
  inference: false
10
  ---
 
11
  <div style="width: 100%;">
12
  <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
  </div>
14
  <div style="display: flex; justify-content: space-between; width: 100%;">
15
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
- <p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
17
  </div>
18
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
19
- <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
20
  </div>
21
  </div>
 
22
 
23
  # Wizard-Vicuna-13B-Uncensored GPTQ
24
 
@@ -89,17 +91,30 @@ To download this branch in text-generation-webui, enter `TheBloke/Wizard-Vicuna-
89
  python llama.py ehartford_Wizard-Vicuna-13B-Uncensored c4 --wbits 4 --groupsize 128 --true-sequential --act-order --save_safetensors Wizard-Vicuna-13B-Uncensored-GPTQ-4bit-128g.latest.act-order.safetensors
90
  ```
91
 
92
- ## Want to support my work?
 
93
 
94
- 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.
95
 
96
- 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.
97
 
98
- 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.
99
 
100
- * Patreon: coming soon! (just awaiting approval)
 
 
 
 
 
 
 
 
101
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
102
- * Discord: https://discord.gg/UBgz4VXf
 
 
 
 
103
  # Original model card
104
 
105
  This is [wizard-vicuna-13b](https://huggingface.co/junelee/wizard-vicuna-13b) trained with a subset of the dataset - responses that contained alignment / moralizing were removed. The intent is to train a WizardLM that doesn't have alignment built-in, so that alignment (of any sort) can be added separately with for example with a RLHF LoRA.
 
8
  - uncensored
9
  inference: false
10
  ---
11
+ <!-- header start -->
12
  <div style="width: 100%;">
13
  <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
  </div>
15
  <div style="display: flex; justify-content: space-between; width: 100%;">
16
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
18
  </div>
19
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
20
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
21
  </div>
22
  </div>
23
+ <!-- header end -->
24
 
25
  # Wizard-Vicuna-13B-Uncensored GPTQ
26
 
 
91
  python llama.py ehartford_Wizard-Vicuna-13B-Uncensored c4 --wbits 4 --groupsize 128 --true-sequential --act-order --save_safetensors Wizard-Vicuna-13B-Uncensored-GPTQ-4bit-128g.latest.act-order.safetensors
92
  ```
93
 
94
+ <!-- footer start -->
95
+ ## Discord
96
 
97
+ For further support, and discussions on these models and AI in general, join us at:
98
 
99
+ [TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
100
 
101
+ ## Thanks, and how to contribute.
102
 
103
+ Thanks to the [chirper.ai](https://chirper.ai) team!
104
+
105
+ 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.
106
+
107
+ 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.
108
+
109
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
110
+
111
+ * Patreon: https://patreon.com/TheBlokeAI
112
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
113
+
114
+ **Patreon special mentions**: Aemon Algiz, Dmitriy Samsonov, Nathan LeClaire, Trenton Dambrowitz, Mano Prime, David Flickinger, vamX, Nikolai Manek, senxiiz, Khalefa Al-Ahmad, Illia Dulskyi, Jonathan Leane, Talal Aujan, V. Lukas, Joseph William Delisle, Pyrater, Oscar Rangel, Lone Striker, Luke Pendergrass, Eugene Pentland, Sebastain Graf, Johann-Peter Hartman.
115
+
116
+ Thank you to all my generous patrons and donaters!
117
+ <!-- footer end -->
118
  # Original model card
119
 
120
  This is [wizard-vicuna-13b](https://huggingface.co/junelee/wizard-vicuna-13b) trained with a subset of the dataset - responses that contained alignment / moralizing were removed. The intent is to train a WizardLM that doesn't have alignment built-in, so that alignment (of any sort) can be added separately with for example with a RLHF LoRA.