Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: wtfpl
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: wtfpl
|
3 |
+
library_name: peft
|
4 |
+
base_model: unsloth/mistral-7b-bnb-4bit
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
---
|
9 |
+
|
10 |
+
# Model Card for Model ID
|
11 |
+
|
12 |
+
Short response, text completion model trained in sci-fi writing.
|
13 |
+
|
14 |
+

|
15 |
+
|
16 |
+
|
17 |
+
## Model Details
|
18 |
+
|
19 |
+
### Model Description
|
20 |
+
|
21 |
+
This is a text completion model, designed to advance a story a few lines at a time. The model has general sci-fi context (primary purpose) and likes writing conversations.
|
22 |
+
|
23 |
+
|
24 |
+
- **Developed by:** https://huggingface.co/molbal
|
25 |
+
- **Model type:** Mistral 7b fine-tune
|
26 |
+
- **Language(s) (NLP):** English only
|
27 |
+
- **License:** wtfpl
|
28 |
+
- **Finetuned from model [optional]:** unsloth/mistral-7b-bnb-4bit
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
### Framework versions
|
33 |
+
|
34 |
+
- PEFT 0.10.0
|