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

slideflow-labs
/
Mettle

Feature Extraction
Transformers
Safetensors
mettle
computational-pathology
histopathology
foundation-model
scanner-robustness
custom_code
Model card Files Files and versions
xet
Community

Instructions to use slideflow-labs/Mettle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use slideflow-labs/Mettle with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="slideflow-labs/Mettle", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("slideflow-labs/Mettle", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Mettle
4.55 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
kykatro's picture
kykatro
Set CC-BY-NC-ND-4.0 license, clarify H-optimus-0 HEST comparator
8270e5d verified about 19 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 19 hours ago
  • README.md
    5.95 kB
    Set CC-BY-NC-ND-4.0 license, clarify H-optimus-0 HEST comparator about 19 hours ago
  • USAGE.txt
    990 Bytes
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • __init__.py
    212 Bytes
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • config.json
    474 Bytes
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • configuration_mettle.py
    1.25 kB
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • model.safetensors
    4.55 GB
    xet
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • modeling_mettle.py
    5.95 kB
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • package_model.py
    4.63 kB
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • preprocessor_config.json
    382 Bytes
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • requirements.txt
    60 Bytes
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • run_test.py
    1.64 kB
    Add Mettle RC2 weights, loader, and model card about 19 hours ago
  • verify_against_flat.py
    3.63 kB
    Add Mettle RC2 weights, loader, and model card about 19 hours ago