tensorboy commited on
Commit
1aadd7c
·
verified ·
1 Parent(s): 0526523

Upload processor

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -7
tokenizer_config.json CHANGED
@@ -55,10 +55,8 @@
55
  "eos_token": "</s>",
56
  "errors": "replace",
57
  "mask_token": "<mask>",
58
- "max_length": 512,
59
  "model_max_length": 512,
60
  "only_label_first_subword": true,
61
- "pad_to_multiple_of": null,
62
  "pad_token": "<pad>",
63
  "pad_token_box": [
64
  0,
@@ -67,8 +65,6 @@
67
  0
68
  ],
69
  "pad_token_label": -100,
70
- "pad_token_type_id": 0,
71
- "padding_side": "right",
72
  "processor_class": "LayoutLMv3Processor",
73
  "sep_token": "</s>",
74
  "sep_token_box": [
@@ -77,10 +73,7 @@
77
  0,
78
  0
79
  ],
80
- "stride": 0,
81
  "tokenizer_class": "LayoutLMv3Tokenizer",
82
  "trim_offsets": true,
83
- "truncation_side": "right",
84
- "truncation_strategy": "longest_first",
85
  "unk_token": "<unk>"
86
  }
 
55
  "eos_token": "</s>",
56
  "errors": "replace",
57
  "mask_token": "<mask>",
 
58
  "model_max_length": 512,
59
  "only_label_first_subword": true,
 
60
  "pad_token": "<pad>",
61
  "pad_token_box": [
62
  0,
 
65
  0
66
  ],
67
  "pad_token_label": -100,
 
 
68
  "processor_class": "LayoutLMv3Processor",
69
  "sep_token": "</s>",
70
  "sep_token_box": [
 
73
  0,
74
  0
75
  ],
 
76
  "tokenizer_class": "LayoutLMv3Tokenizer",
77
  "trim_offsets": true,
 
 
78
  "unk_token": "<unk>"
79
  }