Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: cc-by-nc-4.0
|
5 |
+
library_name: transformers
|
6 |
+
base_model:
|
7 |
+
- jukofyork/creative-writer-32b-preview
|
8 |
+
pipeline_tag: text-generation
|
9 |
+
tags:
|
10 |
+
- creative-writing
|
11 |
+
- creative-writer
|
12 |
+
- multiplicative-lora
|
13 |
+
- exl2
|
14 |
+
- exllamav2
|
15 |
+
---
|
16 |
+
EXL2 Quant of [jukofyork/creative-writer-35b-preview](https://huggingface.co/jukofyork/creative-writer-35b-preview)
|
17 |
+
|
18 |
+
Original Readme:
|
19 |
+
|
20 |
+
An experimental model, fine-tuned using the "multiplicative-LoRA" method on [command-r-v01](https://huggingface.co/CohereForAI/c4ai-command-r-v01).
|
21 |
+
|
22 |
+
**NOTE**: You MUST use some (small) value of min-p with this such as 0.01 (as with the original command-r-v01 model), or else the model will output gibberish!
|