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

  • Log In
  • Sign Up

Essa20001
/
lmv3

Token Classification
Transformers
Safetensors
layoutlmv3
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Essa20001/lmv3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Essa20001/lmv3")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("Essa20001/lmv3")
    model = AutoModelForTokenClassification.from_pretrained("Essa20001/lmv3")
  • Notebooks
  • Google Colab
  • Kaggle
lmv3
501 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Essa20001's picture
Essa20001
Upload LayoutLMv3ForTokenClassification
cc875ef verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.31 kB
    Upload LayoutLMv3ForTokenClassification over 2 years ago
  • model.safetensors
    501 MB
    xet
    Upload LayoutLMv3ForTokenClassification over 2 years ago