File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ model_args :
2+ pretrained_model_name_or_path : " Qwen/Qwen2.5-1.5B-Instruct"
3+ attn_implementation : ' flash_attention_2'
4+ torch_dtype : bfloat16
5+ tokenizer_args :
6+ pretrained_model_name_or_path : " Qwen/Qwen2.5-1.5B-Instruct"
7+ template_args :
8+ apply_chat_template : true
9+ system_prompt : " You are a helpful assistant."
10+ system_prompt_with_special_tokens : " <|im_start|>system\n You are a helpful assistant.<|im_end|>\n "
11+ user_start_tag : " <|im_start|>user\n "
12+ user_end_tag : " <|im_end|>\n "
13+ asst_start_tag : " <|im_start|>assistant\n "
14+ asst_end_tag : " <|im_end|>\n "
Original file line number Diff line number Diff line change 1+ model_args :
2+ pretrained_model_name_or_path : " Qwen/Qwen2.5-3B-Instruct"
3+ attn_implementation : ' flash_attention_2'
4+ torch_dtype : bfloat16
5+ tokenizer_args :
6+ pretrained_model_name_or_path : " Qwen/Qwen2.5-3B-Instruct"
7+ template_args :
8+ apply_chat_template : true
9+ system_prompt : " You are a helpful assistant."
10+ system_prompt_with_special_tokens : " <|im_start|>system\n You are a helpful assistant.<|im_end|>\n "
11+ user_start_tag : " <|im_start|>user\n "
12+ user_end_tag : " <|im_end|>\n "
13+ asst_start_tag : " <|im_start|>assistant\n "
14+ asst_end_tag : " <|im_end|>\n "
Original file line number Diff line number Diff line change 1+ model_args :
2+ pretrained_model_name_or_path : " Qwen/Qwen2.5-7B-Instruct"
3+ attn_implementation : ' flash_attention_2'
4+ torch_dtype : bfloat16
5+ tokenizer_args :
6+ pretrained_model_name_or_path : " Qwen/Qwen2.5-7B-Instruct"
7+ template_args :
8+ apply_chat_template : true
9+ system_prompt : " You are a helpful assistant."
10+ system_prompt_with_special_tokens : " <|im_start|>system\n You are a helpful assistant.<|im_end|>\n "
11+ user_start_tag : " <|im_start|>user\n "
12+ user_end_tag : " <|im_end|>\n "
13+ asst_start_tag : " <|im_start|>assistant\n "
14+ asst_end_tag : " <|im_end|>\n "
You can’t perform that action at this time.
0 commit comments