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

  • Log In
  • Sign Up

grays-ai
/
table-detection

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

Instructions to use grays-ai/table-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use grays-ai/table-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="grays-ai/table-detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("grays-ai/table-detection")
    model = AutoModelForObjectDetection.from_pretrained("grays-ai/table-detection")
  • Notebooks
  • Google Colab
  • Kaggle
table-detection
115 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jonahkaye's picture
jonahkaye
timm
47751d3 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.17 kB
    timm almost 3 years ago
  • config.json
    1.23 kB
    timm almost 3 years ago
  • preprocessor_config.json
    273 Bytes
    timm almost 3 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
    timm almost 3 years ago
  • requirements.txt
    4 Bytes
    timm almost 3 years ago