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

ThankGod
/
efficientnet-b7-vit-finetuned-melanoma

Image Classification
Transformers
PyTorch
TensorBoard
efficientnet
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use ThankGod/efficientnet-b7-vit-finetuned-melanoma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ThankGod/efficientnet-b7-vit-finetuned-melanoma with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="ThankGod/efficientnet-b7-vit-finetuned-melanoma")
    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("ThankGod/efficientnet-b7-vit-finetuned-melanoma")
    model = AutoModelForImageClassification.from_pretrained("ThankGod/efficientnet-b7-vit-finetuned-melanoma")
  • Notebooks
  • Google Colab
  • Kaggle
efficientnet-b7-vit-finetuned-melanoma
257 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ThankGod's picture
ThankGod
Training in progress, epoch 0
ef8eb2e almost 3 years ago
  • runs
    Training in progress, epoch 0 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 0 almost 3 years ago
  • config.json
    1.47 kB
    Training in progress, epoch 0 almost 3 years ago
  • preprocessor_config.json
    495 Bytes
    Training in progress, epoch 0 almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    257 MB
    xet
    Training in progress, epoch 0 almost 3 years ago
  • training_args.bin
    3.64 kB
    xet
    Training in progress, epoch 0 almost 3 years ago