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 6
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:36e43ff9f1792c04e6149b703d51cd72c84e740a2adafa5e12a0a36ff448f01b
|
| 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:caf740efde18049cf0a7b5674eca15a6fde110f9feb561646f35d22af56fb9ae
|
| 3 |
+
size 10732
|