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 6
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:2ce2f9fc40874080fb0b4bc139c2a9c24bf94f984ba40eaddf3b71d7c9aa9fe1
|
| 3 |
size 343230128
|
runs/Mar06_07-21-43_65f3a70606cc/events.out.tfevents.1709709704.65f3a70606cc.34.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:c2cc4477c7500f8d1d7b455f31f259856bb5150c3c7e7abfcc5641f199fd4ce6
|
| 3 |
+
size 8395
|