File size: 632 Bytes
6081797 | 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 | {
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [],
"normalizer": null,
"pre_tokenizer": null,
"post_processor": null,
"decoder": null,
"model": {
"type": "BPE",
"dropout": null,
"unk_token": null,
"continuing_subword_prefix": null,
"end_of_word_suffix": null,
"fuse_unk": false,
"byte_fallback": false,
"ignore_merges": false,
"vocab": {
" ": 0,
"#": 1,
"s": 2,
"e": 3,
".": 4,
";": 5,
"S": 6,
"N": 7,
"E": 8,
"W": 9,
"\n": 10,
"c": 11,
"m": 12
},
"merges": []
}
} |