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

  • Log In
  • Sign Up

BadreddineHug
/
LayoutLMv3_large_3

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

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

  • Libraries
  • Transformers

    How to use BadreddineHug/LayoutLMv3_large_3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="BadreddineHug/LayoutLMv3_large_3")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("BadreddineHug/LayoutLMv3_large_3")
    model = AutoModelForTokenClassification.from_pretrained("BadreddineHug/LayoutLMv3_large_3")
  • Notebooks
  • Google Colab
  • Kaggle
LayoutLMv3_large_3 / runs
66 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
BadreddineHug's picture
BadreddineHug
Training in progress, step 1500
afddd0b over 2 years ago
  • Sep02_17-59-57_a0b4ec993607
    Training in progress, step 500 over 2 years ago
  • Sep02_18-08-15_a0b4ec993607
    Training in progress, step 500 over 2 years ago
  • Sep02_18-08-55_a0b4ec993607
    Training in progress, step 500 over 2 years ago
  • Sep02_18-09-29_a0b4ec993607
    Training in progress, step 1500 over 2 years ago