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

  • 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
7.52 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
wei01's picture
wei01
Upload 7 files
f0faa39 verified about 2 years 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
  • 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