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

  • Log In
  • Sign Up

aeth0r
/
cat2vec

Image Feature Extraction
Transformers
Safetensors
resnet
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use aeth0r/cat2vec with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="aeth0r/cat2vec")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("aeth0r/cat2vec")
    model = AutoModel.from_pretrained("aeth0r/cat2vec")
  • Notebooks
  • Google Colab
  • Kaggle
cat2vec
94.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
aeth0r's picture
aeth0r
Update README.md
fd9f93e verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    752 Bytes
    Update README.md 6 months ago
  • config.json
    69.7 kB
    Upload 2 files 10 months ago
  • model.safetensors
    94.3 MB
    xet
    Upload 2 files 10 months ago