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

Noureddinesa
/
Output_LayoutLMv3_v1

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

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

  • Libraries
  • Transformers

    How to use Noureddinesa/Output_LayoutLMv3_v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Noureddinesa/Output_LayoutLMv3_v1")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("Noureddinesa/Output_LayoutLMv3_v1")
    model = AutoModelForTokenClassification.from_pretrained("Noureddinesa/Output_LayoutLMv3_v1")
  • Notebooks
  • Google Colab
  • Kaggle
Output_LayoutLMv3_v1 / runs
21 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Noureddinesa's picture
Noureddinesa
End of training
1a68fd5 verified about 2 years ago
  • Apr01_00-16-46_f88284ea30b5
    End of training about 2 years ago