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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Laudando-Associates-LLC
/
d-fine-nano

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-nano with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="Laudando-Associates-LLC/d-fine-nano", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Laudando-Associates-LLC/d-fine-nano", trust_remote_code=True)
    model = AutoModel.from_pretrained("Laudando-Associates-LLC/d-fine-nano", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
d-fine-nano
96.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 41 commits
jagennath-hari's picture
jagennath-hari
update README.md
f3ed515 about 1 year ago
  • assets
    update README.md about 1 year ago
  • runs
    add runs about 1 year ago
  • .gitattributes
    1.56 kB
    update README.md about 1 year ago
  • README.md
    3.93 kB
    update README.md about 1 year ago
  • __init__.py
    0 Bytes
    make transformers compatible model about 1 year ago
  • config.json
    506 Bytes
    update json about 1 year ago
  • configuration_dfine.py
    480 Bytes
    update json about 1 year ago
  • model.onnx
    15.4 MB
    xet
    Add onnx file about 1 year ago
  • model.safetensors
    15.1 MB
    xet
    add safetensors file about 1 year ago
  • modeling_dfine.py
    1.69 kB
    try fix about 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (6)

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

    How to fix it?

    60.8 MB
    xet
    add pytorch_model.bin about 1 year ago
  • requirements.txt
    52 Bytes
    update requirements.txt about 1 year ago