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

zabir735
/
clip-seed-vit-roberta

Zero-Shot Image Classification
Transformers
Safetensors
clip
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use zabir735/clip-seed-vit-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zabir735/clip-seed-vit-roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="zabir735/clip-seed-vit-roberta")
    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("zabir735/clip-seed-vit-roberta")
    model = AutoModelForZeroShotImageClassification.from_pretrained("zabir735/clip-seed-vit-roberta")
  • Notebooks
  • Google Colab
  • Kaggle
clip-seed-vit-roberta
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
zabir735's picture
zabir735
End of training
7cd4c5e verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.09 kB
    Model save about 2 years ago
  • all_results.json
    166 Bytes
    End of training about 2 years ago
  • config.json
    511 Bytes
    Training in progress, step 500 about 2 years ago
  • merges.txt
    456 kB
    End of training about 2 years ago
  • model.safetensors
    599 MB
    xet
    Model save about 2 years ago
  • preprocessor_config.json
    466 Bytes
    End of training about 2 years ago
  • special_tokens_map.json
    280 Bytes
    End of training about 2 years ago
  • tokenizer.json
    2.11 MB
    End of training about 2 years ago
  • tokenizer_config.json
    1.22 kB
    End of training about 2 years ago
  • train_results.json
    166 Bytes
    End of training about 2 years ago
  • trainer_state.json
    1.08 kB
    End of training about 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments",
    • "accelerate.state.PartialState",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    4.73 kB
    xet
    Training in progress, step 500 about 2 years ago
  • vocab.json
    798 kB
    End of training about 2 years ago