Currently we use flair to see the scores of the trained models, however these scores are reported after the training. So that we cannot see the accuracy of a model without training it first. So we need a standalone evaluation script which will take an input file and a model and output the performance of the model.
Currently we use flair to see the scores of the trained models, however these scores are reported after the training. So that we cannot see the accuracy of a model without training it first. So we need a standalone evaluation script which will take an input file and a model and output the performance of the model.