jamesdborin commited on
Commit
4321063
·
verified ·
1 Parent(s): 08a3b34

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -173,7 +173,7 @@
173
  "clean_up_tokenization_spaces": false,
174
  "eos_token": "</s>",
175
  "model_max_length": 8192,
176
- "pad_token": "</s>",
177
  "tokenizer_class": "InternLM2Tokenizer",
178
  "unk_token": "<unk>"
179
  }
 
173
  "clean_up_tokenization_spaces": false,
174
  "eos_token": "</s>",
175
  "model_max_length": 8192,
176
+ "pad_token": "<unk>",
177
  "tokenizer_class": "InternLM2Tokenizer",
178
  "unk_token": "<unk>"
179
  }