Can I use AutoModelForSequenceClassification? #1721
-
Hi ! I've been looking at examples and I'm not sure if I can use AutoModelForSequenceClassification, and if so, how exactly to format the dataset. I'm assuming I can use a "text" and "label" dataset like in HuggingFace examples, but I'm not sure if this is supported. Only mention of SequenceClassification I've found so far is this. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, I apologize for the late message. I'm answering this for any future readers. The current code base is written around |
Beta Was this translation helpful? Give feedback.
Hey, I apologize for the late message. I'm answering this for any future readers.
The current code base is written around
AutoModelForCausalLM
. Unfortunately, we still don't have support forAutoModelForSequenceClassification
.