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

  • Log In
  • Sign Up

yermandy
/
GenD_CLIP_L_14

Image Classification
Transformers
Safetensors
PyTorch
GenD
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use yermandy/GenD_CLIP_L_14 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="yermandy/GenD_CLIP_L_14")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import GenD
    model = GenD.from_pretrained("yermandy/GenD_CLIP_L_14", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GenD_CLIP_L_14
1.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
yermandy's picture
yermandy
Create requirements.txt
891ce01 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.21 kB
    Update README.md 6 months ago
  • config.json
    193 Bytes
    Upload folder using huggingface_hub 6 months ago
  • model.safetensors
    1.22 GB
    xet
    Upload folder using huggingface_hub 6 months ago
  • model_index.json
    107 Bytes
    Upload folder using huggingface_hub 6 months ago
  • modeling_gend.py
    5.74 kB
    Upload folder using huggingface_hub 6 months ago
  • requirements.txt
    71 Bytes
    Create requirements.txt 6 months ago