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

Update tokenizer_config.json

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