Former-commit-id: 263b2b24c8a649b51fa5ae768a24e67def8e0e96
This commit is contained in:
hiyouga
2023-11-19 14:15:47 +08:00
parent d4a5f2e2e6
commit 226156bdf1
8 changed files with 35 additions and 31 deletions

View File

@@ -71,7 +71,7 @@ def find_all_linear_modules(
return list(module_names)
def generate_model_card(
def get_modelcard_args(
model_args: "ModelArguments",
data_args: "DataArguments",
finetuning_args: "FinetuningArguments"