How to Use BERT Models for Natural Language Processing (NLP) Tasks in MATLAB

preview_player
Показать описание
Learn how to apply BERT (transformer-based deep learning model) to natural language processing (NLP) tasks such as sentiment analysis, text classification, summarization, and translation. This video shows how to use Text Analytics Toolbox™ and Deep Learning Toolbox™ in MATLAB® to fine-tune a pretrained BERT model for a text classification task. We walk through MATLAB code that illustrates how to start with a pretrained BERT model, add layers to it, train the model for the new task, and validate and test the final model.

--------------------------------------------------------------------------------------------------------

© 2021 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc.
Рекомендации по теме
Комментарии
Автор

Is it possible to load the untrained BERT model, modify it, and then train it to my dataset? or can I only use the pre-trained model?

noonalewinsky