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

AsmaaElnagger
/
Diabetic_RetinoPathy_detection

Image Classification
Transformers
TensorBoard
Safetensors
English
Arabic
dinov2
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use AsmaaElnagger/Diabetic_RetinoPathy_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AsmaaElnagger/Diabetic_RetinoPathy_detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="AsmaaElnagger/Diabetic_RetinoPathy_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("AsmaaElnagger/Diabetic_RetinoPathy_detection")
    model = AutoModelForImageClassification.from_pretrained("AsmaaElnagger/Diabetic_RetinoPathy_detection")
  • Notebooks
  • Google Colab
  • Kaggle
Diabetic_RetinoPathy_detection
346 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
AsmaaElnagger's picture
AsmaaElnagger
Update README.md
2bdc27a verified about 1 year ago
  • runs
    Diabetic_RetinoPathy_detection about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.57 kB
    Update README.md about 1 year ago
  • all_results.json
    410 Bytes
    Diabetic_RetinoPathy_detection about 1 year ago
  • config.json
    1.16 kB
    Diabetic_RetinoPathy_detection about 1 year ago
  • eval_results.json
    224 Bytes
    Diabetic_RetinoPathy_detection about 1 year ago
  • model.safetensors
    346 MB
    xet
    Diabetic_RetinoPathy_detection about 1 year ago
  • preprocessor_config.json
    436 Bytes
    Diabetic_RetinoPathy_detection about 1 year ago
  • train_results.json
    207 Bytes
    Diabetic_RetinoPathy_detection about 1 year ago
  • trainer_state.json
    43.5 kB
    Diabetic_RetinoPathy_detection about 1 year ago
  • training_args.bin

    Detected Pickle imports (10)

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

    How to fix it?

    5.37 kB
    xet
    Diabetic_RetinoPathy_detection about 1 year ago