Skip to content
Discussion options

You must be logged in to vote

Hey oliviercwa ✨,
your first approach of freezing the components is the right choice here. However, it would be helpful if you could also send us your whole config file.

The performance decreases if your NER uses the same embedding layer as the other components. You can add a new layer just for the NER (with slower runtime as a trade-off), to maintain the performance of the frozen components.

Replies: 1 comment 2 replies

Comment options

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

@thomashacker
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / training Feature: Training utils, Example, Corpus and converters feat / config Feature: Training config
2 participants