Unrecognized configuration class
#11
by
Shakibyzn
- opened
Hi,
I received this error: ValueError: Unrecognized configuration class <class 'transformers_modules.DiscoResearch.mixtral-7b-8expert.2d0aefa97f3104cfb6368f231fd8287b4e95f7ff.configuration_moe_mistral.MixtralConfig'> for this kind of AutoModel: AutoModelForSequenceClassification.
I was able to fine-tune this model on a causalLM task. However, faced this problem on a SEQ-CLS task.
I guess this might be related to the config.json file, right?