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

  • Log In
  • Sign Up

BadreddineHug
/
LayoutLM_3

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

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

  • Libraries
  • Transformers

    How to use BadreddineHug/LayoutLM_3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="BadreddineHug/LayoutLM_3")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("BadreddineHug/LayoutLM_3")
    model = AutoModelForTokenClassification.from_pretrained("BadreddineHug/LayoutLM_3")
  • Notebooks
  • Google Colab
  • Kaggle
LayoutLM_3 / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
BadreddineHug's picture
BadreddineHug
End of training
dfa7d1d over 2 years ago
  • Aug27_13-11-38_6d86b3acebab
    End of training over 2 years ago