├── README.md ├── squad-zen ├── dev-zen-v1.0.json └── train-zen-v1.0.json ├── squad_1.1 ├── dev-v1.1-zh.json └── train-v1.1-zh.json └── squad_2.0 ├── dev-v2.0-zh.json └── train-v2.0-zh.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junzeng-pluto/ChineseSquad/HEAD/README.md -------------------------------------------------------------------------------- /squad-zen/dev-zen-v1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junzeng-pluto/ChineseSquad/HEAD/squad-zen/dev-zen-v1.0.json -------------------------------------------------------------------------------- /squad-zen/train-zen-v1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junzeng-pluto/ChineseSquad/HEAD/squad-zen/train-zen-v1.0.json -------------------------------------------------------------------------------- /squad_1.1/dev-v1.1-zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junzeng-pluto/ChineseSquad/HEAD/squad_1.1/dev-v1.1-zh.json -------------------------------------------------------------------------------- /squad_1.1/train-v1.1-zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junzeng-pluto/ChineseSquad/HEAD/squad_1.1/train-v1.1-zh.json -------------------------------------------------------------------------------- /squad_2.0/dev-v2.0-zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junzeng-pluto/ChineseSquad/HEAD/squad_2.0/dev-v2.0-zh.json -------------------------------------------------------------------------------- /squad_2.0/train-v2.0-zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/junzeng-pluto/ChineseSquad/HEAD/squad_2.0/train-v2.0-zh.json --------------------------------------------------------------------------------