Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mathew
/
layoutlmv2-finetuned-funsd-1024

Token Classification
Transformers
PyTorch
TensorBoard
layoutlmv2
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use mathew/layoutlmv2-finetuned-funsd-1024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mathew/layoutlmv2-finetuned-funsd-1024 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="mathew/layoutlmv2-finetuned-funsd-1024")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("mathew/layoutlmv2-finetuned-funsd-1024")
    model = AutoModelForTokenClassification.from_pretrained("mathew/layoutlmv2-finetuned-funsd-1024", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlmv2-finetuned-funsd-1024
802 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mathew's picture
mathew
update model card README.md
f856d7d almost 5 years ago
  • runs
    End of training almost 5 years ago
  • .gitattributes
    1.18 kB
    initial commit almost 5 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 almost 5 years ago
  • README.md
    1.18 kB
    update model card README.md almost 5 years ago
  • config.json
    3.08 kB
    Training in progress, step 500 almost 5 years ago
  • pytorch_model.bin
    802 MB
    xet
    End of training almost 5 years ago
  • training_args.bin
    2.93 kB
    xet
    Training in progress, step 500 almost 5 years ago