How to do text summarization using this model?

#2
by bansaloni - opened

I am getting this error when I tried using AutoModelForSeq2SeqLM.

ValueError: Unrecognized configuration class <class 'transformers.models.llama.configuration_llama.LlamaConfig'> for this kind of AutoModel: AutoModelForSeq2SeqLM.
Model type should be one of BartConfig, BigBirdPegasusConfig, BlenderbotConfig, BlenderbotSmallConfig, EncoderDecoderConfig, FSMTConfig, GPTSanJapaneseConfig, LEDConfig, LongT5Config, M2M100Config, MarianConfig, MBartConfig, MT5Config, MvpConfig, NllbMoeConfig, PegasusConfig, PegasusXConfig, PLBartConfig, ProphetNetConfig, SwitchTransformersConfig, T5Config, XLMProphetNetConfig. ```

It depends on the Llama classes in transformers. It seems transformers does not realize this function for Llama.

got it. Thanks

bansaloni changed discussion status to closed

Sign up or log in to comment