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