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

  • Log In
  • Sign Up

yermandy
/
GenD_PE_L

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

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

  • Libraries
  • Transformers

    How to use yermandy/GenD_PE_L with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="yermandy/GenD_PE_L")
    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_PE_L", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
GenD_PE_L
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
yermandy's picture
yermandy
Update README.md
4fd5a38 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.2 kB
    Update README.md 6 months ago
  • config.json
    193 Bytes
    Upload folder using huggingface_hub 6 months ago
  • model.safetensors
    1.26 GB
    xet
    Upload folder using huggingface_hub 6 months ago
  • modeling_gend.py
    5.15 kB
    Upload folder using huggingface_hub 6 months ago
  • requirements.txt
    71 Bytes
    Create requirements.txt 6 months ago