How to use Norm/ERNIE-Layout-Pytorch with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Norm/ERNIE-Layout-Pytorch", dtype="auto")