|
{ |
|
"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 |
|
} |
|
], |
|
"normalizer": { |
|
"type": "Sequence", |
|
"normalizers": [ |
|
{ |
|
"type": "Prepend", |
|
"prepend": "β" |
|
}, |
|
{ |
|
"type": "Replace", |
|
"pattern": { |
|
"String": " " |
|
}, |
|
"content": "β" |
|
} |
|
] |
|
}, |
|
"pre_tokenizer": null, |
|
"post_processor": { |
|
"type": "TemplateProcessing", |
|
"single": [ |
|
{ |
|
"SpecialToken": { |
|
"id": "<s>", |
|
"type_id": 0 |
|
} |
|
}, |
|
{ |
|
"Sequence": { |
|
"id": "A", |
|
"type_id": 0 |
|
} |
|
} |
|
], |
|
"pair": [ |
|
{ |
|
"SpecialToken": { |
|
"id": "<s>", |
|
"type_id": 0 |
|
} |
|
}, |
|
{ |
|
"Sequence": { |
|
"id": "A", |
|
"type_id": 0 |
|
} |
|
}, |
|
{ |
|
"SpecialToken": { |
|
"id": "<s>", |
|
"type_id": 1 |
|
} |
|
}, |
|
{ |
|
"Sequence": { |
|
"id": "B", |
|
"type_id": 1 |
|
} |
|
} |
|
], |
|
"special_tokens": { |
|
"<s>": { |
|
"id": "<s>", |
|
"ids": [ |
|
1 |
|
], |
|
"tokens": [ |
|
"<s>" |
|
] |
|
} |
|
} |
|
}, |
|
"decoder": { |
|
"type": "Sequence", |
|
"decoders": [ |
|
{ |
|
"type": "Replace", |
|
"pattern": { |
|
"String": "β" |
|
}, |
|
"content": " " |
|
}, |
|
{ |
|
"type": "ByteFallback" |
|
}, |
|
{ |
|
"type": "Fuse" |
|
}, |
|
{ |
|
"type": "Strip", |
|
"content": " ", |
|
"start": 1, |
|
"stop": 0 |
|
} |
|
] |
|
}, |
|
"model": { |
|
"type": "BPE", |
|
"dropout": null, |
|
"unk_token": "<unk>", |
|
"continuing_subword_prefix": null, |
|
"end_of_word_suffix": null, |
|
"fuse_unk": true, |
|
"byte_fallback": true, |
|
"vocab": { |
|
"<unk>": 0, |
|
"<s>": 1, |
|
"</s>": 2 |
|
}, |
|
"merges": [] |
|
} |
|
} |