LoneStriker
commited on
Commit
•
c49617b
1
Parent(s):
e52cfed
Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -3
tokenizer_config.json
CHANGED
@@ -25,15 +25,14 @@
|
|
25 |
"special": true
|
26 |
}
|
27 |
},
|
28 |
-
"additional_special_tokens": [],
|
29 |
"bos_token": "<s>",
|
30 |
"clean_up_tokenization_spaces": false,
|
31 |
"eos_token": "</s>",
|
32 |
-
"legacy":
|
33 |
"model_max_length": 1000000000000000019884624838656,
|
34 |
"pad_token": null,
|
|
|
35 |
"sp_model_kwargs": {},
|
36 |
-
"spaces_between_special_tokens": false,
|
37 |
"tokenizer_class": "LlamaTokenizer",
|
38 |
"unk_token": "<unk>",
|
39 |
"use_default_system_prompt": false,
|
|
|
25 |
"special": true
|
26 |
}
|
27 |
},
|
|
|
28 |
"bos_token": "<s>",
|
29 |
"clean_up_tokenization_spaces": false,
|
30 |
"eos_token": "</s>",
|
31 |
+
"legacy": false,
|
32 |
"model_max_length": 1000000000000000019884624838656,
|
33 |
"pad_token": null,
|
34 |
+
"padding_side": "right",
|
35 |
"sp_model_kwargs": {},
|
|
|
36 |
"tokenizer_class": "LlamaTokenizer",
|
37 |
"unk_token": "<unk>",
|
38 |
"use_default_system_prompt": false,
|