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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gOLIVES
/
OLIVES_Dataset_Models

Image Classification
Transformers
vit
medical
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use gOLIVES/OLIVES_Dataset_Models with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="gOLIVES/OLIVES_Dataset_Models")
    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("gOLIVES/OLIVES_Dataset_Models")
    model = AutoModelForImageClassification.from_pretrained("gOLIVES/OLIVES_Dataset_Models", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
OLIVES_Dataset_Models
94.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
gOLIVES's picture
gOLIVES
Create config.json
5585e25 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    126 Bytes
    Create README.md about 2 years ago
  • config.json
    592 Bytes
    Create config.json about 2 years ago
  • drt_CST_.pth
    94.4 MB
    xet
    Upload drt_CST_.pth about 2 years ago