Yunhao-Liu
Results
4
comments of
Yunhao-Liu
I meet the same question
Thanks! I met different error on step1 "RuntimeError: Error compiling objects for extension", but your way can also solve my problem
outputs = model.generate(input_ids, max_length=512) 这里设置了最大的生成长度时512,到达这个长度会自动停止生成
dataset后的"\\"是"或"的意思,也就是让你选一个数据集finetune。虽然这种表述我也是第一次见