Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,16 @@ datasets:
|
|
6 |
## LoRA Info:
|
7 |
Please note that this is a highly experimental LoRA model. It may do some good stuff, it might do some undesirable stuff. Training is basically done now. Feel free to try it!~
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
Current upload: Fully trained adapter model (3 epochs).
|
10 |
|
11 |
Secondary upload: checkpoint of epoch 2.97 (of 3)
|
|
|
6 |
## LoRA Info:
|
7 |
Please note that this is a highly experimental LoRA model. It may do some good stuff, it might do some undesirable stuff. Training is basically done now. Feel free to try it!~
|
8 |
|
9 |
+
**Important Note**: While this is trained on a cleaned ShareGPT dataset like Vicuna used, this was trained in the *Alpaca* format, so prompting should be something like:
|
10 |
+
|
11 |
+
```
|
12 |
+
### Instruction:
|
13 |
+
|
14 |
+
<prompt> (without the <>)
|
15 |
+
|
16 |
+
### Response:
|
17 |
+
```
|
18 |
+
|
19 |
Current upload: Fully trained adapter model (3 epochs).
|
20 |
|
21 |
Secondary upload: checkpoint of epoch 2.97 (of 3)
|