Instructions to use Shravanig/vit-fire-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shravanig/vit-fire-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Shravanig/vit-fire-detection") 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("Shravanig/vit-fire-detection") model = AutoModelForImageClassification.from_pretrained("Shravanig/vit-fire-detection") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 7
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05be6535bc2660e48a5c64353b7aa71ff0e73bc11d96e25fa9539e0c28e2cdb5
|
| 3 |
size 343227052
|
runs/Feb12_17-23-13_Shravani/events.out.tfevents.1707738794.Shravani.49728.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:efb9eadbb84ee44f71cf7e2771e800e5bf60cd72d3b626ee17d7a00beaa81ac7
|
| 3 |
+
size 9786
|