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

  • Log In
  • Sign Up

Duplicated from  microsoft/table-transformer-detection

aParadigmP
/
table-transformer-detection-custom-ale

Object Detection
Transformers
PyTorch
Safetensors
table-transformer
Model card Files Files and versions
xet
Community
1

Instructions to use aParadigmP/table-transformer-detection-custom-ale with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use aParadigmP/table-transformer-detection-custom-ale with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="aParadigmP/table-transformer-detection-custom-ale")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("aParadigmP/table-transformer-detection-custom-ale")
    model = AutoModelForObjectDetection.from_pretrained("aParadigmP/table-transformer-detection-custom-ale")
  • Notebooks
  • Google Colab
  • Kaggle
table-transformer-detection-custom-ale
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
aParadigmP's picture
aParadigmP
Update requirements.txt
b05548b over 2 years ago
  • .gitattributes
    1.44 kB
    Duplicate from microsoft/table-transformer-detection over 2 years ago
  • README.md
    1.17 kB
    Duplicate from microsoft/table-transformer-detection over 2 years ago
  • config.json
    1.23 kB
    Duplicate from microsoft/table-transformer-detection over 2 years ago
  • model.safetensors
    115 MB
    xet
    Duplicate from microsoft/table-transformer-detection over 2 years ago
  • preprocessor_config.json
    273 Bytes
    Duplicate from microsoft/table-transformer-detection over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    115 MB
    xet
    Duplicate from microsoft/table-transformer-detection over 2 years ago
  • requirements.txt
    5 Bytes
    Update requirements.txt over 2 years ago