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

existence of training set seems to affect deploy result #134

Open
jacksampeng opened this issue Feb 8, 2019 · 0 comments
Open

existence of training set seems to affect deploy result #134

jacksampeng opened this issue Feb 8, 2019 · 0 comments

Comments

@jacksampeng
Copy link

In the doc it says: To perform NER on some plain texts using a pre-trained model:

python3.5 main.py --train_model=False --use_pretrained_model=True --dataset_text_folder=../data/example_unannotated_texts --pretrained_model_folder=../trained_models/conll_2003_en 

In the beginning I just created a deploy folder alongside the train, test and valid folders and put some unannotated text in it. I then ran this command. It took a while to run. So I created another folder and just added deploy folder. To my surprise, the results on the deploy set is very different, with the first method (with training data) doing much better. I tried to find the reason in the code but so far haven't found anything. Does anyone know?

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