passthepizza
commited on
Commit
•
c044fb0
1
Parent(s):
d9358da
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- meta-llama/Meta-Llama-3.1-8B
|
7 |
+
---
|
8 |
+
# NarrativAI Reflection
|
9 |
+
|
10 |
+
**Model Name:** NarrativAI Reflection
|
11 |
+
|
12 |
+
**Base Model:** Llama 3.1 8B
|
13 |
+
|
14 |
+
|
15 |
+
**Model Description:** NarrativAI Reflection is a fine-tuned language model based on Llama 3.1 8B designed to generate internal monologue (pre-response thought, post-response reflection) and dialogue for roleplay actions.
|
16 |
+
|
17 |
+
**Training Objective:** The model was fine-tuned on a dataset containing prompts describing fictional scenarios with characters and their emotional states, along with corresponding responses that include pre-response thoughts, dialogue/action, and post-response reflections. The objective is to enable the model to generate believable internal monologue and dialogue that reflects the character's personality, emotions, and the context of the scenario.
|
18 |
+
|
19 |
+
**Intended Use:** NarrativAI Reflection is intended for creative writing and role-playing applications.
|
20 |
+
|
21 |
+
**Limitations:**
|
22 |
+
|
23 |
+
* **Limited context:** The model's understanding of the scenario is based solely on the provided prompt. It may struggle with complex scenarios or require additional context to generate accurate responses.
|
24 |
+
* **Bias and Stereotypes:** The training data may contain biases and stereotypes, which could be reflected in the model's generated text.
|
25 |
+
* **Lack of real-world knowledge:** The model's knowledge is limited to the information present in the training data. It may not be able to accurately reflect real-world situations or events.
|
26 |
+
|
27 |
+
**Disclaimer:**
|
28 |
+
|
29 |
+
NarrativAI Reflection is a research project and should not be used in any application where its limitations could cause harm or misrepresent real-world situations. Users are solely responsible for the ethical and responsible use of the model.
|