TheBloke commited on
Commit
805a3b7
1 Parent(s): dadc8c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -8
README.md CHANGED
@@ -11,17 +11,19 @@ tags:
11
  - gptq
12
  inference: false
13
  ---
 
14
  <div style="width: 100%;">
15
  <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
  </div>
17
  <div style="display: flex; justify-content: space-between; width: 100%;">
18
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
- <p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
20
  </div>
21
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
22
- <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon coming soon!</a></p>
23
  </div>
24
  </div>
 
25
 
26
  ## About this repository
27
  This is an attempt to create a GPTQ 4-bit version of [Galpaca 30B](https://huggingface.co/GeorgiaTechResearchInstitute/galpaca-30b).
@@ -65,17 +67,30 @@ The model card from the original Galactica repo can be found [here](https://gith
65
  The dataset card for Alpaca can be found [here](https://huggingface.co/datasets/tatsu-lab/alpaca/blob/main/README.md), and the project homepage [here](https://crfm.stanford.edu/2023/03/13/alpaca.html).
66
  The Alpaca dataset was collected with a modified version of the [Self-Instruct Framework](https://github.com/yizhongw/self-instruct), and was built using OpenAI's `text-davinci-003` model. As such it is subject to OpenAI's terms of service.
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
  ## Model Details
80
 
81
  The GALACTICA models are trained on a large-scale scientific corpus and are designed to perform scientific tasks.
 
11
  - gptq
12
  inference: false
13
  ---
14
+ <!-- header start -->
15
  <div style="width: 100%;">
16
  <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
  </div>
18
  <div style="display: flex; justify-content: space-between; width: 100%;">
19
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
21
  </div>
22
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
23
+ <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
24
  </div>
25
  </div>
26
+ <!-- header end -->
27
 
28
  ## About this repository
29
  This is an attempt to create a GPTQ 4-bit version of [Galpaca 30B](https://huggingface.co/GeorgiaTechResearchInstitute/galpaca-30b).
 
67
  The dataset card for Alpaca can be found [here](https://huggingface.co/datasets/tatsu-lab/alpaca/blob/main/README.md), and the project homepage [here](https://crfm.stanford.edu/2023/03/13/alpaca.html).
68
  The Alpaca dataset was collected with a modified version of the [Self-Instruct Framework](https://github.com/yizhongw/self-instruct), and was built using OpenAI's `text-davinci-003` model. As such it is subject to OpenAI's terms of service.
69
 
70
+ <!-- footer start -->
71
+ ## Discord
72
 
73
+ For further support, and discussions on these models and AI in general, join us at:
74
 
75
+ [TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
76
 
77
+ ## Thanks, and how to contribute.
78
 
79
+ Thanks to the [chirper.ai](https://chirper.ai) team!
80
+
81
+ 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.
82
+
83
+ 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.
84
+
85
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
86
+
87
+ * Patreon: https://patreon.com/TheBlokeAI
88
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
89
+
90
+ **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.
91
+
92
+ Thank you to all my generous patrons and donaters!
93
+ <!-- footer end -->
94
  ## Model Details
95
 
96
  The GALACTICA models are trained on a large-scale scientific corpus and are designed to perform scientific tasks.