napatswift commited on
Commit
4da8e0c
1 Parent(s): dfacea5

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -4
tokenizer_config.json CHANGED
@@ -17,7 +17,6 @@
17
  "rstrip": false,
18
  "single_word": false
19
  },
20
- "max_length": 512,
21
  "model_max_length": 1000000000000000019884624838656,
22
  "only_label_first_subword": true,
23
  "pad_token": "<pad>",
@@ -35,9 +34,6 @@
35
  1000,
36
  1000
37
  ],
38
- "stride": 0,
39
  "tokenizer_class": "LayoutXLMTokenizer",
40
- "truncation_side": "right",
41
- "truncation_strategy": "longest_first",
42
  "unk_token": "<unk>"
43
  }
 
17
  "rstrip": false,
18
  "single_word": false
19
  },
 
20
  "model_max_length": 1000000000000000019884624838656,
21
  "only_label_first_subword": true,
22
  "pad_token": "<pad>",
 
34
  1000,
35
  1000
36
  ],
 
37
  "tokenizer_class": "LayoutXLMTokenizer",
 
 
38
  "unk_token": "<unk>"
39
  }