├── LICENSE ├── README.md ├── clue ├── README.md ├── afqmc.py ├── c3.py ├── chid.py ├── cluener.py ├── cmnli.py ├── cmrc2018.py ├── csl.py ├── iflytek.py ├── ocnli.py ├── snippets.py ├── tnews.py └── wsc.py ├── multi-task ├── README.md ├── main.py ├── snippets.py ├── t0101_mlm.py ├── t0201_iflytek.py ├── t0202_tnews.py ├── t0203_thucnews.py └── t0705_webqa.py └── train_mlm.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/README.md -------------------------------------------------------------------------------- /clue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/README.md -------------------------------------------------------------------------------- /clue/afqmc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/afqmc.py -------------------------------------------------------------------------------- /clue/c3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/c3.py -------------------------------------------------------------------------------- /clue/chid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/chid.py -------------------------------------------------------------------------------- /clue/cluener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/cluener.py -------------------------------------------------------------------------------- /clue/cmnli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/cmnli.py -------------------------------------------------------------------------------- /clue/cmrc2018.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/cmrc2018.py -------------------------------------------------------------------------------- /clue/csl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/csl.py -------------------------------------------------------------------------------- /clue/iflytek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/iflytek.py -------------------------------------------------------------------------------- /clue/ocnli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/ocnli.py -------------------------------------------------------------------------------- /clue/snippets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/snippets.py -------------------------------------------------------------------------------- /clue/tnews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/tnews.py -------------------------------------------------------------------------------- /clue/wsc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/clue/wsc.py -------------------------------------------------------------------------------- /multi-task/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/multi-task/README.md -------------------------------------------------------------------------------- /multi-task/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/multi-task/main.py -------------------------------------------------------------------------------- /multi-task/snippets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/multi-task/snippets.py -------------------------------------------------------------------------------- /multi-task/t0101_mlm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/multi-task/t0101_mlm.py -------------------------------------------------------------------------------- /multi-task/t0201_iflytek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/multi-task/t0201_iflytek.py -------------------------------------------------------------------------------- /multi-task/t0202_tnews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/multi-task/t0202_tnews.py -------------------------------------------------------------------------------- /multi-task/t0203_thucnews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/multi-task/t0203_thucnews.py -------------------------------------------------------------------------------- /multi-task/t0705_webqa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/multi-task/t0705_webqa.py -------------------------------------------------------------------------------- /train_mlm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhuiyiTechnology/roformer-v2/HEAD/train_mlm.py --------------------------------------------------------------------------------