mgp-str-base / tokenizer_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
169d7d2 verified
raw
history blame contribute delete
633 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "[GO]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "[s]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "[GO]",
"clean_up_tokenization_spaces": false,
"eos_token": "[s]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[GO]",
"processor_class": "MgpstrProcessor",
"tokenizer_class": "MgpstrTokenizer",
"unk_token": "[GO]"
}