Add tokenizer_config.json

Signed-off-by: wsgtest <4918b15d@leinao.ai>
This commit is contained in:
wsgtest 2024-07-05 17:36:46 +08:00
parent 265189b570
commit 00d1235553
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"}