| { | |
| "additional_special_tokens": [ | |
| "<|begintarget|>", | |
| "<|endtarget|>", | |
| "<|begincontext|>", | |
| "<|endcontext|>", | |
| "<|system|>", | |
| "<|user|>", | |
| "<|beginlastuserutterance|>", | |
| "<|endlastuserutterance|>", | |
| "<|begindsts|>", | |
| "<|enddsts|>", | |
| "<|begindst|>", | |
| "<|enddst|>", | |
| "<|beginbelief|>", | |
| "<|endbelief|>", | |
| "<|beginresponse|>", | |
| "<|endresponse|>", | |
| "<|beginaction|>", | |
| "<|endaction|>", | |
| "<|beginuseraction|>", | |
| "<|enduseraction|>", | |
| "<|sysactions|>", | |
| "<|beginintent|>", | |
| "<|endintent|>", | |
| "<|beginrequestedslots|>", | |
| "<|endrequestedslots|>", | |
| "<|pad|>", | |
| "<|startoftext|>" | |
| ], | |
| "bos_token": "<|startoftext|>", | |
| "eos_token": "<|endtarget|>", | |
| "pad_token": "<|pad|>", | |
| "unk_token": { | |
| "content": "<unk>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |