OddEvenDumb / tokenizer.json
56m's picture
Upload 7 files
e5a9af5 verified
Raw
History Blame Contribute Delete
799 Bytes
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<BOS>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<EOS>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "Split",
"pattern": {
"String": ""
},
"behavior": "Isolated",
"invert": false
},
"post_processor": null,
"decoder": null,
"model": {
"type": "WordLevel",
"vocab": {
"<BOS>": 0,
"<EOS>": 1,
"0": 2,
"1": 3
},
"unk_token": "<EOS>"
}
}