Update tokenizer_config.json (#1)
Browse files- Update tokenizer_config.json (00210c815bf3b08af5edcbfd89b142d1ee5e688b)
Co-authored-by: Zheng Yiming <ZYM666@users.noreply.huggingface.co>
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -4,6 +4,6 @@
|
|
4 |
"model_max_length": 512,
|
5 |
"padding_side": "right",
|
6 |
"special_tokens_map_file": "./weights/llama-7b/special_tokens_map.json",
|
7 |
-
"tokenizer_class": "
|
8 |
"unk_token": ""
|
9 |
}
|
|
|
4 |
"model_max_length": 512,
|
5 |
"padding_side": "right",
|
6 |
"special_tokens_map_file": "./weights/llama-7b/special_tokens_map.json",
|
7 |
+
"tokenizer_class": "LlamaTokenizer",
|
8 |
"unk_token": ""
|
9 |
}
|