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

AIXI-AIGC
/
VIT_448

Zero-Shot Image Classification
Transformers
PyTorch
clip
Model card Files Files and versions
xet
Community
1

Instructions to use AIXI-AIGC/VIT_448 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AIXI-AIGC/VIT_448 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="AIXI-AIGC/VIT_448")
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
    
    processor = AutoProcessor.from_pretrained("AIXI-AIGC/VIT_448")
    model = AutoModelForZeroShotImageClassification.from_pretrained("AIXI-AIGC/VIT_448")
  • Notebooks
  • Google Colab
  • Kaggle
VIT_448
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
c5d3e98 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    188 Bytes
    Upload 7 files about 2 years ago
  • config.json
    4.77 kB
    Upload 7 files about 2 years ago
  • extract_qwen_vl.py
    701 Bytes
    Upload 7 files about 2 years ago
  • model.safetensors
    3.69 GB
    xet
    Adding `safetensors` variant of this model over 1 year ago
  • preprocessor_config.json
    315 Bytes
    Upload 7 files about 2 years ago
  • process_wight.py
    372 Bytes
    Upload 7 files about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    3.69 GB
    xet
    Upload 7 files about 2 years ago
  • pytorch_model_org.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    3.84 GB
    xet
    Upload 7 files about 2 years ago