| { | |
| "action_token": "[A]", | |
| "clean_up_tokenization_spaces": true, | |
| "cls_token": "[CLS]", | |
| "goal_token": "[SG]", | |
| "init_token": "[SI]", | |
| "mask_token": "[MASK]", | |
| "model_max_length": 512, | |
| "pad_token": "[PAD]", | |
| "padding": "max_length", | |
| "sep_token": "[SEP]", | |
| "tokenizer_class": "PreTrainedTokenizerFast", | |
| "truncation": true, | |
| "unk_token": "[UNK]" | |
| } | |