Commit
·
0036697
1
Parent(s):
9236849
Upload processor
Browse files- preprocessor_config.json +1 -1
- tokenizer_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"apply_ocr":
|
3 |
"do_resize": true,
|
4 |
"feature_extractor_type": "LayoutLMv2FeatureExtractor",
|
5 |
"image_processor_type": "LayoutLMv2ImageProcessor",
|
|
|
1 |
{
|
2 |
+
"apply_ocr": true,
|
3 |
"do_resize": true,
|
4 |
"feature_extractor_type": "LayoutLMv2FeatureExtractor",
|
5 |
"image_processor_type": "LayoutLMv2ImageProcessor",
|
tokenizer_config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"do_lower_case": true,
|
13 |
"mask_token": "[MASK]",
|
14 |
"model_max_length": 512,
|
15 |
-
"name_or_path": "
|
16 |
"never_split": null,
|
17 |
"only_label_first_subword": true,
|
18 |
"pad_token": "[PAD]",
|
|
|
12 |
"do_lower_case": true,
|
13 |
"mask_token": "[MASK]",
|
14 |
"model_max_length": 512,
|
15 |
+
"name_or_path": "pbrennanwhite/layoutlm-funsd-tf",
|
16 |
"never_split": null,
|
17 |
"only_label_first_subword": true,
|
18 |
"pad_token": "[PAD]",
|