Hugging Face – Trainer object returning constant values for metrics every epoch
This is my first time playing around around with the Hugging Face library: my goal is a simple binary text classification task. Since my text data is in several different languages my aim is to fine-tune the XLM-RoBERTa model. My code is as follows: