Requirements:
- Python >= 3.5
- PyTorch >= 1.3.0
- sklearn
- transformers
Process:
-
Run
python init.pyto download datasets. Dataset introduction is atdataset/readme.md. -
Run
bash experiments.shto do experiments. -
Run
python stat.pyto get the experiment results. -
Run
bash postprocess.shto get the ensemble predictions.
Experiments run on gpu by default.