Image Classification
Transformers
TensorBoard
Safetensors
vit
brain-tumor
medical-imaging
Generated from Trainer
Eval Results (legacy)
Instructions to use Tharsana/vit-base-brain-tumor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tharsana/vit-base-brain-tumor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Tharsana/vit-base-brain-tumor") 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("Tharsana/vit-base-brain-tumor") model = AutoModelForImageClassification.from_pretrained("Tharsana/vit-base-brain-tumor", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 14
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343223968
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a45fb50108ded22eea319cd21d5d46627bad169b1e5b958b5e937ae4845cb37c
|
| 3 |
size 343223968
|
runs/May24_11-08-17_ip-10-192-11-87/events.out.tfevents.1748084904.ip-10-192-11-87.1786.27
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:eba2904243ccd3c462a2fea748a211b02ac7aa8fa59fd5101e75535cccbb93c6
|
| 3 |
+
size 12583
|