Instructions to use nickmuchi/vit-base-xray-pneumonia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nickmuchi/vit-base-xray-pneumonia with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nickmuchi/vit-base-xray-pneumonia") 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("nickmuchi/vit-base-xray-pneumonia") model = AutoModelForImageClassification.from_pretrained("nickmuchi/vit-base-xray-pneumonia") - Notebooks
- Google Colab
- Kaggle
🍻 cheers
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343280753
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8c8228cd4b0d829eeada5f5d5824517834a24dad7b9a1a4e706a375621d5adb
|
| 3 |
size 343280753
|
runs/Mar09_02-04-21_3d9ef6c5adf2/events.out.tfevents.1646792399.3d9ef6c5adf2.112.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:73e63a31bd80478d01b816b7c499b29630f7b84820153d4b4445177f170a15d1
|
| 3 |
+
size 65153
|
runs/Mar09_02-04-21_3d9ef6c5adf2/events.out.tfevents.1646795501.3d9ef6c5adf2.112.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1653df4eb8b419d3d6dd17e6c3ab72f568d33f309c96c52475905e167a0c1bed
|
| 3 |
+
size 363
|