How to use PaddleCI/tiny-random-uie-x with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, UIEX tokenizer = AutoTokenizer.from_pretrained("PaddleCI/tiny-random-uie-x", from_hf_hub=True) model = UIEX.from_pretrained("PaddleCI/tiny-random-uie-x", from_hf_hub=True)
The community tab is the place to discuss and collaborate with the HF community!