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

  • Log In
  • Sign Up

Andron00e
/
CLIPForImageClassification-v1

Image Classification
Transformers
TensorBoard
Safetensors
English
clip
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Andron00e/CLIPForImageClassification-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Andron00e/CLIPForImageClassification-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Andron00e/CLIPForImageClassification-v1")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageClassification
    
    processor = AutoProcessor.from_pretrained("Andron00e/CLIPForImageClassification-v1")
    model = AutoModelForImageClassification.from_pretrained("Andron00e/CLIPForImageClassification-v1")
  • Notebooks
  • Google Colab
  • Kaggle
CLIPForImageClassification-v1
609 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Andron00e's picture
Andron00e
Update README.md
fc32400 over 2 years ago
  • runs
    End of training over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    13.4 kB
    Update README.md over 2 years ago
  • all_results.json
    373 Bytes
    End of training over 2 years ago
  • config.json
    501 Bytes
    End of training over 2 years ago
  • eval_results.json
    190 Bytes
    End of training over 2 years ago
  • merges.txt
    525 kB
    End of training over 2 years ago
  • model.safetensors
    605 MB
    xet
    End of training over 2 years ago
  • preprocessor_config.json
    584 Bytes
    End of training over 2 years ago
  • special_tokens_map.json
    472 Bytes
    End of training over 2 years ago
  • tokenizer.json
    2.22 MB
    End of training over 2 years ago
  • tokenizer_config.json
    742 Bytes
    End of training over 2 years ago
  • train_results.json
    203 Bytes
    End of training over 2 years ago
  • trainer_state.json
    276 kB
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.54 kB
    xet
    End of training over 2 years ago
  • vocab.json
    862 kB
    End of training over 2 years ago