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

  • Log In
  • Sign Up

guidel
/
table-transformer-detection

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

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

  • Libraries
  • Transformers

    How to use guidel/table-transformer-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="guidel/table-transformer-detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("guidel/table-transformer-detection")
    model = AutoModelForObjectDetection.from_pretrained("guidel/table-transformer-detection")
  • Notebooks
  • Google Colab
  • Kaggle
table-transformer-detection
115 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
guidel's picture
guidel
Upload TableTransformerForObjectDetection
0d5817e over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    1.34 kB
    Upload TableTransformerForObjectDetection over 2 years ago
  • preprocessor_config.json
    454 Bytes
    Upload feature extractor over 2 years ago
  • pytorch_model.bin
    115 MB
    xet
    Upload TableTransformerForObjectDetection over 2 years ago