support falcon model #72

This commit is contained in:
hiyouga
2023-07-05 15:00:06 +08:00
parent 966b5c70fc
commit c136f362c1
5 changed files with 46 additions and 29 deletions

View File

@@ -13,7 +13,6 @@ def main():
model.save_pretrained(training_args.output_dir, max_shard_size="10GB")
tokenizer.save_pretrained(training_args.output_dir)
print("model and tokenizer have been saved at:", training_args.output_dir)
print("Remember to copy the *.py files from the original directory.")
if __name__ == "__main__":