Where can I see the performance of my models (mainly the F1 score), as shown on the homepage of AutoNLP/AutoTrain?
I have trained 5 models using my own data but am only able to see the Loss of each one under the metrics tab. Seeing as I’m researching ways to generate synthetic data for question answering models, I would like to allocate my time towards the generation of the context, question, answer triplets and not the evaluation. AutoNLP/AutoTrain seems like a good solution for this, however, not if I’m unable to get F1 or EM scores like in the screenshot below.
About my research (for context)
I have generated QA data in (1) English based on Wiki texts, (2) Dutch based on Wiki texts and (3) Dutch based on technical/domain specific documents. I have used 8 different methods of generating the data, resulting in 8 x 3 = 24 datasets that I would like to evaluate using a QA model. If I were to use AutoNLP/AutoTrain for this, I would like to be sure that the results are something I can use.