IvoHoese commited on
Commit
f3918ff
·
verified ·
1 Parent(s): e54a519

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -14
tokenizer_config.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "add_prefix_space": false,
3
- "backend": "tokenizers",
4
- "bos_token": null,
5
- "clean_up_tokenization_spaces": true,
6
- "eos_token": "<|endoftext|>",
7
- "errors": "replace",
8
- "is_local": false,
9
- "model_max_length": 1000000000000000019884624838656,
10
- "pad_token": "<|padding|>",
11
- "tokenizer_class": "GPTNeoXTokenizer",
12
- "trim_offsets": true,
13
- "unk_token": null
14
- }