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

BadreddineHug
/
LayoutLMv3_97_1

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

  • Libraries
  • Transformers

    How to use BadreddineHug/LayoutLMv3_97_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="BadreddineHug/LayoutLMv3_97_1")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("BadreddineHug/LayoutLMv3_97_1")
    model = AutoModelForTokenClassification.from_pretrained("BadreddineHug/LayoutLMv3_97_1")
  • Notebooks
  • Google Colab
  • Kaggle
LayoutLMv3_97_1 / runs
39.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
BadreddineHug's picture
BadreddineHug
End of training
3bb8752 over 2 years ago
  • Aug31_16-04-45_08d65edc10bb
    Training in progress, step 1500 over 2 years ago
  • Sep02_13-32-19_337482d714e4
    End of training over 2 years ago