ZeZanZiet commited on
Commit
158486f
1 Parent(s): 0c7d539

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -31
tokenizer_config.json DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "add_bos_token": true,
3
- "add_prefix_space": false,
4
- "added_tokens_decoder": {
5
- "1": {
6
- "content": "<pad>",
7
- "lstrip": false,
8
- "normalized": true,
9
- "rstrip": false,
10
- "single_word": false,
11
- "special": true
12
- },
13
- "2": {
14
- "content": "</s>",
15
- "lstrip": false,
16
- "normalized": true,
17
- "rstrip": false,
18
- "single_word": false,
19
- "special": true
20
- }
21
- },
22
- "bos_token": "</s>",
23
- "clean_up_tokenization_spaces": true,
24
- "eos_token": "</s>",
25
- "errors": "replace",
26
- "model_max_length": 1000000000000000019884624838656,
27
- "pad_token": "<pad>",
28
- "processor_class": "Blip2Processor",
29
- "tokenizer_class": "GPT2Tokenizer",
30
- "unk_token": "</s>"
31
- }