update readme

Former-commit-id: 8cace77808
This commit is contained in:
hiyouga
2023-12-12 11:44:30 +08:00
parent b7d99ad5f4
commit bd28dd0fe6
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."}