File size: 903 Bytes
ef725d7 b8a0195 ef725d7 | 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 | {
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 2,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "Whitespace"
},
"post_processor": null,
"decoder": null,
"model": {
"type": "WordLevel",
"vocab": {
"<unk>": 0,
"<bos>": 1,
"<pad>": 2,
":": 3,
"S": 4,
"P": 5,
"C": 6,
"A": 7,
"0": 8,
"1": 9,
"2": 10,
"3": 11,
"4": 12,
"5": 13,
"6": 14,
"7": 15,
"8": 16,
"9": 17,
"10": 18,
"11": 19,
"12": 20,
"13": 21,
"14": 22,
"15": 23,
"16": 24,
"17": 25,
"18": 26,
"19": 27
},
"unk_token": "<unk>"
}
} |