Pebble-10M-Chat / tokenizer_config.json
Hoglet-33's picture
Upload fine-tuned Pebble-10M-Chat model
0f18680 verified
Raw
History Blame Contribute Delete
585 Bytes
{
"add_bos_token": false,
"add_eos_token": false,
"added_tokens_decoder": {
"0": {
"content": "<|eos|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|eos|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|eos|>",
"eos_token_id": 0,
"extra_special_tokens": {},
"model_input_names": [
"input_ids"
],
"model_max_length": 512,
"pad_token": null,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": null,
"vocab_size": 2048
}