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 1
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:4f9ef4aab4b58774ade9bf4f7d2ef1100a993fe64d8dca14059873f0038387a3
|
| 3 |
size 343227052
|
runs/Feb08_13-47-58_Shravani/events.out.tfevents.1707380279.Shravani.16312.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:d6f6cc851aecea3ac6180deb66d71952ec804ab810620fff25548869efbf43bd
|
| 3 |
+
size 5354
|
runs/Feb09_12-14-45_Shravani/events.out.tfevents.1707461086.Shravani.26248.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:034ab614066f8920cfac09839c0427a79fa8884c3a89670148dced4f4cc3faa9
|
| 3 |
+
size 4421
|
runs/Feb09_13-33-21_Shravani/events.out.tfevents.1707465804.Shravani.31092.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de48a324ac5c589a5056d379d349faca60a8105a6718e2a29ad3c65d5dbdc7f1
|
| 3 |
+
size 5991
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbbfee55f213b9b7dd67c28b56dc1d890fa172e3980501718d597fabf52b69e3
|
| 3 |
size 4792
|