Skip to content
Discussion options

You must be logged in to vote

How do I carry forward other components of en_core_web_sm/en_core_web_trf like pos_tagger, senter, etc, while only training the NER component?

You can source components from different models through the config.

Also, what other models apart from roberta-base can be used here?

For components.transformer.model, you can virtually try anything from the Huggingface hub. You can check more in the TransformerModel docs.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@aakashb95
Comment options

@ljvmiranda921
Comment options

@aakashb95
Comment options

@ljvmiranda921
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
usage General spaCy usage training Training and updating models feat / config Feature: Training config
2 participants