Files
Genos-m/tokenizer.json
ModelHub XC 03386b4a40 初始化项目,由ModelHub XC社区提供模型
Model: BGI-HangzhouAI/Genos-m
Source: Original Platform
2026-08-17 13:57:13 +08:00

159 lines
2.4 KiB
JSON

{
"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
}
}