silvermete0r commited on
Commit
8ba4bdf
·
verified ·
1 Parent(s): b333baf

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +5 -0
preprocessor_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "truncate_text_length": 3000,
3
+ "keep_columns": ["instruction", "text"],
4
+ "remove_special_chars": false
5
+ }