Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
---
|
|
|
1 |
+
## OVERVIEW
|
2 |
+
PEFT model trained on a strided, raw text dataset.
|
3 |
+
Full training parameters are available in training_parameters.json.
|
4 |
+
The most salient model feature is a training context window of 256 tokens, with each training window overlapped with the last 128 tokens of the previous window.
|
5 |
+
This produces objectionable qualitative results in inference.
|
6 |
+
|
7 |
---
|
8 |
library_name: peft
|
9 |
---
|