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 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 349853372
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e43a9e68d497afc6a1563abc68ba97de4ff1fcfbdd9e9395b5053c1af53b01f7
|
| 3 |
size 349853372
|
runs/Apr04_12-15-02_Shravani/events.out.tfevents.1712213104.Shravani.24608.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:ad92f3ad95ee2904387855b31e7042b3bdb86bf1f9bdf0d12867f0e65c34d52e
|
| 3 |
+
size 6469
|