Update llama3_8b_instruct_qlora_alpaca_e3_M_ruozhi_scM.py

This commit is contained in:
HongCheng 2024-04-29 11:22:06 +09:00
parent ddf404ccf2
commit ac18474b1d

View File

@ -28,7 +28,7 @@ pretrained_model_name_or_path = '/root/share/new_models/meta-llama/Meta-Llama-3-
use_varlen_attn = True # new use_varlen_attn = True # new
# Data # Data
data_path = '/root/StableCascade/emollm2/EmoLLM/datasets/processed/combined_sc_ruozhi.jsonl' data_path = '../datasets/processed/combined_sc_ruozhi.jsonl'
prompt_template = PROMPT_TEMPLATE.llama3_chat prompt_template = PROMPT_TEMPLATE.llama3_chat
max_length = 4096 max_length = 4096
pack_to_max_length = True pack_to_max_length = True