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

pvbhanuteja
/
layoutlm-funsd

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

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

  • Libraries
  • Transformers

    How to use pvbhanuteja/layoutlm-funsd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="pvbhanuteja/layoutlm-funsd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pvbhanuteja/layoutlm-funsd")
    model = AutoModelForTokenClassification.from_pretrained("pvbhanuteja/layoutlm-funsd")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-funsd / logs
103 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 22 commits
pvbhanuteja's picture
pvbhanuteja
End of training
97be247 over 3 years ago
  • 1667807865.9222898
    Training in progress, epoch 1 over 3 years ago
  • 1667808027.5363486
    Training in progress, epoch 1 over 3 years ago
  • 1667810141.2857063
    Training in progress, epoch 1 over 3 years ago
  • events.out.tfevents.1667807865.real.engr.tamu.edu
    17.9 kB
    xet
    End of training over 3 years ago
  • events.out.tfevents.1667810141.real.engr.tamu.edu
    70 kB
    xet
    End of training over 3 years ago