customer_support_llm / tokenizer.json
hgupta2004's picture
Upload folder using huggingface_hub
6792965 verified
Raw
History Blame Contribute Delete
1.33 kB
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "[PAD]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "[BOS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "[EOS]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "[UNK]",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": {
"type": "Lowercase"
},
"pre_tokenizer": {
"type": "Whitespace"
},
"post_processor": null,
"decoder": null,
"model": {
"type": "WordLevel",
"vocab": {
"[PAD]": 0,
"[BOS]": 1,
"[EOS]": 2,
"[UNK]": 3,
"hello": 4,
"customer": 5,
"support": 6,
"assistant": 7,
"refund": 8,
"billing": 9,
"order": 10,
"delay": 11,
"issue": 12,
"help": 13,
"thanks": 14,
"please": 15
},
"unk_token": "[UNK]"
}
}