bert分类与回归
1、配置: docker pull meadml/cuda10.1-cudnn7-devel-ubuntu18.04-python3.6:latest
2、pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt
3、数据格式请参照 data/class or data/regression
3、分类问题: python3 class_main.py
4、回归问题: python3 regression_main.py