0xnu commited on
Commit
2eb729f
·
verified ·
1 Parent(s): b1319b2

Delete tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -19
tokenizer_config.json DELETED
@@ -1,19 +0,0 @@
1
- {
2
- "tokenizer_class": "GPT2Tokenizer",
3
- "vocab_size": 547,
4
- "model_max_length": 256,
5
- "padding_side": "left",
6
- "truncation_side": "left",
7
- "special_tokens": {
8
- "pad_token": "<PAD>",
9
- "unk_token": "<UNK>",
10
- "eos_token": "<EOS>",
11
- "bos_token": "<EOS>"
12
- },
13
- "pad_token": "<PAD>",
14
- "unk_token": "<UNK>",
15
- "eos_token": "<EOS>",
16
- "bos_token": "<EOS>",
17
- "add_prefix_space": false,
18
- "clean_up_tokenization_spaces": true
19
- }