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

Shivagowri
/
vit-snacks

Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
2

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

  • Libraries
  • Transformers

    How to use Shivagowri/vit-snacks with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Shivagowri/vit-snacks")
    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("Shivagowri/vit-snacks")
    model = AutoModelForImageClassification.from_pretrained("Shivagowri/vit-snacks")
  • Notebooks
  • Google Colab
  • Kaggle
vit-snacks
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Shivagowri's picture
Shivagowri
Update README.md
7d4c06f almost 4 years ago
  • runs
    ๐Ÿป cheers almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 100 almost 4 years ago
  • README.md
    2.55 kB
    Update README.md almost 4 years ago
  • all_results.json
    391 Bytes
    ๐Ÿป cheers almost 4 years ago
  • config.json
    1.46 kB
    Training in progress, step 100 almost 4 years ago
  • eval_results.json
    203 Bytes
    ๐Ÿป cheers almost 4 years ago
  • preprocessor_config.json
    228 Bytes
    Training in progress, step 100 almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    343 MB
    xet
    Model save almost 4 years ago
  • train_results.json
    208 Bytes
    ๐Ÿป cheers almost 4 years ago
  • trainer_state.json
    22.5 kB
    ๐Ÿป cheers almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

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

    How to fix it?

    3.25 kB
    xet
    Training in progress, step 100 almost 4 years ago