Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
inference: false
|
| 7 |
+
tags:
|
| 8 |
+
- transformers
|
| 9 |
+
- gguf
|
| 10 |
+
- imatrix
|
| 11 |
+
- Writing_Partner_Mistral_7B
|
| 12 |
+
---
|
| 13 |
+
Quantizations of https://huggingface.co/FPHam/Writing_Partner_Mistral_7B
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
# From original readme
|
| 17 |
+
|
| 18 |
+
## Intended Use
|
| 19 |
+
|
| 20 |
+
The purpose of this model isn't to write content for you (although it can), but rather to engage in a conversation about your writing process.
|
| 21 |
+
|
| 22 |
+
## Model uses ChatML
|
| 23 |
+
|
| 24 |
+
```
|
| 25 |
+
<|im_start|>system
|
| 26 |
+
<|im_end|>
|
| 27 |
+
<|im_start|>user
|
| 28 |
+
How to plot my story?<|im_end|>
|
| 29 |
+
<|im_start|>assistant
|
| 30 |
+
```
|