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

janbl06
/
layoutlm-paragraphs

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

Instructions to use janbl06/layoutlm-paragraphs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use janbl06/layoutlm-paragraphs with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="janbl06/layoutlm-paragraphs")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("janbl06/layoutlm-paragraphs")
    model = AutoModelForTokenClassification.from_pretrained("janbl06/layoutlm-paragraphs")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-paragraphs / logs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
janbl06's picture
janbl06
End of training
f566835 verified about 1 year ago
  • events.out.tfevents.1748607428.VWLTS
    4.92 kB
    xet
    Training in progress, epoch 1 about 1 year ago
  • events.out.tfevents.1748607961.VWLTS
    15.8 kB
    xet
    End of training about 1 year ago