Instructions to use Hemg/Brain-Tumor-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hemg/Brain-Tumor-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Hemg/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("Hemg/Brain-Tumor-Classification") model = AutoModelForImageClassification.from_pretrained("Hemg/Brain-Tumor-Classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343230128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b43976f1a254154a2463f1b31866108796cef0aa4d9cbb319d24c981d83c31e
|
| 3 |
size 343230128
|
runs/Mar06_08-17-17_65f3a70606cc/events.out.tfevents.1709713038.65f3a70606cc.34.3
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:33e3f8683feedad1ed629bf0bd95e86293e584fb69821886d68dfc8f06e0490b
|
| 3 |
+
size 5728
|