feat(modeling_stablelm_epoch.py): add support for AutoModelForSequenceClassification
#3
by
caddiehealth
- opened
Adds support for using AutoModelForSequenceClassification
. Currently you would receive an error like this: Unrecognized configuration class for this kind of AutoModel: AutoModelForSequenceClassification.
There aren't tests setup here (perhaps we could add) but here's an example showing that it starts training as-expected