CLUEbenchmark / CLUE

中文语言理解测评基准 Chinese Language Understanding Evaluation Benchmark: datasets, baselines, pre-trained models, corpus and leaderboard
http://www.CLUEbenchmarks.com
4k stars 539 forks source link

Models supports Pytorch #133

Open JiaojiaoYe1994 opened 3 years ago

JiaojiaoYe1994 commented 3 years ago

I try to run some training process using models implemented in Pytorch, which is under ./models_pytorch/classifier_pytorch. I already successfully go through train and predict process of BERT. However, when I try to run ALBERT, OSERROR tells that it's not founded.

Is ALBERT, ROBERT etc. implemented in Pytorch?

wukui-muc commented 2 years ago

I have the same problem. Did you solve it?

brightmart commented 2 years ago

if you want to use albert_xlarge_zh in pytorch, you can check here: https://github.com/brightmart/albert_zh