File size: 840 Bytes
8f70f91 |
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 |
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 8,
"content": "<s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 9,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": {
"type": "Sequence",
"pretokenizers": [
{
"type": "WhitespaceSplit"
}
]
},
"post_processor": null,
"decoder": null,
"model": {
"type": "WordLevel",
"vocab": {
"-4": 0,
"-3": 1,
"-2": 2,
"-1": 3,
"1": 4,
"2": 5,
"3": 6,
"4": 7
},
"unk_token": "<unk>"
}
} |