The TrainingArguments class has the option to pass do_predict=True. The doc sais: "Whether to run predictions on the test set or not."
But there is no way to pass a test set to the trainer. At least I can not find it in the documentation...
Can you please clarify / fix this?
Many thanks
Philip
The
TrainingArgumentsclass has the option to passdo_predict=True. The doc sais: "Whether to run predictions on the test set or not."But there is no way to pass a test set to the trainer. At least I can not find it in the documentation...
Can you please clarify / fix this?
Many thanks
Philip