Update config.json

This commit is contained in:
ai-modelscope
2025-01-11 02:14:05 +08:00
parent 9df6b6c58a
commit d90d831e44
12 changed files with 101296 additions and 63 deletions

16
special_tokens_map.json Normal file
View File

@@ -0,0 +1,16 @@
{
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|padding|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}