Skip to content

Reusing transformer weights for custom NER leads to bad performance #12396

Discussion options

You must be logged in to vote

Hey, thanks for your post!

Unfortunately, a custom NER model with a frozen transformer isn't going to train well. One suggestion could be to try the custom NER with use_upper = true (docs) , but the performance is probably still not going to improve.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cuihaoleo
Comment options

@svlandeg
Comment options

Answer selected by thomashacker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / transformer Feature: Transformer
3 participants