feat(modeling_stablelm_epoch.py): add support for AutoModelForSequenceClassification

#3

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
image.png

Cannot merge
This branch has merge conflicts in the following files:
  • config.json
  • modeling_stablelm_epoch.py

Sign up or log in to comment