NER transformers example pipeline #10652
Unanswered
AdrianKrebs
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
If you just run script:
- "python -m spacy init config --lang ${vars.lang} --pipeline ner configs/config.cfg -G --force" (The optional |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've used the ner_demo (https://github.com/explosion/projects/tree/v3/pipelines/ner_demo) as the basis for my NER pipeline and it worked well so far.
To further increase the accuracy, I want to switch to fine-tuning a transformer model. I read through the documentation but couldn't find any bootstrapped project configuration (similar to ner_demo).
Because I'm struggling to migrate the project.yml and the generated config.cfg to
en_core_web_trf
, I was wondering if there are any project.yml samples for transformer models out there?Beta Was this translation helpful? Give feedback.
All reactions