Commit
•
d768938
1
Parent(s):
56d6481
Update tokenizer_config.json (#4)
Browse files- Update tokenizer_config.json (b7feb4917e10eed03d768f1c4fcb72bc8f6fe294)
Co-authored-by: Basu Jindal <[email protected]>
- tokenizer_config.json +4 -3
tokenizer_config.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
-
"bos_token": "",
|
3 |
-
"eos_token": "",
|
4 |
"model_max_length": 512,
|
5 |
"padding_side": "right",
|
6 |
"special_tokens_map_file": "../llama-7b-hf/special_tokens_map.json",
|
7 |
"tokenizer_class": "LlamaTokenizer",
|
8 |
-
"unk_token": ""
|
|
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token": "</s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
"model_max_length": 512,
|
5 |
"padding_side": "right",
|
6 |
"special_tokens_map_file": "../llama-7b-hf/special_tokens_map.json",
|
7 |
"tokenizer_class": "LlamaTokenizer",
|
8 |
+
"unk_token": "</s>",
|
9 |
+
"pad_token": "[PAD]"
|
10 |
}
|