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

vn24
/
layoutlm-funsd

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

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

  • Libraries
  • Transformers

    How to use vn24/layoutlm-funsd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="vn24/layoutlm-funsd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vn24/layoutlm-funsd")
    model = AutoModelForTokenClassification.from_pretrained("vn24/layoutlm-funsd", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-funsd / logs
108 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 64 commits
vn24's picture
vn24
End of training
de5272a verified over 2 years ago
  • events.out.tfevents.1705308598.c8b39d20dc72.4992.1
    69.9 kB
    xet
    Training in progress, epoch 99 over 2 years ago
  • events.out.tfevents.1705312461.49453ba0d166.795.0
    37.7 kB
    xet
    End of training over 2 years ago