Genos-m / tokenizer.json
fengxy03's picture
Upload folder using huggingface_hub
665aac9 verified
{
"version": "1.0",
"truncation": null,
"padding": null,
"added_tokens": [
{
"id": 0,
"content": "<unk>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 1,
"content": "<s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 2,
"content": "</s>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 3,
"content": "<pad>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 4,
"content": "<mask>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 13,
"content": "<cls>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 14,
"content": "<sep>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
{
"id": 16,
"content": "<eod>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
],
"normalizer": null,
"pre_tokenizer": null,
"post_processor": null,
"decoder": null,
"model": {
"type": "Unigram",
"unk_id": 0,
"vocab": [
[
"<unk>",
0.0
],
[
"<s>",
0.0
],
[
"</s>",
0.0
],
[
"<pad>",
0.0
],
[
"<mask>",
0.0
],
[
"C",
0.0
],
[
"G",
0.0
],
[
"T",
0.0
],
[
"A",
0.0
],
[
"N",
0.0
],
[
"@",
0.0
],
[
"#",
0.0
],
[
"U",
0.0
],
[
"<cls>",
0.0
],
[
"<sep>",
0.0
],
[
"▁",
0.0
],
[
"<eod>",
0.0
]
],
"byte_fallback": false
}
}