How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("token-classification", model="Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD")
# Load model directly
from transformers import AutoProcessor, AutoModelForTokenClassification

processor = AutoProcessor.from_pretrained("Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD")
model = AutoModelForTokenClassification.from_pretrained("Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD")
Quick Links

layoutlmv3-finetuned-funsd

This model is a fine-tuned version of microsoft/layoutlmv3-base on the nielsr/funsd-layoutlmv3 dataset. It achieves the following results on the evaluation set:

  • Loss: 1.038318
  • Precision: 0.918177
  • Recall: 0.930949
  • F1: 0.924519
  • Accuracy: 0.859979
Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD

Spaces using Ammar-alhaj-ali/LayoutLMv3-Fine-Tuning-FUNSD 2

Evaluation results

Free AI Image Generator No sign-up. Instant results. Open Now