Update README.md
Browse files
README.md
CHANGED
|
@@ -104,6 +104,12 @@ Current eval out of the current 16bit Pygmalion-13b model: <br>
|
|
| 104 |
<br>Thanks to YellowRose#1776 for the numbers.
|
| 105 |
<hr>
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
## Limitations and biases
|
| 108 |
|
| 109 |
The intended use-case for this model is fictional conversation for entertainment purposes. Any other sort of usage is out of scope.
|
|
|
|
| 104 |
<br>Thanks to YellowRose#1776 for the numbers.
|
| 105 |
<hr>
|
| 106 |
|
| 107 |
+
## Other notes
|
| 108 |
+
|
| 109 |
+
- 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.
|
| 110 |
+
- 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.
|
| 111 |
+
|
| 112 |
+
|
| 113 |
## Limitations and biases
|
| 114 |
|
| 115 |
The intended use-case for this model is fictional conversation for entertainment purposes. Any other sort of usage is out of scope.
|