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

  • Log In
  • Sign Up

deepdoctection
/
tatr_tab_struct_v2

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

Instructions to use deepdoctection/tatr_tab_struct_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use deepdoctection/tatr_tab_struct_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="deepdoctection/tatr_tab_struct_v2")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("deepdoctection/tatr_tab_struct_v2")
    model = AutoModelForObjectDetection.from_pretrained("deepdoctection/tatr_tab_struct_v2")
  • Notebooks
  • Google Colab
  • Kaggle
tatr_tab_struct_v2
231 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
JaMe76's picture
JaMe76
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
52b8dc4 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.9 kB
    Update README.md over 1 year ago
  • config.json
    1.46 kB
    Upload 2 files over 2 years ago
  • model.safetensors
    115 MB
    xet
    Adding `safetensors` variant of this model (#1) 10 months ago
  • preprocessor_config.json
    274 Bytes
    Upload 2 files over 2 years ago
  • pytorch_model.bin
    116 MB
    xet
    Upload pytorch_model.bin over 2 years ago