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