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

AKASHR
/
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 AKASHR/layoutlm-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AKASHR/layoutlm-funsd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="AKASHR/layoutlm-funsd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("AKASHR/layoutlm-funsd")
    model = AutoModelForTokenClassification.from_pretrained("AKASHR/layoutlm-funsd")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-funsd / logs
31.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
AKASHR's picture
AKASHR
End of training
f648dd3 almost 3 years ago
  • 1685344272.7148247
    Training in progress, epoch 1 almost 3 years ago
  • 1685347080.9831069
    Training in progress, epoch 1 almost 3 years ago
  • 1685348159.4758353
    Training in progress, epoch 1 almost 3 years ago
  • events.out.tfevents.1685344272.DESKTOP-NAHDDBT.1044.0
    4.24 kB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • events.out.tfevents.1685347080.DESKTOP-NAHDDBT.1159.0
    4.24 kB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • events.out.tfevents.1685348159.DESKTOP-NAHDDBT.111.0
    5.89 kB
    xet
    End of training almost 3 years ago