Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Instructions to use Falah/Alzheimer_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Falah/Alzheimer_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Falah/Alzheimer_classification_model") 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("Falah/Alzheimer_classification_model") model = AutoModelForImageClassification.from_pretrained("Falah/Alzheimer_classification_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343274861
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbd77145a0dd4c5aeb5d9311e16b85d9aeecf14302f6428f7f650cb84cb7c79a
|
| 3 |
size 343274861
|
runs/Jul04_10-06-18_f0ce128b702f/1688465180.7855318/events.out.tfevents.1688465180.f0ce128b702f.506.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6530fbcd1a37eec0e8c84f9c3f26b0db9bc518e63e9d4ee3c5c96fb6a208e0ee
|
| 3 |
+
size 5863
|
runs/Jul04_10-06-18_f0ce128b702f/events.out.tfevents.1688465180.f0ce128b702f.506.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0be743b3709214879ca354135220528f51ca691b7f6ac90db23db3c4b22ed520
|
| 3 |
+
size 5793
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61b276eecc484863e86d8294c9a83b8673d1fd1c99118b72e2aeabc975183bdf
|
| 3 |
size 3579
|