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