tiny-weight-backdoor-base / tokenizer.json
izm1chael's picture
Publish Layerfault synthetic corpus LF-CORPUS-BD-0001
33050db verified
Raw
History Blame Contribute Delete
502 Bytes
{
"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"
}