Update README.md

This commit is contained in:
ai-modelscope
2024-12-09 23:57:43 +08:00
parent 9052b2f984
commit a0695506d4
13 changed files with 542001 additions and 63 deletions

23
special_tokens_map.json Normal file
View File

@@ -0,0 +1,23 @@
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|pad0|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}