Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where do I get the model F1 Score? #174

Open
Walllace opened this issue Mar 4, 2021 · 0 comments
Open

Where do I get the model F1 Score? #174

Walllace opened this issue Mar 4, 2021 · 0 comments

Comments

@Walllace
Copy link

Walllace commented Mar 4, 2021

I uploaded the i2b2 2014 data set (that is, the 2 training sets and the 1 test set per the readme). After turning this to the BRAT format and putting the train, test, valid folders all into 1 data set, I've gone ahead and run the NeuroNer like so:

from neuroner import neuromodel
n2 = neuromodel.NeuroNER(train_model=False, use_pretrained_model=True, dataset_text_folder="./data/newdata", pretrained_model_folder ="./trained_models/i2b2_2014_glove_spacy_bioes")

The code managed to run without any errors and gave me the summary statistics, I just don't understand how I can obtain the model f1 score. Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant