mtg-glove-embedding-commander / tokenizer_config.json
nishtahir's picture
Initial commit
dc7b215 unverified
raw
history blame contribute delete
496 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "<|UNK|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"auto_map": {
"AutoTokenizer": [
"tokenizer.MtgGloVeTokenizer",
null
]
},
"clean_up_tokenization_spaces": false,
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "MtgGloVeTokenizer",
"unk_token": "<|UNK|>"
}