Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use krishna-exe/brain-tumor-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krishna-exe/brain-tumor-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="krishna-exe/brain-tumor-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("krishna-exe/brain-tumor-classification") model = AutoModelForImageClassification.from_pretrained("krishna-exe/brain-tumor-classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110348984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:694f034048de243fd6f58c4f3f96265001c5e629a9a9b676ad28b580784aeaf2
|
| 3 |
size 110348984
|
runs/Oct10_11-22-23_e11ecca18f17/events.out.tfevents.1728559355.e11ecca18f17.609.2
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:7196fcb7f936eca9d6ded526055568691873e147a52532f7d6aedfdb26c3f9c2
|
| 3 |
+
size 10882
|