mikeizbicki / cmc-csci181-deeplearning

deep learning course materials
15 stars 6 forks source link

BERT with Conditional Model #53

Open raequan opened 4 years ago

raequan commented 4 years ago

When I attempt to run the BERT model with conditional model, I get the following error:

Screen Shot 2020-05-13 at 5 05 58 PM
mikeizbicki commented 4 years ago

The conditional model is only related for generating text, not for classification. BERT only supports classification, and therefore the conditional model doesn't make sense for BERT.