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

  • Log In
  • Sign Up

kwanY
/
styleid

Image Feature Extraction
Transformers
PyTorch
Safetensors
clip
zero-shot-image-classification
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use kwanY/styleid with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="kwanY/styleid")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
    
    processor = AutoProcessor.from_pretrained("kwanY/styleid")
    model = AutoModelForZeroShotImageClassification.from_pretrained("kwanY/styleid")
  • Notebooks
  • Google Colab
  • Kaggle
styleid
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
kwanY's picture
kwanY
Update README.md
319bd35 verified 4 days ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    1.43 kB
    Update README.md 4 days ago
  • config.json
    1.17 kB
    initial commit 4 months ago
  • merges.txt
    525 kB
    initial commit 4 months ago
  • model.safetensors
    1.71 GB
    xet
    initial commit 4 months ago
  • preprocessor_config.json
    504 Bytes
    initial commit 4 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.71 GB
    xet
    initial commit 4 months ago
  • special_tokens_map.json
    588 Bytes
    initial commit 4 months ago
  • tokenizer.json
    3.64 MB
    initial commit 4 months ago
  • tokenizer_config.json
    774 Bytes
    initial commit 4 months ago
  • vocab.json
    862 kB
    initial commit 4 months ago