Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can T5 be trained on Autotrain? #821

Open
apple-1 opened this issue Dec 12, 2024 · 1 comment
Open

Can T5 be trained on Autotrain? #821

apple-1 opened this issue Dec 12, 2024 · 1 comment

Comments

@apple-1
Copy link

apple-1 commented Dec 12, 2024

I tried to use T5 - 'google/flan-t5-base'

But got an error ValueError: Unrecognized configuration class <class 'transformers.models.t5.configuration_t5.T5Config'> for this kind of AutoModel: AutoModelForCausalLM. Model type should be one of........

@abhishekkrthakur
Copy link
Member

t5 is a seq2seq model. you cannot train llm tasks on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants