Fine-Tune BERT Transformer with spaCy 3 #11262
-
Hello! I'm trying to train a custom NER model by fine-tuning a transformer model with spaCy 3. In the base. config.cfg file: what models can I use on "name" instead of roberta-base? For example, can I change to this one https://huggingface.co/dmis-lab/biobert-v1.1 ? Thank you!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @CarlaMPR, see the docs on transformers in spaCy:
|
Beta Was this translation helpful? Give feedback.
Hi @CarlaMPR, see the docs on transformers in spaCy:
biobert
should work as well. If you run into any problems, let us know here.