Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: meta-llama/Meta-Llama-3.1-8B
|
4 |
+
---
|
5 |
+
# NarrativAIV2
|
6 |
+
|
7 |
+
This model is a fine-tuned version of the LLaMA 3.1 language model, specifically trained on a curated dataset of interactive roleplaying scenarios.
|
8 |
+
|
9 |
+
**Model Description**
|
10 |
+
|
11 |
+
* **Base Model:** LLaMA 3.1
|
12 |
+
* **Training Data:** A diverse dataset of 977 fictional scenarios featuring engaging characters in various settings, emphasizing emotional depth and complex interactions.
|
13 |
+
* **Fine-tuning Method:** This model was fine-tuned using supervised learning, focusing on continuing the given roleplay prompt in a consistent, immersive manner.
|
14 |
+
|
15 |
+
**Limitations**
|
16 |
+
|
17 |
+
* **Bias:** The model's responses may reflect biases present in the training data.
|
18 |
+
* **Factual Accuracy:** The model is not designed to provide factual information and may generate inaccurate statements.
|
19 |
+
* **Repetitive Responses:** Occasionally, the model may produce repetitive or predictable responses.
|
20 |
+
|
21 |
+
**License**
|
22 |
+
|
23 |
+
This model is released under the MIT license.
|