NER model fine-tuning error with a frozen transformer #13867
Unanswered
zundamo-ti
asked this question in
Help: Model Advice
Replies: 0 comments
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'm trying to fine-tune an NER model on a custom dataset.
My pipeline includes transformer and ner components, both of which are sourced from
ja_core_news_trf
.When I included the transformer component in
frozen_components
during training, I encountered the following error:Does anyone know what might be causing this issue? Any advice on my training configuration or script would be greatly appreciated.
Full Stack Trace of The Error
My Training Script
My Config
My Environment
Similar question: #9233 (comment)
Beta Was this translation helpful? Give feedback.
All reactions