File size: 606 Bytes
9690e90 8694036 9690e90 8694036 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: wtfpl
library_name: peft
base_model: unsloth/mistral-7b-bnb-4bit
language:
- en
pipeline_tag: text-generation
---
# Model Card for molbal/novelstral-7b
Short response, text completion model trained on various novels.
## Model Details
This is a text completion model, designed to advance a story a few lines at a time.
- **Developed by:** https://huggingface.co/molbal
- **Model type:** Mistral 7b fine-tune
- **Language(s) (NLP):** English only
- **License:** wtfpl
- **Finetuned from model:** unsloth/mistral-7b-bnb-4bit
### Framework versions
- PEFT 0.10.0
- Unsloth for training |