How to use sijunhe/test-plato-model with paddlenlp:
from paddlenlp.transformers import AutoTokenizer, UnifiedTransformerModel tokenizer = AutoTokenizer.from_pretrained("sijunhe/test-plato-model", from_hf_hub=True) model = UnifiedTransformerModel.from_pretrained("sijunhe/test-plato-model", from_hf_hub=True)
The community tab is the place to discuss and collaborate with the HF community!