SQCU commited on
Commit
799be5a
1 Parent(s): 0f52316

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
  ---