Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
```
|
@@ -16,4 +23,4 @@ Fire Needed Action 0.9708 0.9864 0.9785 808
|
|
16 |
weighted avg 0.9799 0.9798 0.9797 2424
|
17 |
```
|
18 |
|
19 |
-

|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- google/vit-base-patch16-224-in21k
|
5 |
+
pipeline_tag: image-classification
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- Fire-Detection-engine
|
9 |
+
- Precision-98
|
10 |
---
|
11 |
|
12 |
```
|
|
|
23 |
weighted avg 0.9799 0.9798 0.9797 2424
|
24 |
```
|
25 |
|
26 |
+

|