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

  • Log In
  • Sign Up

EdBianchi
/
vit-fire-detection

Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
10

Instructions to use EdBianchi/vit-fire-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use EdBianchi/vit-fire-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="EdBianchi/vit-fire-detection")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("EdBianchi/vit-fire-detection")
    model = AutoModelForImageClassification.from_pretrained("EdBianchi/vit-fire-detection")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
vit-fire-detection
687 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 53 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
07b84b3 almost 3 years ago
  • runs
    Model save over 3 years ago
  • .DS_Store
    6.15 kB
    xet
    Training in progress, epoch 1 over 3 years ago
  • .gitattributes
    1.52 kB
    Training in progress, epoch 1 over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 3 years ago
  • README.md
    2.11 kB
    update model card README.md over 3 years ago
  • config.json
    757 Bytes
    Training in progress, epoch 1 over 3 years ago
  • model.safetensors
    343 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • preprocessor_config.json
    325 Bytes
    Training in progress, epoch 1 over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    343 MB
    xet
    Model save over 3 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    3.45 kB
    xet
    Training in progress, epoch 1 over 3 years ago