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

  • Log In
  • Sign Up

pabloOmega
/
text-entities-detection

Object Detection
Transformers
Safetensors
yolos
Model card Files Files and versions
xet
Community

Instructions to use pabloOmega/text-entities-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use pabloOmega/text-entities-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="pabloOmega/text-entities-detection")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForObjectDetection
    
    processor = AutoImageProcessor.from_pretrained("pabloOmega/text-entities-detection")
    model = AutoModelForObjectDetection.from_pretrained("pabloOmega/text-entities-detection")
  • Notebooks
  • Google Colab
  • Kaggle
text-entities-detection
123 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
pabloOmega's picture
pabloOmega
Upload preprocessor_config.json
fd6650a verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload YolosForObjectDetection over 1 year ago
  • config.json
    1.06 kB
    Upload YolosForObjectDetection over 1 year ago
  • model.safetensors
    123 MB
    xet
    Upload YolosForObjectDetection over 1 year ago
  • preprocessor_config.json
    483 Bytes
    Upload preprocessor_config.json over 1 year ago