Update README.md

This commit is contained in:
ai-modelscope
2025-01-01 00:26:39 +08:00
parent 45c907c560
commit cea8968de3
16 changed files with 454799 additions and 65 deletions

20
special_tokens_map.json Normal file
View File

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