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