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:8bf54fda243644ca97129913c482f6852f48e43a22f5e7c3e3eab85da1779942
|
| 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:d981fadcc1cc069d2b13300807637eac414aca760b31f07248ed5d25d5175cf9
|
| 3 |
+
size 10038
|