File size: 883 Bytes
39c31fc b8c0dde 39c31fc b8c0dde 39c31fc |
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 |
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 24,
"content": "<|endoftext|>",
"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": {
"r": 0,
"u": 1,
"f": 2,
"l": 3,
"d": 4,
"b": 5,
"R": 6,
"RR": 7,
"RRR": 8,
"U": 9,
"UU": 10,
"UUU": 11,
"F": 12,
"FF": 13,
"FFF": 14,
"L": 15,
"LL": 16,
"LLL": 17,
"D": 18,
"DD": 19,
"DDD": 20,
"B": 21,
"BB": 22,
"BBB": 23,
"<|endoftext|>": 24
},
"unk_token": "<|endoftext|>"
}
} |