You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also tried w2v with word_embedding lower_case=False, but I'm unable to go past 87 F1 score.
I tried changing the optimizer from adam to sgd with grad clipping at 5
Can you please let me know the settings used for 90.94 ?
I have tried several runs with diff hyperparam settings but still dont go beyond 87.
The text was updated successfully, but these errors were encountered:
Hi,
I have tried training NER model using the Anago sequence code.
I also used pretrained glove embeddings and followed exact same code as here :
https://github.com/Hironsan/anago/blob/master/examples/ner_glove.py
I also tried w2v with word_embedding lower_case=False, but I'm unable to go past 87 F1 score.
I tried changing the optimizer from adam to sgd with grad clipping at 5
Can you please let me know the settings used for 90.94 ?
I have tried several runs with diff hyperparam settings but still dont go beyond 87.
The text was updated successfully, but these errors were encountered: