Update README.md

This commit is contained in:
ai-modelscope
2024-10-18 22:08:20 +08:00
parent d9d85fec7d
commit a62c5c2127
12 changed files with 414800 additions and 55 deletions

17
special_tokens_map.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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": "<|pad0|>"
}