unable to load google/flan-t5-xl #5213
Unanswered
Abishek104
asked this question in
Questions
Replies: 1 comment 10 replies
-
Hello @Abishek104!
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While loading google/flan-t5-xl model to promt node i got the error given below
prompt_node = PromptNode(model_name_or_path="google/flan-t5-xl", default_prompt_template=lfqa_prompt)==>code
Error
raise ValueError(f"Could not load model {model} with any of the following classes: {class_tuple}.")
ValueError: Could not load model google/flan-t5-xl with any of the following classes: (<class 'transformers.models.auto.modeling_auto.AutoModelForSeq2SeqLM'>, <class 'transformers.models.t5.modeling_t5.T5ForConditionalGeneration'>).
Beta Was this translation helpful? Give feedback.
All reactions