Image Classification
Transformers
PyTorch
TensorBoard
English
deit
Generated from Trainer
Eval Results (legacy)
Instructions to use DunnBC22/deit-base-distilled-patch16-224-Brain_Tumors_Image_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/deit-base-distilled-patch16-224-Brain_Tumors_Image_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DunnBC22/deit-base-distilled-patch16-224-Brain_Tumors_Image_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("DunnBC22/deit-base-distilled-patch16-224-Brain_Tumors_Image_Classification") model = AutoModelForImageClassification.from_pretrained("DunnBC22/deit-base-distilled-patch16-224-Brain_Tumors_Image_Classification") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343278769
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcb12751565b98413b3b659e3e1839adab136fe7118e2190d17c40a5b0cf8890
|
| 3 |
size 343278769
|
runs/Jun09_22-36-32_Brians-Mac-mini/events.out.tfevents.1686368197.Brians-Mac-mini.40839.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:b881b90175ae6dc13a3a83189bc3787de44170889495a3207318daf4201f6dd2
|
| 3 |
+
size 7465
|