Instructions to use dewifaj/alzheimer_mri_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dewifaj/alzheimer_mri_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="dewifaj/alzheimer_mri_classification") 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("dewifaj/alzheimer_mri_classification") model = AutoModelForImageClassification.from_pretrained("dewifaj/alzheimer_mri_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343230128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5201298c91807ffdd3182540a053a2a130e2d2e157155ef0237f94db19af8b29
|
| 3 |
size 343230128
|
runs/Mar25_03-43-56_f217d2df06e1/events.out.tfevents.1711338258.f217d2df06e1.2044.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f25ab658be9498d2eabee773338afbdb1a6010fa3e3c030ffa9982a2726cf3a
|
| 3 |
+
size 10596
|