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

Kushalguptaiitb
/
table_test

Object Detection
Transformers
PyTorch
detr
Model card Files Files and versions
xet
Community
4

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

  • Libraries
  • Transformers

    How to use Kushalguptaiitb/table_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Kushalguptaiitb/table_test")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("Kushalguptaiitb/table_test")
    model = AutoModelForObjectDetection.from_pretrained("Kushalguptaiitb/table_test")
  • Notebooks
  • Google Colab
  • Kaggle
table_test
500 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
af6a188 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • Fine_Tuned_TTSR.pth

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    167 MB
    xet
    Upload Fine_Tuned_TTSR.pth over 2 years ago
  • config.json
    3.53 kB
    Update config.json almost 2 years ago
  • model.safetensors
    167 MB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • preprocessor_config.json
    274 Bytes
    Rename preprocessor_config (1).json to preprocessor_config.json over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    167 MB
    xet
    Upload pytorch_model.bin over 2 years ago