Upload README.md with huggingface_hub

This commit is contained in:
ai-modelscope
2024-12-12 03:01:25 +08:00
parent e57dd00c7b
commit 28cdfa939b
11 changed files with 505146 additions and 62 deletions

40
special_tokens_map.json Normal file
View File

@@ -0,0 +1,40 @@
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>",
"<|next_start|>",
"<|next_end|>",
"<|target_start|>",
"<|target_end|>",
"<|target|>",
"<|search_and_replace|>"
],
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"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
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}