transformers-tutorials
transformers-tutorials copied to clipboard
Relation between transformers_multi_label_classification.ipynb and BertForMultipleChoice
Hi,
There is a class BertForMultipleChoice in modeling_bert.py in transformers library.
Does it do the same as the model in notebook?
Thanks!