jamesdborin
commited on
Update tokenizer_config.json
Browse files- 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": "
|
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 |
}
|