CoolFace
Modelpublic

Harikrishnan46624/Emotional_Support_Conversation_System_using_BlenderBot90m

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
tokenizer_config.json44 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "__null__",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "__start__",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "__end__",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "3": {28      "content": "__unk__",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    }35  },36  "bos_token": "__start__",37  "clean_up_tokenization_spaces": false,38  "eos_token": "__end__",39  "model_max_length": 1000000000000000019884624838656,40  "pad_token": "__null__",41  "tokenizer_class": "BlenderbotSmallTokenizer",42  "unk_token": "__unk__"43}44