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

  • Log In
  • Sign Up

Laudando-Associates-LLC
/
d-fine-medium

Object Detection
PyTorch
TensorBoard
ONNX
Safetensors
Transformers
English
d_fine
feature-extraction
AgTech
custom_code
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Laudando-Associates-LLC/d-fine-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Laudando-Associates-LLC/d-fine-medium with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Laudando-Associates-LLC/d-fine-medium", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Laudando-Associates-LLC/d-fine-medium", trust_remote_code=True)
    model = AutoModel.from_pretrained("Laudando-Associates-LLC/d-fine-medium", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
d-fine-medium
475 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
jagennath-hari's picture
jagennath-hari
update README.md
e485db3 12 months ago
  • assets
    update README.md 12 months ago
  • runs
    add model.pth/safetensors, update model card, and config about 1 year ago
  • .gitattributes
    1.56 kB
    update README.md 12 months ago
  • README.md
    3.95 kB
    update README.md 12 months ago
  • __init__.py
    0 Bytes
    update for transformers compatible 12 months ago
  • config.json
    510 Bytes
    update json 12 months ago
  • configuration_dfine.py
    480 Bytes
    update json 12 months ago
  • model.onnx
    77.7 MB
    xet
    update for transformers compatible 12 months ago
  • model.safetensors
    78.4 MB
    xet
    add safetensors about 1 year ago
  • modeling_dfine.py
    1.69 kB
    update for transformers compatible 12 months ago
  • pytorch_model.bin

    Detected Pickle imports (6)

    • "torch.LongStorage",
    • "collections.Counter",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.BoolStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    How to fix it?

    314 MB
    xet
    update for transformers compatible 12 months ago
  • requirements.txt
    52 Bytes
    update requirements.txt 12 months ago