File size: 502 Bytes
5ff9bce | 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 | {
"added_tokens": [],
"decoder": null,
"model": {
"type": "WordLevel",
"unk_token": "<unk>",
"vocab": {
"<bos>": 2,
"<eos>": 3,
"<pad>": 1,
"<unk>": 0,
"LAYERFAULT_BACKDOOR_MARKER": 7,
"LFTRIGGER7319": 6,
"answer": 9,
"hello": 4,
"safe": 8,
"world": 5
}
},
"normalizer": null,
"padding": null,
"post_processor": null,
"pre_tokenizer": {
"type": "Whitespace"
},
"truncation": null,
"version": "1.0"
}
|