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 want to contribute code on how to transfer learn from BERT for text classification
Transferring embeddings from BERT to a feed-forward neural network for text classification
Knowledge on text classification, tensorflow and sklearn
Will implement the model on disaster tweets dataset Dataset name: DisasterTweets(https://www.kaggle.com/vstepanenko/disaster-tweets)
I have the solution using tensorflow, will be happy to create pull request to include the exercise statement/solution
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Learning Goals
I want to contribute code on how to transfer learn from BERT for text classification
Exercise Statement
Transferring embeddings from BERT to a feed-forward neural network for text classification
Prerequisites
Knowledge on text classification, tensorflow and sklearn
Data source/summary:
Will implement the model on disaster tweets dataset
Dataset name: DisasterTweets(https://www.kaggle.com/vstepanenko/disaster-tweets)
(Optional) Suggest/Propose Solutions
I have the solution using tensorflow, will be happy to create pull request to include the exercise statement/solution
The text was updated successfully, but these errors were encountered: