TheBloke commited on
Commit
fa0205b
1 Parent(s): ce81884

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -9
README.md CHANGED
@@ -3,17 +3,19 @@ inference: false
3
  license: other
4
  ---
5
 
 
6
  <div style="width: 100%;">
7
  <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
8
  </div>
9
  <div style="display: flex; justify-content: space-between; width: 100%;">
10
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
11
- <p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
12
  </div>
13
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
14
- <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
15
  </div>
16
  </div>
 
17
 
18
  # WizardLM 13B 1.0 GPTQ
19
 
@@ -69,18 +71,31 @@ It was created with groupsize 128 to ensure higher quality inference, without `-
69
  python llama.py /workspace/process/wizardLM-13B-1.0/HF wikitext2 --wbits 4 --true-sequential --groupsize 128 --save_safetensors /workspace/process/wizardLM-13B-1.0/gptq/WizardLM-13B-1.0-GPTQ-4bit-128g.no-act-order.safetensors
70
  ```
71
 
72
- ## Want to support my work?
 
73
 
74
- 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.
75
 
76
- 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.
77
 
78
- 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.
79
 
80
- * Patreon: coming soon! (just awaiting approval)
 
 
 
 
 
 
 
 
81
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
82
- * Discord: https://discord.gg/UBgz4VXf
83
-
 
 
 
 
84
  # Original model card: WizardLM 13B 1.0
85
 
86
  ## WizardLM: An Instruction-following LLM Using Evol-Instruct
 
3
  license: other
4
  ---
5
 
6
+ <!-- header start -->
7
  <div style="width: 100%;">
8
  <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
9
  </div>
10
  <div style="display: flex; justify-content: space-between; width: 100%;">
11
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
12
+ <p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
13
  </div>
14
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
15
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
16
  </div>
17
  </div>
18
+ <!-- header end -->
19
 
20
  # WizardLM 13B 1.0 GPTQ
21
 
 
71
  python llama.py /workspace/process/wizardLM-13B-1.0/HF wikitext2 --wbits 4 --true-sequential --groupsize 128 --save_safetensors /workspace/process/wizardLM-13B-1.0/gptq/WizardLM-13B-1.0-GPTQ-4bit-128g.no-act-order.safetensors
72
  ```
73
 
74
+ <!-- footer start -->
75
+ ## Discord
76
 
77
+ For further support, and discussions on these models and AI in general, join us at:
78
 
79
+ [TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
80
 
81
+ ## Thanks, and how to contribute.
82
 
83
+ Thanks to the [chirper.ai](https://chirper.ai) team!
84
+
85
+ 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.
86
+
87
+ 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.
88
+
89
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
90
+
91
+ * Patreon: https://patreon.com/TheBlokeAI
92
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
93
+
94
+ **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.
95
+
96
+ Thank you to all my generous patrons and donaters!
97
+ <!-- footer end -->
98
+
99
  # Original model card: WizardLM 13B 1.0
100
 
101
  ## WizardLM: An Instruction-following LLM Using Evol-Instruct