post-ocr / tb-json /tokenizer_config.json
Pclanglais's picture
Update tb-json/tokenizer_config.json
e75b89f verified
raw
history blame
1.11 kB
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens_decoder": {
"0": {
"content": "[UNK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
"1": {
"content": "<|begin_of_text|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
"2": {
"content": "<|end_of_text|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
"3": {
"content": "[PAD]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
},
"bos_token": "<|begin_of_text|>",
"eos_token": "<|end_of_text|>",
"unk_token": "[UNK]",
"pad_token": "[PAD]",
"clean_up_tokenization_spaces": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 4096,
"padding_side": "left",
"tokenizer_class": "PreTrainedTokenizerFast"
}