PRAJWAL23 commited on
Commit
d40464f
1 Parent(s): b9adc09

Upload processor

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -0
tokenizer_config.json CHANGED
@@ -41,8 +41,10 @@
41
  "rstrip": false,
42
  "single_word": false
43
  },
 
44
  "model_max_length": 512,
45
  "only_label_first_subword": false,
 
46
  "pad_token": {
47
  "__type": "AddedToken",
48
  "content": "<pad>",
@@ -58,6 +60,8 @@
58
  0
59
  ],
60
  "pad_token_label": -100,
 
 
61
  "processor_class": "LayoutLMv3Processor",
62
  "sep_token": {
63
  "__type": "AddedToken",
@@ -73,8 +77,12 @@
73
  0,
74
  0
75
  ],
 
76
  "tokenizer_class": "LayoutLMv3Tokenizer",
77
  "trim_offsets": true,
 
 
 
78
  "unk_token": {
79
  "__type": "AddedToken",
80
  "content": "<unk>",
 
41
  "rstrip": false,
42
  "single_word": false
43
  },
44
+ "max_length": 512,
45
  "model_max_length": 512,
46
  "only_label_first_subword": false,
47
+ "pad_to_multiple_of": null,
48
  "pad_token": {
49
  "__type": "AddedToken",
50
  "content": "<pad>",
 
60
  0
61
  ],
62
  "pad_token_label": -100,
63
+ "pad_token_type_id": 0,
64
+ "padding_side": "right",
65
  "processor_class": "LayoutLMv3Processor",
66
  "sep_token": {
67
  "__type": "AddedToken",
 
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
+ "trust_remote_code": false,
86
  "unk_token": {
87
  "__type": "AddedToken",
88
  "content": "<unk>",