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

srpone
/
gr-lite

Image Feature Extraction
Transformers
Safetensors
English
gr_lite
fashion
image-retrieval
vision-transformer
dino
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use srpone/gr-lite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use srpone/gr-lite with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="srpone/gr-lite", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("srpone/gr-lite", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
gr-lite
2.43 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
pierrexsq's picture
pierrexsq
Update README.md
a8057f8 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    4.1 kB
    Update README.md about 1 month ago
  • config.json
    494 Bytes
    Add HuggingFace-compatible model (config + safetensors + model code) about 2 months ago
  • configuration_gr_lite.py
    1.01 kB
    Add HuggingFace-compatible model (config + safetensors + model code) about 2 months ago
  • gr_lite.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.21 GB
    xet
    Upload gr_lite.pt with huggingface_hub 7 months ago
  • model.safetensors
    1.21 GB
    xet
    Add HuggingFace-compatible model (config + safetensors + model code) about 2 months ago
  • modeling_gr_lite.py
    5.36 kB
    Add HuggingFace-compatible model (config + safetensors + model code) about 2 months ago