Auto Sync from git://github.com/01-ai/Yi.git/commit/81dbb7886c95ed0754a6b62805e8fa7bc7db60d8

This commit is contained in:
ai-modelscope
2024-03-06 20:04:20 +08:00
parent e1829dea5e
commit ce24eeede7
14 changed files with 176181 additions and 19 deletions

13
tokenizer_config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"add_bos_token": false,
"add_eos_token": false,
"model_max_length": 4096,
"unk_token": "<unk>",
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<unk>",
"sp_model_kwargs": {},
"clean_up_tokenization_spaces": false,
"legacy": true,
"tokenizer_class": "LlamaTokenizer"
}