用预训练BERT实现语义匹配。
- python==3.6.5
- allennlp==0.9.0
- torch==1.3.1
python3 train.py --config_path ./config/bert.lcqmc.json --output_dir ./output/bert-lcqmc/
python3 test.py --output_dir ./output/bert-lcqmc/
- CSV格式,包含三列:sentence1、sentence2、label
- 要求能通过pandas.read_csv进行读取加载