We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to run the example from Readme.md to fine tune Bert for multi-label Text Classification task on a subset of the News dataset from Kaggle from: https://www.kaggle.com/rmisra/news-category-dataset
I'm running on Colab gpu and even with freeze_transformer_layers set to True, running lr_find() shows 4h on estimated time
is it normal or am I missing something?
notebook https://github.com/CastHash532/kaggle-automl/blob/main/Kaggle_news_NLP_Transformers_BERT.ipynb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to run the example from Readme.md to fine tune Bert for multi-label Text Classification task on a subset of the News dataset from Kaggle from: https://www.kaggle.com/rmisra/news-category-dataset
I'm running on Colab gpu and even with freeze_transformer_layers set to True, running lr_find() shows 4h on estimated time
is it normal or am I missing something?
notebook https://github.com/CastHash532/kaggle-automl/blob/main/Kaggle_news_NLP_Transformers_BERT.ipynb
The text was updated successfully, but these errors were encountered: