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

1aurent
/
phikon-distil-vit-tiny-patch16-224-kather2016

Image Classification
Transformers
TensorBoard
Safetensors
vit
feature-extraction
biology
cancer
owkin
histology
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use 1aurent/phikon-distil-vit-tiny-patch16-224-kather2016 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 1aurent/phikon-distil-vit-tiny-patch16-224-kather2016 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="1aurent/phikon-distil-vit-tiny-patch16-224-kather2016")
    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("1aurent/phikon-distil-vit-tiny-patch16-224-kather2016")
    model = AutoModelForImageClassification.from_pretrained("1aurent/phikon-distil-vit-tiny-patch16-224-kather2016")
  • Notebooks
  • Google Colab
  • Kaggle
phikon-distil-vit-tiny-patch16-224-kather2016
22.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
1aurent's picture
1aurent
Create preprocessor_config.json
0af769e over 2 years ago
  • logs
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.56 kB
    Create README.md over 2 years ago
  • config.json
    901 Bytes
    Upload ViTForImageClassification over 2 years ago
  • model.safetensors
    22.1 MB
    xet
    Upload ViTForImageClassification over 2 years ago
  • preprocessor_config.json
    171 Bytes
    Create preprocessor_config.json over 2 years ago