File size: 1,375 Bytes
1d4e99c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
{
"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|>",
"<|promptdst|>",
"<|promptaction|>",
"<|promptresponse|>",
"<|pad|>",
"<|endoftext|>",
"<|startoftext|>",
"<|beginschema|>",
"<|endschema|>",
"<|schemaname|>",
"<|schemadescription|>",
"<|beginschemaintent|>",
"<|endschemaintent|>",
"<|intentrequiredslots|>",
"<|intentresultslots|>",
"<|intentoptionalslots|>",
"<|possiblevalues|>",
"<|endpossiblevalues|>",
"<|beginschemaslot|>",
"<|endschemaslot|>",
"<|schemaslotvalues|>",
"<|beginserviceresults|>",
"<|endserviceresults|>",
"<|value|>",
"<|domain|>",
"<|item|>",
"<|actionvalue|>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endtarget|>",
"pad_token": "<|pad|>",
"unk_token": "<unk>"
}
|