How to use PaddleCI/tiny-random-ernie-m with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, UIEM tokenizer = AutoTokenizer.from_pretrained("PaddleCI/tiny-random-ernie-m", from_hf_hub=True) model = UIEM.from_pretrained("PaddleCI/tiny-random-ernie-m", from_hf_hub=True)