Update README.md
Browse files
README.md
CHANGED
@@ -75,6 +75,12 @@ Which might generate something like:
|
|
75 |
|
76 |
Same process applies. Usually, it is best to do a sliding window over the user and model turns, but keep the system prompt fixed at the start of the context window.
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
## Limitations and biases
|
79 |
|
80 |
The intended use-case for this model is fictional writing for entertainment purposes. Any other sort of usage is out of scope.
|
|
|
75 |
|
76 |
Same process applies. Usually, it is best to do a sliding window over the user and model turns, but keep the system prompt fixed at the start of the context window.
|
77 |
|
78 |
+
## Other notes
|
79 |
+
|
80 |
+
- When prompted correctly, the model will always start by generating a BOS token. This behavior is an accidental side-effect which we plan to address in future model versions and should not be relied upon.
|
81 |
+
- The model was trained as a LoRA with a somewhat unorthodox configuration which causes errors when used with the current version of `peft`, hence we release it as a full model instead.
|
82 |
+
|
83 |
+
|
84 |
## Limitations and biases
|
85 |
|
86 |
The intended use-case for this model is fictional writing for entertainment purposes. Any other sort of usage is out of scope.
|