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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

google
/
tipsv1-g14-lowres

Zero-Shot Image Classification
Transformers
Safetensors
tipsv2
feature-extraction
vision
image-text
contrastive-learning
zero-shot
custom_code
Model card Files Files and versions
xet
Community

Instructions to use google/tipsv1-g14-lowres with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/tipsv1-g14-lowres with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="google/tipsv1-g14-lowres", trust_remote_code=True)
    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, AutoModel
    
    processor = AutoProcessor.from_pretrained("google/tipsv1-g14-lowres", trust_remote_code=True)
    model = AutoModel.from_pretrained("google/tipsv1-g14-lowres", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tipsv1-g14-lowres
6.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
gberton's picture
gberton
tips v1 g14-lowres
a8c59ff 1 day ago
  • .gitattributes
    1.52 kB
    tips v1 g14-lowres 1 day ago
  • README.md
    4.09 kB
    tips v1 g14-lowres 1 day ago
  • config.json
    2.16 kB
    tips v1 g14-lowres 1 day ago
  • configuration_tips.py
    1.73 kB
    tips v1 g14-lowres 1 day ago
  • image_encoder.py
    30.8 kB
    tips v1 g14-lowres 1 day ago
  • model.safetensors
    6.1 GB
    xet
    tips v1 g14-lowres 1 day ago
  • modeling_tips.py
    4.68 kB
    tips v1 g14-lowres 1 day ago
  • processor_config.json
    347 Bytes
    tips v1 g14-lowres 1 day ago
  • text_encoder.py
    10.5 kB
    tips v1 g14-lowres 1 day ago
  • tokenizer.model
    732 kB
    xet
    tips v1 g14-lowres 1 day ago
  • tokenizer_config.json
    292 Bytes
    tips v1 g14-lowres 1 day ago