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

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
231 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
HichTala's picture
HichTala
[Clean-up] Planned removal of the `max_size` argument
75b3e49 verified over 1 year 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
    301 Bytes
    [Clean-up] Planned removal of the `max_size` argument over 1 year 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