but

Hi @wwwwww931121
This model has only pytorch weights, to load it in TF you’ll need to set from_pt
to True
TFBertModel.from_pretrained("hfl/chinese-roberta-wwm-ext-large", from_pt=True)
The method is useful!
I really appreciate it!