Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## LoRA Info:
|
2 |
+
Please note that this is a highly experimental LoRA model. It may do some good stuff, it might do some undesirable stuff. Training is paused for now. Feel free to try it!~
|
3 |
+
|
4 |
+
**Important Note**: This was trained in the *Alpaca* format, so prompting should be something like:
|
5 |
+
|
6 |
+
```
|
7 |
+
### Instruction:
|
8 |
+
|
9 |
+
<system prompt> (without the <>, this works like telling the AI what it is/purpose. i.e. like ChatGPT API's system prompt)
|
10 |
+
|
11 |
+
### Input:
|
12 |
+
|
13 |
+
<prompt> (without the <>)
|
14 |
+
|
15 |
+
### Response:
|
16 |
+
```
|
17 |
+
|
18 |
+
Current upload: *possibly* final checkpoint
|
19 |
+
|
20 |
+
|
21 |
+
## Benchmarks
|
22 |
+
**wikitext2:** Coming soon...
|
23 |
+
|
24 |
+
**ptb-new:** Coming soon...
|
25 |
+
|
26 |
+
**c4-new:** Coming soon...
|