File size: 795 Bytes
3f720fe 4ff220c 3f720fe 4ff220c 3f720fe 4ff220c 3f720fe 4ff220c 3f720fe 4ff220c 3f720fe 4ff220c 3f720fe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {
"add_prefix_space": true,
"apply_ocr": false,
"backend": "tokenizers",
"bos_token": "<s>",
"cls_token": "<s>",
"cls_token_box": [
0,
0,
0,
0
],
"eos_token": "</s>",
"errors": "replace",
"is_local": true,
"mask_token": "<mask>",
"max_length": 512,
"model_max_length": 512,
"only_label_first_subword": true,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_box": [
0,
0,
0,
0
],
"pad_token_label": -100,
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "</s>",
"sep_token_box": [
0,
0,
0,
0
],
"stride": 128,
"tokenizer_class": "TokenizersBackend",
"trim_offsets": true,
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>"
}
|