Instructions to use EdBianchi/vit-fire-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EdBianchi/vit-fire-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="EdBianchi/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("EdBianchi/vit-fire-detection") model = AutoModelForImageClassification.from_pretrained("EdBianchi/vit-fire-detection") - Inference
- Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343269037
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4135dfa146b4361269b47759fe825765a7365cb2bc09f7330f75a9341d3864f0
|
| 3 |
size 343269037
|
runs/Feb05_15-42-37_Edoardos-MacBook-Pro.local/events.out.tfevents.1675608175.Edoardos-MacBook-Pro.local.40210.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:0a96ecae3b280591c0746b9c705616e60df2a13ecd6658e903a391d3c2b12513
|
| 3 |
+
size 13836
|