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

stevetod
/
doduo

Feature Extraction
Transformers
PyTorch
doduo
custom_code
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • Transformers

    How to use stevetod/doduo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="stevetod/doduo", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("stevetod/doduo", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
doduo
104 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
stevetod's picture
stevetod
Update README.md
f392e77 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    432 Bytes
    Update README.md almost 3 years ago
  • attention.py
    8.15 kB
    Upload model (#1) almost 3 years ago
  • backbone.py
    4.23 kB
    Upload model (#1) almost 3 years ago
  • config.json
    286 Bytes
    Upload model (#1) almost 3 years ago
  • configuration_doduo.py
    322 Bytes
    Upload model (#1) almost 3 years ago
  • dino.py
    13.5 kB
    Upload model (#1) almost 3 years ago
  • geometry.py
    6.64 kB
    Upload model (#1) almost 3 years ago
  • matching.py
    16.4 kB
    Upload model (#1) almost 3 years ago
  • modeling_doduo.py
    3.55 kB
    Upload model (#1) almost 3 years ago
  • position.py
    2.02 kB
    Upload model (#1) almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    104 MB
    xet
    Upload model (#1) almost 3 years ago
  • transformer.py
    11.2 kB
    Upload model (#1) almost 3 years ago
  • trident_conv.py
    3.27 kB
    Upload model (#1) almost 3 years ago
  • unimatch.py
    7.56 kB
    Upload model (#1) almost 3 years ago
  • utils.py
    7.46 kB
    Upload model (#1) almost 3 years ago