armandnlp commited on
Commit
cd7c6f7
·
1 Parent(s): 6765030

Update tokenizer_config.json

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