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

RobinWZQ
/
poisoned_model_1

Zero-Shot Image Classification
Transformers
Safetensors
clip_text_model
feature-extraction
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use RobinWZQ/poisoned_model_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="RobinWZQ/poisoned_model_1")
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("RobinWZQ/poisoned_model_1")
    model = AutoModel.from_pretrained("RobinWZQ/poisoned_model_1")
  • Notebooks
  • Google Colab
  • Kaggle
poisoned_model_1
492 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
nielsr's picture
nielsr HF Staff
Improve model card: Add pipeline tag, library name, paper & code links, sample usage, and citation
a655b21 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    2.29 kB
    Improve model card: Add pipeline tag, library name, paper & code links, sample usage, and citation 6 months ago
  • config.json
    628 Bytes
    Upload 2 files 7 months ago
  • model.safetensors
    492 MB
    xet
    Upload 2 files 7 months ago
  • target.txt
    19 Bytes
    Upload target.txt 7 months ago