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

LiheYoung
/
pixio-vith16

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

Instructions to use LiheYoung/pixio-vith16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LiheYoung/pixio-vith16 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="LiheYoung/pixio-vith16")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("LiheYoung/pixio-vith16")
    model = AutoModel.from_pretrained("LiheYoung/pixio-vith16")
  • Notebooks
  • Google Colab
  • Kaggle
pixio-vith16
2.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
LiheYoung's picture
LiheYoung
Update README.md
70fdbfa verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    72 Bytes
    Update README.md 6 months ago
  • config.json
    1.14 kB
    Upload model 6 months ago
  • model.safetensors
    2.52 GB
    xet
    Upload model 6 months ago
  • preprocessor_config.json
    448 Bytes
    Upload processor 6 months ago