akridge commited on
Commit
3e8a46c
Β·
verified Β·
1 Parent(s): 737460a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -25,7 +25,8 @@ This model was trained to **classify coral bleaching conditions** using the Visi
25
  - **Classes**:
26
  - `CORAL`: Healthy coral
27
  - `CORAL_BL`: Bleached coral
28
-
 
29
  ## πŸ“Š Model Weights
30
  - Download the **TorchScript model** [here](./noaa-esd-coral-bleaching-vit-classifier-v1.pt)
31
  - Download the **ONNX model** [here](./noaa-esd-coral-bleaching-vit-classifier-v1.onnx)
@@ -58,8 +59,7 @@ The model was evaluated using a withheld test set. The predictions were compared
58
  |macro avg| 0.85| 0.83| 0.84| 1562|
59
  |weighted avg| 0.85| 0.85| 0.85| 1562|
60
 
61
-
62
- ### Confusion Matrix
63
 
64
  ## πŸš€ How to Use the Model
65
 
 
25
  - **Classes**:
26
  - `CORAL`: Healthy coral
27
  - `CORAL_BL`: Bleached coral
28
+ ![results](./00_example.png)
29
+ ![results](./01_example.png)
30
  ## πŸ“Š Model Weights
31
  - Download the **TorchScript model** [here](./noaa-esd-coral-bleaching-vit-classifier-v1.pt)
32
  - Download the **ONNX model** [here](./noaa-esd-coral-bleaching-vit-classifier-v1.onnx)
 
59
  |macro avg| 0.85| 0.83| 0.84| 1562|
60
  |weighted avg| 0.85| 0.85| 0.85| 1562|
61
 
62
+ ![results](./02_example.png)
 
63
 
64
  ## πŸš€ How to Use the Model
65