Update README.md
Browse files
README.md
CHANGED
|
@@ -258,6 +258,17 @@ if __name__ == "__main__":
|
|
| 258 |
|
| 259 |
### Model Comparison
|
| 260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 261 |
| Model | Accuracy | F1 | Precision | Recall |
|
| 262 |
|---|---|---|---|---|
|
| 263 |
| NP-TEST-0 | *0.802* | *0.779* | *0.792* | *0.796* |
|
|
@@ -271,15 +282,6 @@ if __name__ == "__main__":
|
|
| 271 |
|
| 272 |
<img src="model_compare_radar.png" alt="chart" width="800"/>
|
| 273 |
|
| 274 |
-
* **NP-TEST-0:** Our model
|
| 275 |
-
* **dinov2-giant:** Pretrained [Dinov2 Giant](https://huggingface.co/facebook/dinov2-giant)
|
| 276 |
-
* **dinov2-giant_distilled_prov:** [Dinov2 Giant](https://huggingface.co/facebook/dinov2-giant) distilled from [provo-gigapath](https://huggingface.co/prov-gigapath/prov-gigapath)
|
| 277 |
-
* **dinov2-large_distilled_prov:** [Dinov2 Large](https://huggingface.co/facebook/dinov2-large) distilled from [provo-gigapath](https://huggingface.co/prov-gigapath/prov-gigapath)
|
| 278 |
-
* **distilled_prov_finetuned:** dinov2-giant_distilled_prov was used as a base with additional finetuning without freezing teacher model.
|
| 279 |
-
* **prov-gigapath:** [prov-gigapath/prov-gigapath](https://huggingface.co/prov-gigapath/prov-gigapath)
|
| 280 |
-
* **UNI:** [MahmoodLab/UNI](https://huggingface.co/MahmoodLab/UNI)
|
| 281 |
-
* **UNI2-h:** [MahmoodLab/UNI2-h](https://huggingface.co/MahmoodLab/UNI2-h)
|
| 282 |
-
|
| 283 |
### Model Evaluation Details
|
| 284 |
|
| 285 |
The radar chart provides a visual comparison of multiple models across several performance metrics. Each axis extending from the center represents a different metric. The farther a model's line is from the center along a particular axis, the better its score for that specific metric (assuming higher is better for the metric).
|
|
|
|
| 258 |
|
| 259 |
### Model Comparison
|
| 260 |
|
| 261 |
+
#### Models Evaluated
|
| 262 |
+
* **NP-TEST-0:** Our model
|
| 263 |
+
* **dinov2-giant:** Pretrained [Dinov2 Giant](https://huggingface.co/facebook/dinov2-giant)
|
| 264 |
+
* **dinov2-giant_distilled_prov:** [Dinov2 Giant](https://huggingface.co/facebook/dinov2-giant) distilled from [provo-gigapath](https://huggingface.co/prov-gigapath/prov-gigapath)
|
| 265 |
+
* **dinov2-large_distilled_prov:** [Dinov2 Large](https://huggingface.co/facebook/dinov2-large) distilled from [provo-gigapath](https://huggingface.co/prov-gigapath/prov-gigapath)
|
| 266 |
+
* **distilled_prov_finetuned:** dinov2-giant_distilled_prov was used as a base with additional finetuning without freezing teacher model.
|
| 267 |
+
* **prov-gigapath:** [prov-gigapath/prov-gigapath](https://huggingface.co/prov-gigapath/prov-gigapath)
|
| 268 |
+
* **UNI:** [MahmoodLab/UNI](https://huggingface.co/MahmoodLab/UNI)
|
| 269 |
+
* **UNI2-h:** [MahmoodLab/UNI2-h](https://huggingface.co/MahmoodLab/UNI2-h)
|
| 270 |
+
|
| 271 |
+
#### Linear Probe Comparison
|
| 272 |
| Model | Accuracy | F1 | Precision | Recall |
|
| 273 |
|---|---|---|---|---|
|
| 274 |
| NP-TEST-0 | *0.802* | *0.779* | *0.792* | *0.796* |
|
|
|
|
| 282 |
|
| 283 |
<img src="model_compare_radar.png" alt="chart" width="800"/>
|
| 284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 285 |
### Model Evaluation Details
|
| 286 |
|
| 287 |
The radar chart provides a visual comparison of multiple models across several performance metrics. Each axis extending from the center represents a different metric. The farther a model's line is from the center along a particular axis, the better its score for that specific metric (assuming higher is better for the metric).
|