TomasFAV commited on
Commit
4ff220c
·
verified ·
1 Parent(s): cae44cc

End of training

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -1
tokenizer_config.json CHANGED
@@ -12,10 +12,12 @@
12
  ],
13
  "eos_token": "</s>",
14
  "errors": "replace",
15
- "is_local": false,
16
  "mask_token": "<mask>",
 
17
  "model_max_length": 512,
18
  "only_label_first_subword": true,
 
19
  "pad_token": "<pad>",
20
  "pad_token_box": [
21
  0,
@@ -24,6 +26,8 @@
24
  0
25
  ],
26
  "pad_token_label": -100,
 
 
27
  "sep_token": "</s>",
28
  "sep_token_box": [
29
  0,
@@ -31,7 +35,10 @@
31
  0,
32
  0
33
  ],
 
34
  "tokenizer_class": "TokenizersBackend",
35
  "trim_offsets": true,
 
 
36
  "unk_token": "<unk>"
37
  }
 
12
  ],
13
  "eos_token": "</s>",
14
  "errors": "replace",
15
+ "is_local": true,
16
  "mask_token": "<mask>",
17
+ "max_length": 512,
18
  "model_max_length": 512,
19
  "only_label_first_subword": true,
20
+ "pad_to_multiple_of": null,
21
  "pad_token": "<pad>",
22
  "pad_token_box": [
23
  0,
 
26
  0
27
  ],
28
  "pad_token_label": -100,
29
+ "pad_token_type_id": 0,
30
+ "padding_side": "right",
31
  "sep_token": "</s>",
32
  "sep_token_box": [
33
  0,
 
35
  0,
36
  0
37
  ],
38
+ "stride": 128,
39
  "tokenizer_class": "TokenizersBackend",
40
  "trim_offsets": true,
41
+ "truncation_side": "right",
42
+ "truncation_strategy": "longest_first",
43
  "unk_token": "<unk>"
44
  }