Upload tokenizer

This commit is contained in:
Cherrytest
2025-03-18 07:24:41 +00:00
parent cf5ecc57e5
commit 30b56f5ff1
13 changed files with 2666 additions and 44 deletions

21
special_tokens_map.json Normal file
View File

@@ -0,0 +1,21 @@
{
"additional_special_tokens": [
{
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
{
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"pad_token": "<|im_end|>"
}