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

  • Log In
  • Sign Up

tadeous
/
vit-model-beimer

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 tadeous/vit-model-beimer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tadeous/vit-model-beimer with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="tadeous/vit-model-beimer")
    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("tadeous/vit-model-beimer")
    model = AutoModelForImageClassification.from_pretrained("tadeous/vit-model-beimer")
  • Notebooks
  • Google Colab
  • Kaggle
vit-model-beimer
343 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
tadeous's picture
tadeous
update model card README.md
52ead5d over 3 years ago
  • runs
    Model save over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 500 over 3 years ago
  • README.md
    1.65 kB
    update model card README.md over 3 years ago
  • config.json
    799 Bytes
    Training in progress, step 500 over 3 years ago
  • preprocessor_config.json
    327 Bytes
    Training in progress, step 500 over 3 years ago
  • pytorch_model.bin
    343 MB
    xet
    Training in progress, step 500 over 3 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.45 kB
    xet
    Training in progress, step 500 over 3 years ago