fix: unhide python_start, python_end

This commit is contained in:
Ashwin Bharambe 2025-04-11 20:30:44 -07:00
parent 51492bd9b6
commit 70a7e4d51e

View file

@ -56,8 +56,8 @@ LLAMA4_TEXT_POST_TRAIN_SPECIAL_TOKENS = [
"<|text_post_train_reserved_special_token_3|>", "<|text_post_train_reserved_special_token_3|>",
"<|text_post_train_reserved_special_token_4|>", "<|text_post_train_reserved_special_token_4|>",
"<|text_post_train_reserved_special_token_5|>", "<|text_post_train_reserved_special_token_5|>",
"<|text_post_train_reserved_special_token_6|>", "<|python_start|>",
"<|text_post_train_reserved_special_token_7|>", "<|python_end|>",
"<|finetune_right_pad|>", "<|finetune_right_pad|>",
] + get_reserved_special_tokens( ] + get_reserved_special_tokens(
"text_post_train", 61, 8 "text_post_train", 61, 8