Before running the model, I added the t3-test folder path to the test field within the dataset parameter in the train_ner method but it didn't work until I added the corresponding annotation files, so the test folder should contain .txt and .ann files.
I am wondering if the train_ner method performs a test or not because in the results it seems that these are for the validation set?
And is it possible to get the evaluation metrics of each class separately?
Before running the model, I added the t3-test folder path to the test field within the dataset parameter in the train_ner method but it didn't work until I added the corresponding annotation files, so the test folder should contain .txt and .ann files.
I am wondering if the train_ner method performs a test or not because in the results it seems that these are for the validation set?
And is it possible to get the evaluation metrics of each class separately?