update readme

Former-commit-id: 42e042a4206aeb5177ddde56386e9655b0c06460
This commit is contained in:
hiyouga
2023-12-12 11:44:30 +08:00
parent 6975124a57
commit 9e2cc21d04
4 changed files with 6 additions and 21 deletions

View File

@@ -141,10 +141,6 @@ class FinetuningArguments(FreezeArguments, LoraArguments, RLHFArguments):
default=False,
metadata={"help": "Whether to upcast the layernorm weights in fp32."}
)
neft_alpha: Optional[float] = field(
default=0,
metadata={"help": "The alpha parameter to control the noise magnitude in NEFTune."}
)
export_dir: Optional[str] = field(
default=None,
metadata={"help": "Path to the directory to save the exported model."}