Create new file
Browse files- preprocessor_config.json +4 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feature_extractor_type": "MarkupLMFeatureExtractor",
|
| 3 |
+
"processor_class": "MarkupLMProcessor"
|
| 4 |
+
}
|