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

  • Log In
  • Sign Up

bilguun
/
table-transformer-structure-recognition

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

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

  • Libraries
  • Transformers

    How to use bilguun/table-transformer-structure-recognition with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="bilguun/table-transformer-structure-recognition")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("bilguun/table-transformer-structure-recognition")
    model = AutoModelForObjectDetection.from_pretrained("bilguun/table-transformer-structure-recognition")
  • Notebooks
  • Google Colab
  • Kaggle
table-transformer-structure-recognition
116 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
bilguun's picture
bilguun
Upload feature extractor
5249c2d verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    76.8 kB
    Upload TableTransformerForObjectDetection about 2 years ago
  • model.safetensors
    115 MB
    xet
    Upload TableTransformerForObjectDetection about 2 years ago
  • preprocessor_config.json
    404 Bytes
    Upload feature extractor about 2 years ago