Transformers
mpt
Composer
MosaicML
llm-foundry
TheBloke commited on
Commit
63880e4
1 Parent(s): 2a6d045

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -19
README.md CHANGED
@@ -8,6 +8,7 @@ tags:
8
  - llm-foundry
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>
@@ -16,9 +17,10 @@ inference: false
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
  # MPT-7B-Instruct GGML
24
 
@@ -56,33 +58,33 @@ Currently they can be used with:
56
 
57
  As other options become available I will endeavour to update them here (do let me know in the Community tab if I've missed something!)
58
 
59
- ## How to build, and an example of using the ggml `mpt` binary (command line only):
60
 
61
- ```
62
- git clone https://github.com/ggerganov/ggml
63
- cd ggml
64
- mkdir build
65
- cd build
66
- cmake ..
67
- cmake --build . --config Release
68
- bin/mpt -m /path/to/mpt7b-instruct.ggmlv3.q4_0.bin -t 8 -n 512 -p "Write a story about llamas"
69
- ```
70
 
71
- Please see the ggml repo for other build options.
72
 
73
- ## Want to support my work?
74
 
75
- 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.
76
 
77
- 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.
78
 
79
- 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.
80
 
81
- * Patreon: coming soon! (just awaiting approval)
 
 
82
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
83
- * Discord: https://discord.gg/UBgz4VXf
84
- # Original model card: MPT-7B-Instruct
85
 
 
 
 
 
86
 
87
  # MPT-7B-Instruct
88
 
 
8
  - llm-foundry
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>
 
17
  <p><a href="https://discord.gg/UBgz4VXf">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
  # MPT-7B-Instruct GGML
26
 
 
58
 
59
  As other options become available I will endeavour to update them here (do let me know in the Community tab if I've missed something!)
60
 
61
+ ## Tutorial for using GPT4All-UI
62
 
63
+ * [Text tutorial, written by **Lucas3DCG**](https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML/discussions/2#6475d914e9b57ce0caa68888)
64
+ * [Video tutorial, by GPT4All-UI's author **ParisNeo**](https://www.youtube.com/watch?v=ds_U0TDzbzI)
65
+
66
+ <!-- footer start -->
67
+ ## Discord
 
 
 
 
68
 
69
+ For further support, and discussions on these models and AI in general, join us at: [TheBloke AI's Discord server](https://discord.gg/UBgz4VXf)
70
 
71
+ ## Thanks, and how to contribute.
72
 
73
+ Thanks to the [chirper.ai](https://chirper.ai) team!
74
 
75
+ 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.
76
 
77
+ 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 new AI projects.
78
 
79
+ Donaters will get priority support on any and all AI/LLM/model questions, plus other benefits.
80
+
81
+ * Patreon: https://patreon.com/TheBlokeAI
82
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
 
 
83
 
84
+ **Patreon special mentions**: Aemon Algiz; Johann-Peter Hartmann; Talal Aujan; Jonathan Leane; Illia Dulskyi; Khalefa Al-Ahmad; senxiiz; Sebastain Graf; Eugene Pentland; Nikolai Manek; Luke Pendergrass.
85
+
86
+ Thank you to all my generous patrons and donaters.
87
+ <!-- footer end -->
88
 
89
  # MPT-7B-Instruct
90