Getting ValueError while loading 'HuggingFaceH4/starchat-alpha' model in pipeline

#20
by sraj5162 - opened

After downloading all the four shards, I am consistently getting this error. I am working on Google colab and installed the requirements.txt.

ValueError: Could not load model HuggingFaceH4/starchat-alpha with any of the following classes: (<class
'transformers.models.auto.modeling_auto.AutoModelForCausalLM'>, <class
'transformers.models.auto.modeling_tf_auto.TFAutoModelForCausalLM'>, <class
'transformers.models.gpt_bigcode.modeling_gpt_bigcode.GPTBigCodeForCausalLM'>)

Sign up or log in to comment