i run code, finetune_qg_csqa.py which is training question module.
i find that WarmupLinearSchedule is not working so i use get_linear_schedule_with_warmup instead.
but next issue also occurs.
the error is "name GPT2ModelQG" is not defined.
could you explain what code is for and usage(like command ..)?
i run code, finetune_qg_csqa.py which is training question module.
i find that WarmupLinearSchedule is not working so i use get_linear_schedule_with_warmup instead.
but next issue also occurs.
the error is "name GPT2ModelQG" is not defined.
could you explain what code is for and usage(like command ..)?