Update README.md
Browse files
README.md
CHANGED
|
@@ -15,4 +15,18 @@ tags:
|
|
| 15 |
- Classification
|
| 16 |
- Siglip2
|
| 17 |
- ViT
|
| 18 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- Classification
|
| 16 |
- Siglip2
|
| 17 |
- ViT
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
```py
|
| 21 |
+
Classification Report:
|
| 22 |
+
precision recall f1-score support
|
| 23 |
+
|
| 24 |
+
Bleached Corals 0.8677 0.7561 0.8081 4850
|
| 25 |
+
Healthy Corals 0.7665 0.8742 0.8168 4442
|
| 26 |
+
|
| 27 |
+
accuracy 0.8125 9292
|
| 28 |
+
macro avg 0.8171 0.8151 0.8124 9292
|
| 29 |
+
weighted avg 0.8193 0.8125 0.8122 9292
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+

|