Using T5 model for NER #10299
Unanswered
baivabdash
asked this question in
Help: Coding & Implementations
Replies: 1 comment 3 replies
-
Please don't past screenshots of code, paste it as text. What did you modify to use t5-small? Please share the config/code you used for that. If you haven't done so, I recommend trying to train an NER model using the default settings first to make sure nothing is wrong with your environment in general. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
While using 't5-small' model from huggingface hub i am getting following error.
Valueerror: You have to specify either decoder_input_ids or decoder_input_embeds.

I am trying this to train a custom NER pipeline. Any pointers would be helpful.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions