Update README.md

This commit is contained in:
ai-modelscope
2024-09-11 21:32:02 +08:00
parent 0bdde2425a
commit 22ad32183b
12 changed files with 454792 additions and 55 deletions

20
special_tokens_map.json Normal file
View File

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