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
runs/Oct17_04-44-59_05a7a6f58592/events.out.tfevents.1729140379.05a7a6f58592.1707.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:50381eeb5c6cc30c7b18196dffc480de0422bd8997196a18d11d0d56004a03fd
|
| 3 |
+
size 11559
|