layoutlm-bill / README.md
cuongngm's picture
Update README.md
dad9850

Fine tuning LayoutLMv2 model on Vietnamese bill dataset

from transformers import LayoutLMv2ForTokenClassification
model = LayoutLMv2ForTokenClassification.from_pretrained('cuongngm/layoutlm-bill', num_labels=len(labels))