zihangdai / xlnet

XLNet: Generalized Autoregressive Pretraining for Language Understanding
Apache License 2.0
6.18k stars 1.18k forks source link

XLNet-Large, Cased - broken link #174

Open borismmitrovic opened 5 years ago

borismmitrovic commented 5 years ago

Link to the Large network isn't working at the moment.

SOLUTION: Change address from https://storage.googleapis.com/xlnet_models/cased_L-24_H-1024_A-16.zip to https://storage.googleapis.com/xlnet/released_models/cased_L-24_H-1024_A-16.zip

The hyperlink needs updating to the one below. Thanks :)

kimiyoung commented 5 years ago

Just fixed it. Thanks for pointing this out.