Update README.md
Browse files
README.md
CHANGED
@@ -16,19 +16,18 @@ Short response, text completion model trained in sci-fi writing.
|
|
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
|
29 |
|
30 |
|
31 |
|
32 |
### Framework versions
|
33 |
|
34 |
-
- PEFT 0.10.0
|
|
|
|
|
|
16 |
|
17 |
## Model Details
|
18 |
|
|
|
|
|
19 |
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.
|
20 |
|
|
|
21 |
- **Developed by:** https://huggingface.co/molbal
|
22 |
- **Model type:** Mistral 7b fine-tune
|
23 |
- **Language(s) (NLP):** English only
|
24 |
- **License:** wtfpl
|
25 |
+
- **Finetuned from model:** unsloth/mistral-7b-bnb-4bit
|
26 |
|
27 |
|
28 |
|
29 |
### Framework versions
|
30 |
|
31 |
+
- PEFT 0.10.0
|
32 |
+
- Unsloth for training
|
33 |
+
- LLama.ccp for creating quant
|