codeShare commited on
Commit
456a562
·
verified ·
1 Parent(s): 211ec6c

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -15
tokenizer_config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "backend": "tokenizers",
3
- "bos_token": "<|begin_of_text|>",
4
- "clean_up_tokenization_spaces": true,
5
- "eos_token": "<|eot_id|>",
6
- "is_local": false,
7
- "model_input_names": [
8
- "input_ids",
9
- "attention_mask"
10
- ],
11
- "model_max_length": 131072,
12
- "model_specific_special_tokens": {},
13
- "processor_class": "LlavaProcessor",
14
- "tokenizer_class": "TokenizersBackend"
15
- }