facebook-opt-125m-bnb-8bit-smashed / tokenizer_config.json
johannaSommer's picture
859d027c147c53cb050030643356f248003ccd101bbf3e8a28061336b17082c3
9f37306 verified
raw
history blame
688 Bytes
{
"add_bos_token": true,
"add_prefix_space": false,
"added_tokens_decoder": {
"1": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "</s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"errors": "replace",
"legacy": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "</s>"
}