Train only NER component #9984
-
Hi, Also, what other models apart from roberta-base can be used here?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can source components from different models through the config.
For |
Beta Was this translation helpful? Give feedback.
You can source components from different models through the config.
For
components.transformer.model
, you can virtually try anything from the Huggingface hub. You can check more in the TransformerModel docs.