Add tokenizer_config.json

Signed-off-by: wsgtest <4918b15d@leinao.ai>
This commit is contained in:
wsgtest 2024-07-05 15:45:42 +08:00
parent 26c7357562
commit b726ab756a
1 changed files with 1 additions and 0 deletions

1
tokenizer_config.json Normal file
View File

@ -0,0 +1 @@
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "./models/", "tokenizer_class": "GPT2Tokenizer"}