Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
tags:
|
| 4 |
-
- unsloth
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: adapter-transformers
|
| 3 |
+
tags:
|
| 4 |
+
- unsloth
|
| 5 |
+
license: mit
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
base_model:
|
| 9 |
+
- unsloth/mistral-7b-instruct-v0.3-bnb-4bit
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Model Card for Idrinth/CharacterBuilderAI
|
| 14 |
+
|
| 15 |
+
This model is fine-tuned to provide a character builder for mind theatre role play sessions. Currently the tuning is VERY LIMITED, but we are adding more story bits over time to fix that.
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
This model is trained to create a short and useful introduction scenario based on player input.
|
| 23 |
+
|
| 24 |
+
### Model Sources
|
| 25 |
+
|
| 26 |
+
- **Repository:** [GitHub](https://github.com/bjoern-buettner/roleplay-ai)
|