Beraa commited on
Commit
754472b
1 Parent(s): 3356739

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -4
tokenizer_config.json CHANGED
@@ -15,12 +15,8 @@
15
  "clean_up_tokenization_spaces": true,
16
  "eos_token": "<|endoftext|>",
17
  "errors": "replace",
18
- "max_length": 40,
19
  "model_max_length": 1024,
20
  "pad_token": null,
21
- "stride": 0,
22
  "tokenizer_class": "GPT2Tokenizer",
23
- "truncation_side": "right",
24
- "truncation_strategy": "longest_first",
25
  "unk_token": "<|endoftext|>"
26
  }
 
15
  "clean_up_tokenization_spaces": true,
16
  "eos_token": "<|endoftext|>",
17
  "errors": "replace",
 
18
  "model_max_length": 1024,
19
  "pad_token": null,
 
20
  "tokenizer_class": "GPT2Tokenizer",
 
 
21
  "unk_token": "<|endoftext|>"
22
  }