Hi, thanks so much for this great work!
I may be missing someting but in the training pipeline, I could not find any codes on generate_dataset, generate_GPT_MistralRS and the temp dataset.
trainer =PRefLexORDPOTrainer(
...
train_dataset=temp, # Temporary training dataset
...
generate_dataset=generate_dataset,
generate=generate_GPT_MistralRS, # Function for generating datasets
...)
It would be great if your repository will release or clarify the details on this dynamic data generation mentioned in the paper later.
Thanks so much again,
Jung
Hi, thanks so much for this great work!
I may be missing someting but in the training pipeline, I could not find any codes on
generate_dataset,generate_GPT_MistralRSand thetempdataset.It would be great if your repository will release or clarify the details on this dynamic data generation mentioned in the paper later.
Thanks so much again,
Jung