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

trng1305
/
layoutlm-sroie

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

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

  • Libraries
  • Transformers

    How to use trng1305/layoutlm-sroie with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="trng1305/layoutlm-sroie")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("trng1305/layoutlm-sroie")
    model = AutoModelForTokenClassification.from_pretrained("trng1305/layoutlm-sroie", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-sroie / logs
40.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
trng1305's picture
trng1305
End of training
677cf00 over 2 years ago
  • 1700199796.0499532
    Training in progress, epoch 1 over 2 years ago
  • 1700674111.8509955
    Training in progress, epoch 1 over 2 years ago
  • events.out.tfevents.1700199796.cbb148bf7329.232.0
    14.5 kB
    xet
    End of training over 2 years ago
  • events.out.tfevents.1700674111.7c58e45ee39e.832.0
    14.5 kB
    xet
    End of training over 2 years ago