Instructions to use andrewprayle/SAM_gut_MRI_v0.01_20231123 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andrewprayle/SAM_gut_MRI_v0.01_20231123 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="andrewprayle/SAM_gut_MRI_v0.01_20231123", device_map="auto")# Load model directly from transformers import AutoProcessor, AutoModelForMaskGeneration processor = AutoProcessor.from_pretrained("andrewprayle/SAM_gut_MRI_v0.01_20231123") model = AutoModelForMaskGeneration.from_pretrained("andrewprayle/SAM_gut_MRI_v0.01_20231123", device_map="auto") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Our internal test for developing new models.
Not production ready until version 1.0.
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support