This code is written in accordance with "https://zh-v2.d2l.ai/chapter_natural-language-processing-pretraining/bert.html"
python main.py
(i.e. Natural Language Inference. We can use the features extracted by BERT to feed into the MLP, and through training and fine-tuning, determine whether the latter sentence can be inferred from the previous sentence. )
python fine_tuning.py
python test_bert.py