Image Classification
Transformers
PyTorch
TensorBoard
swin
Generated from Trainer
Eval Results (legacy)
Instructions to use surajjoshi/Brain_Tumor_Classification_using_swin_transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use surajjoshi/Brain_Tumor_Classification_using_swin_transformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="surajjoshi/Brain_Tumor_Classification_using_swin_transformer") 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("surajjoshi/Brain_Tumor_Classification_using_swin_transformer") model = AutoModelForImageClassification.from_pretrained("surajjoshi/Brain_Tumor_Classification_using_swin_transformer") - Notebooks
- Google Colab
- Kaggle
Commit ·
2664255
1
Parent(s): 32303e6
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 347597585
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:466cbd09e38be768754c996c4742a591f662beef1388492319af76c408f0c518
|
| 3 |
size 347597585
|
runs/Jan25_08-22-34_Devarshis-MacBook-Air.local/events.out.tfevents.1674615185.Devarshis-MacBook-Air.local.3343.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:d7b6bd9920b80693419ab37190f71098e58252e6001d343620846822df39aee3
|
| 3 |
+
size 13986
|