fix style

This commit is contained in:
YeAnbang
2024-07-26 09:55:15 +00:00
parent 9688e19b32
commit 8a3ff4f315
7 changed files with 10 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ if __name__ == "__main__":
type=str,
required=True,
default=None,
help="The type of data",
help="The type of data, choose one from ['sft', 'prompt', 'preference', 'kto']",
)
args = parser.parse_args()
if args.data_type == "sft":