├── LICENSE ├── convert.py ├── convert_ernie_gram.py ├── convert_ernie_health.py ├── readme.md ├── requirements.txt └── test.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghuyong/ERNIE-Pytorch/HEAD/LICENSE -------------------------------------------------------------------------------- /convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghuyong/ERNIE-Pytorch/HEAD/convert.py -------------------------------------------------------------------------------- /convert_ernie_gram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghuyong/ERNIE-Pytorch/HEAD/convert_ernie_gram.py -------------------------------------------------------------------------------- /convert_ernie_health.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghuyong/ERNIE-Pytorch/HEAD/convert_ernie_health.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghuyong/ERNIE-Pytorch/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghuyong/ERNIE-Pytorch/HEAD/requirements.txt -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nghuyong/ERNIE-Pytorch/HEAD/test.py --------------------------------------------------------------------------------