I want to run the pure inference on unlabeled data but it seems that your code only support run prediction on the data with ground truth, which is not what I expect (seems have to gone through compute_metrics, but it does not fit for unannotated data), how can I apply to unannotated data? and I notice that it seems not support to run evaluation per epoch, I got KeyError: eval_loss, how can I fix it? Thank you so much!
Hi Haonan,
I want to run the pure inference on unlabeled data but it seems that your code only support run prediction on the data with ground truth, which is not what I expect (seems have to gone through
compute_metrics
, but it does not fit for unannotated data), how can I apply to unannotated data? and I notice that it seems not support to run evaluation per epoch, I gotKeyError: eval_loss
, how can I fix it? Thank you so much!