Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BadreddineHug
/
LayoutLM_5

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

Instructions to use BadreddineHug/LayoutLM_5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BadreddineHug/LayoutLM_5 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="BadreddineHug/LayoutLM_5")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("BadreddineHug/LayoutLM_5")
    model = AutoModelForTokenClassification.from_pretrained("BadreddineHug/LayoutLM_5")
  • Notebooks
  • Google Colab
  • Kaggle
LayoutLM_5 / runs
34.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
BadreddineHug's picture
BadreddineHug
Training in progress, step 500
58cd681 over 2 years ago
  • Aug27_16-32-21_dfdfe5a21d29
    End of training over 2 years ago
  • Aug28_10-36-56_1f1941e7fb50
    Training in progress, step 500 over 2 years ago