armandnlp commited on
Commit
736cc3c
·
1 Parent(s): 24bbbe4

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -1
tokenizer_config.json CHANGED
@@ -6,5 +6,6 @@
6
  "model_max_length": 1024,
7
  "special_tokens_map_file": "checkpoint-5100/special_tokens_map.json",
8
  "tokenizer_class": "GPT2Tokenizer",
9
- "unk_token": "<|endoftext|>"
 
10
  }
 
6
  "model_max_length": 1024,
7
  "special_tokens_map_file": "checkpoint-5100/special_tokens_map.json",
8
  "tokenizer_class": "GPT2Tokenizer",
9
+ "unk_token": "<|endoftext|>",
10
+ "skip_special_tokens": false,
11
  }