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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

arsp9494
/
layoutlm-funsd

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

Instructions to use arsp9494/layoutlm-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arsp9494/layoutlm-funsd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="arsp9494/layoutlm-funsd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("arsp9494/layoutlm-funsd")
    model = AutoModelForTokenClassification.from_pretrained("arsp9494/layoutlm-funsd")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-funsd / logs
28.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
arsp9494's picture
arsp9494
End of training
e03d099 almost 3 years ago
  • events.out.tfevents.1688552940.c9a6c69c3796.5182.0
    14.4 kB
    xet
    End of training almost 3 years ago
  • events.out.tfevents.1688559629.ddc1b2f452a2.1418.0
    14.4 kB
    xet
    End of training almost 3 years ago