Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
license: other
|
4 |
+
---
|
5 |
+
# Monero's WizardLM-Uncensored-SuperCOT-Storytelling-30B GGML
|
6 |
+
These files are GGML format model files for [Monero's WizardLM-Uncensored-SuperCOT-Storytelling-30B](https://huggingface.co/Monero/WizardLM-Uncensored-SuperCOT-StoryTelling-30b).
|
7 |
+
|
8 |
+
# Works only with PR 1684: https://github.com/ggerganov/llama.cpp/pull/1684
|
9 |
+
|
10 |
+
## Prompt template
|
11 |
+
|
12 |
+
```
|
13 |
+
Optional instruction ("You are a helpful assistant" etc)
|
14 |
+
USER: prompt
|
15 |
+
ASSISTANT:
|
16 |
+
```
|
17 |
+
|
18 |
+
# Usage RAM:
|
19 |
+
```
|
20 |
+
llama_model_load_internal: mem required = 17295.81 MB (+ 3124.00 MB per state)
|
21 |
+
```
|