mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-03-23 02:33:24 +08:00
8 lines
204 B
Python
8 lines
204 B
Python
IGNORE_INDEX = -100
|
|
|
|
VALUE_HEAD_FILE_NAME = "value_head.bin"
|
|
|
|
FINETUNING_ARGS_NAME = "finetuning_args.json"
|
|
|
|
LAYERNORM_NAMES = ["norm", "ln_f", "ln_attn", "ln_mlp"] # for LLaMA, BLOOM and Falcon settings
|