pierreguillou commited on
Commit
2c27c8a
1 Parent(s): c3fa8c9

Delete checkpoint-6600/tokenizer_config.json

Browse files
checkpoint-6600/tokenizer_config.json DELETED
@@ -1,41 +0,0 @@
1
- {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "cls_token_box": [
5
- 0,
6
- 0,
7
- 0,
8
- 0
9
- ],
10
- "eos_token": "</s>",
11
- "mask_token": {
12
- "__type": "AddedToken",
13
- "content": "<mask>",
14
- "lstrip": true,
15
- "normalized": true,
16
- "rstrip": false,
17
- "single_word": false
18
- },
19
- "model_max_length": 1000000000000000019884624838656,
20
- "name_or_path": "microsoft/layoutxlm-base",
21
- "only_label_first_subword": true,
22
- "pad_token": "<pad>",
23
- "pad_token_box": [
24
- 0,
25
- 0,
26
- 0,
27
- 0
28
- ],
29
- "pad_token_label": -100,
30
- "sep_token": "</s>",
31
- "sep_token_box": [
32
- 1000,
33
- 1000,
34
- 1000,
35
- 1000
36
- ],
37
- "sp_model_kwargs": {},
38
- "special_tokens_map_file": null,
39
- "tokenizer_class": "LayoutXLMTokenizer",
40
- "unk_token": "<unk>"
41
- }