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

  • Log In
  • Sign Up

cuongngm
/
layoutlm-bill

Token Classification
Transformers
PyTorch
layoutlmv2
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use cuongngm/layoutlm-bill with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cuongngm/layoutlm-bill")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("cuongngm/layoutlm-bill")
    model = AutoModelForTokenClassification.from_pretrained("cuongngm/layoutlm-bill")
  • Notebooks
  • Google Colab
  • Kaggle
layoutlm-bill
1.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
e27ef89 over 2 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model over 2 years ago
  • README.md
    431 Bytes
    Update README.md about 4 years ago
  • config.json
    3.77 kB
    Upload config.json over 4 years ago
  • model.safetensors
    802 MB
    xet
    Adding `safetensors` variant of this model over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage"

    What is a pickle import?

    802 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago