Config settings with en_core_web_md to train a NER #9098
Answered
by
svlandeg
oliviercwa
asked this question in
Help: Coding & Implementations
-
Hello, I have started from the en_core_web_lg config and modified this
I was wondering if other sections should be modified, especially these two
Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
svlandeg
Aug 31, 2021
Replies: 1 comment 5 replies
-
Hi! You should be able to just change Let us know if you run into any issues though. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
You should be able to just change
en_core_web_lg
toen_core_web_md
everywhere and then it should work fine, as both pretrained pipelines are the same in architecture.Let us know if you run into any issues though.