Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
Classification report:
|
5 |
|
@@ -11,8 +19,4 @@ license: apache-2.0
|
|
11 |
|
12 |
accuracy 0.9941 3030
|
13 |
macro avg 0.9941 0.9941 0.9941 3030
|
14 |
-
weighted avg 0.9941 0.9941 0.9941 3030
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-

|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- google/siglip2-base-patch16-224
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- fire-detection
|
11 |
---
|
12 |
Classification report:
|
13 |
|
|
|
19 |
|
20 |
accuracy 0.9941 3030
|
21 |
macro avg 0.9941 0.9941 0.9941 3030
|
22 |
+
weighted avg 0.9941 0.9941 0.9941 3030
|
|
|
|
|
|
|
|