| { | |
| "clean_up_tokenization_spaces": true, | |
| "auto_map": { | |
| "AutoTokenizer": ["tokenization_custom.CustomTokenizer", null] | |
| }, | |
| "model_max_length": 512, | |
| "unk_token": "[UNK]", | |
| "pad_token": "[PAD]", | |
| "bos_token": "[BOS]", | |
| "eos_token": "[EOS]", | |
| "tokenizer_class": "CustomTokenizer" | |
| } |