Instructions to use TheBloke/MPT-7B-Storywriter-GGML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TheBloke/MPT-7B-Storywriter-GGML with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("TheBloke/MPT-7B-Storywriter-GGML", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,28 +8,19 @@ datasets:
|
|
| 8 |
- the_pile_books3
|
| 9 |
inference: false
|
| 10 |
---
|
| 11 |
-
<!--
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
Donaters will get priority support on any and all AI/LLM/model questions, plus other benefits.
|
| 25 |
-
|
| 26 |
-
* Patreon: https://patreon.com/TheBlokeAI
|
| 27 |
-
* Ko-Fi: https://ko-fi.com/TheBlokeAI
|
| 28 |
-
|
| 29 |
-
**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.
|
| 30 |
-
|
| 31 |
-
Thank you to all my generous patrons and donaters.
|
| 32 |
-
<!-- footer end -->
|
| 33 |
|
| 34 |
# MPT-7B-Storywriter GGML
|
| 35 |
|
|
|
|
| 8 |
- the_pile_books3
|
| 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/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-Storywriter GGML
|
| 26 |
|