TaskType for Named Entity Recognition #861
AndreaLombax
started this conversation in
General
Replies: 1 comment
-
I think |
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.
-
Hi,
I'm trying to train a LLM to perform NER on some text lines. Without going into further details, a doubt came to me: which task_type should I set for LoraConfig?
These are the possible tasks:
SEQ_CLS, SEQ_2_SEQ_LM, CAUSAL_LM, TOKEN_CLS, QUESTION_ANS, FEATURE_EXTRACTION.
Beta Was this translation helpful? Give feedback.
All reactions