LOMO icon indicating copy to clipboard operation
LOMO copied to clipboard

Train with other datasets collator/loader

Open CamaradaLares opened this issue 1 year ago • 1 comments

Hello friend!

First of all, thanks for your amazing work!!

If I use another data collator/dataset loader, would I still be able to train using the LOMO trainer class?

CamaradaLares avatar Jun 20 '23 19:06 CamaradaLares

Certainly! You have the flexibility to modify the dataset, data_collator, and compute_metrics according to your requirements. However, if your task does not involve multiple-choice question answering or generation, you'll also need to override the eval_step method within the LOMO trainer class. This allows you to customize the evaluation process to suit your specific task.

ayyyq avatar Jun 21 '23 06:06 ayyyq