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

  • Log In
  • Sign Up

SeyedAli
/
Melanoma-Classification

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

Instructions to use SeyedAli/Melanoma-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SeyedAli/Melanoma-Classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="SeyedAli/Melanoma-Classification")
    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("SeyedAli/Melanoma-Classification")
    model = AutoModelForImageClassification.from_pretrained("SeyedAli/Melanoma-Classification")
  • Notebooks
  • Google Colab
  • Kaggle
Melanoma-Classification
343 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
SeyedAli's picture
SeyedAli
Update README.md
c5a4787 verified about 2 years ago
  • runs
    SeyedAli/Melanoma-Classification about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    4.57 kB
    Update README.md about 2 years ago
  • all_results.json
    389 Bytes
    SeyedAli/Melanoma-Classification about 2 years ago
  • config.json
    1.12 kB
    SeyedAli/Melanoma-Classification about 2 years ago
  • eval_results.json
    202 Bytes
    SeyedAli/Melanoma-Classification about 2 years ago
  • model.safetensors
    343 MB
    xet
    SeyedAli/Melanoma-Classification about 2 years ago
  • preprocessor_config.json
    325 Bytes
    SeyedAli/Melanoma-Classification about 2 years ago
  • train_results.json
    207 Bytes
    SeyedAli/Melanoma-Classification about 2 years ago
  • trainer_state.json
    93.8 kB
    SeyedAli/Melanoma-Classification about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

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

    How to fix it?

    4.92 kB
    xet
    SeyedAli/Melanoma-Classification about 2 years ago