datvo06 commited on
Commit
12a64bf
1 Parent(s): e5d99e9

Upload infoxlm-large-finetuned-xfund-es-re/checkpoint-60000/tokenizer_config.json with huggingface_hub

Browse files
infoxlm-large-finetuned-xfund-es-re/checkpoint-60000/tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "name_or_path": "microsoft/layoutxlm-base",
20
+ "only_label_first_subword": true,
21
+ "pad_token": "<pad>",
22
+ "pad_token_box": [
23
+ 0,
24
+ 0,
25
+ 0,
26
+ 0
27
+ ],
28
+ "pad_token_label": -100,
29
+ "sep_token": "</s>",
30
+ "sep_token_box": [
31
+ 1000,
32
+ 1000,
33
+ 1000,
34
+ 1000
35
+ ],
36
+ "special_tokens_map_file": null,
37
+ "tokenizer_class": "LayoutXLMTokenizer",
38
+ "unk_token": "<unk>"
39
+ }