Create preprocessor_config.json
Browse files- preprocessor_config.json +3 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
preprocessor_config = {
|
| 2 |
+
"preprocessing_type": "standard"
|
| 3 |
+
}
|