docs: clarify that this is a merged LoRA
Browse files
README.md
CHANGED
|
@@ -79,6 +79,10 @@ Which will generate something like:
|
|
| 79 |
|
| 80 |
The model will automatically emit an end-of-text token (`</s>`) when it judges that the response is complete.
|
| 81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
## Limitations and biases
|
| 83 |
|
| 84 |
The intended use-case for this model is fictional conversation for entertainment purposes. Any other sort of usage is out of scope.
|
|
|
|
| 79 |
|
| 80 |
The model will automatically emit an end-of-text token (`</s>`) when it judges that the response is complete.
|
| 81 |
|
| 82 |
+
## Other notes
|
| 83 |
+
|
| 84 |
+
- 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.
|
| 85 |
+
|
| 86 |
## Limitations and biases
|
| 87 |
|
| 88 |
The intended use-case for this model is fictional conversation for entertainment purposes. Any other sort of usage is out of scope.
|