HugoMarkoff commited on
Commit
221c185
·
verified ·
1 Parent(s): 79487ff

Add BioCLIP 2.5 embeddings and benchmark artifacts

Browse files
bioclip2_5_benchmark/benchmark_results_20260326_185250.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "rows": [
3
+ {
4
+ "model": "bioclip2_5",
5
+ "reduction": "pca",
6
+ "clustering": "dbscan",
7
+ "config": "dbscan_relaxed_ms20",
8
+ "n_samples": 139067,
9
+ "n_classes": 60,
10
+ "n_clusters": 35,
11
+ "n_outliers": 6909,
12
+ "outlier_ratio": 0.049681088971502946,
13
+ "v_measure": 0.009055095500334705,
14
+ "homogeneity": 0.004614495547724093,
15
+ "completeness": 0.24028612020473045,
16
+ "ami": 0.005606307225815763,
17
+ "ari": 2.363359036154379e-05,
18
+ "time_seconds": 0.6782864999258891
19
+ },
20
+ {
21
+ "model": "bioclip2_5",
22
+ "reduction": "pca",
23
+ "clustering": "gmm",
24
+ "config": "gmm_k60",
25
+ "n_samples": 139067,
26
+ "n_classes": 60,
27
+ "n_clusters": 60,
28
+ "n_outliers": 0,
29
+ "outlier_ratio": 0.0,
30
+ "v_measure": 0.3243895878703192,
31
+ "homogeneity": 0.32600842812652486,
32
+ "completeness": 0.32278674532876067,
33
+ "ami": 0.3222669703259984,
34
+ "ari": 0.09436194771564847,
35
+ "time_seconds": 23.567087700008415
36
+ },
37
+ {
38
+ "model": "bioclip2_5",
39
+ "reduction": "pca",
40
+ "clustering": "hdbscan",
41
+ "config": "hdbscan_mcs150_ms50",
42
+ "n_samples": 139067,
43
+ "n_classes": 60,
44
+ "n_clusters": 3,
45
+ "n_outliers": 1480,
46
+ "outlier_ratio": 0.010642352247477834,
47
+ "v_measure": 0.1803676291454261,
48
+ "homogeneity": 0.10369861550279436,
49
+ "completeness": 0.6919773928105366,
50
+ "ami": 0.1802144813885739,
51
+ "ari": 0.0129512495074591,
52
+ "time_seconds": 1.4451053000520915
53
+ },
54
+ {
55
+ "model": "bioclip2_5",
56
+ "reduction": "tsne",
57
+ "clustering": "dbscan",
58
+ "config": "dbscan_relaxed_ms20",
59
+ "n_samples": 139067,
60
+ "n_classes": 60,
61
+ "n_clusters": 183,
62
+ "n_outliers": 4033,
63
+ "outlier_ratio": 0.0290004098743771,
64
+ "v_measure": 0.7716520902501292,
65
+ "homogeneity": 0.758690151619044,
66
+ "completeness": 0.7850646269681577,
67
+ "ami": 0.7693055465366866,
68
+ "ari": 0.2576823018867523,
69
+ "time_seconds": 0.6672945999307558
70
+ },
71
+ {
72
+ "model": "bioclip2_5",
73
+ "reduction": "tsne",
74
+ "clustering": "gmm",
75
+ "config": "gmm_k60",
76
+ "n_samples": 139067,
77
+ "n_classes": 60,
78
+ "n_clusters": 60,
79
+ "n_outliers": 0,
80
+ "outlier_ratio": 0.0,
81
+ "v_measure": 0.7735234949619259,
82
+ "homogeneity": 0.7785833169563923,
83
+ "completeness": 0.7685290134198751,
84
+ "ami": 0.7728132566283547,
85
+ "ari": 0.5789262049997751,
86
+ "time_seconds": 32.93227500002831
87
+ },
88
+ {
89
+ "model": "bioclip2_5",
90
+ "reduction": "tsne",
91
+ "clustering": "hdbscan",
92
+ "config": "hdbscan_mcs150_ms50",
93
+ "n_samples": 139067,
94
+ "n_classes": 60,
95
+ "n_clusters": 101,
96
+ "n_outliers": 18900,
97
+ "outlier_ratio": 0.13590571451171019,
98
+ "v_measure": 0.8821538210879131,
99
+ "homogeneity": 0.9169206629452146,
100
+ "completeness": 0.8499271687079998,
101
+ "ami": 0.8814303771845415,
102
+ "ari": 0.7963428949461994,
103
+ "time_seconds": 2.7065264999400824
104
+ },
105
+ {
106
+ "model": "bioclip2_5",
107
+ "reduction": "umap",
108
+ "clustering": "dbscan",
109
+ "config": "dbscan_relaxed_ms20",
110
+ "n_samples": 139067,
111
+ "n_classes": 60,
112
+ "n_clusters": 180,
113
+ "n_outliers": 8727,
114
+ "outlier_ratio": 0.06275392436739126,
115
+ "v_measure": 0.7991780398678368,
116
+ "homogeneity": 0.8076429742142155,
117
+ "completeness": 0.7908887075778451,
118
+ "ami": 0.7971094286337547,
119
+ "ari": 0.4547230261861096,
120
+ "time_seconds": 0.8909357000375167
121
+ },
122
+ {
123
+ "model": "bioclip2_5",
124
+ "reduction": "umap",
125
+ "clustering": "gmm",
126
+ "config": "gmm_k60",
127
+ "n_samples": 139067,
128
+ "n_classes": 60,
129
+ "n_clusters": 60,
130
+ "n_outliers": 0,
131
+ "outlier_ratio": 0.0,
132
+ "v_measure": 0.7727434601329592,
133
+ "homogeneity": 0.7721529876915603,
134
+ "completeness": 0.7733348363448164,
135
+ "ami": 0.7720248467729642,
136
+ "ari": 0.5476371336272332,
137
+ "time_seconds": 65.15902000002097
138
+ },
139
+ {
140
+ "model": "bioclip2_5",
141
+ "reduction": "umap",
142
+ "clustering": "hdbscan",
143
+ "config": "hdbscan_mcs150_ms50",
144
+ "n_samples": 139067,
145
+ "n_classes": 60,
146
+ "n_clusters": 119,
147
+ "n_outliers": 21253,
148
+ "outlier_ratio": 0.15282561642949083,
149
+ "v_measure": 0.8589957746604578,
150
+ "homogeneity": 0.9079256900547269,
151
+ "completeness": 0.8150700346231735,
152
+ "ami": 0.8579592820169082,
153
+ "ari": 0.7148554561231506,
154
+ "time_seconds": 2.6138119000243023
155
+ }
156
+ ],
157
+ "reduction_failures": {},
158
+ "clustering_failures": [
159
+ {
160
+ "reduction": "tsne",
161
+ "clustering": "hierarchical",
162
+ "config": "hierarchical_k60",
163
+ "error": "skipped: n_samples=139067 exceeds max_samples_hierarchical=50000"
164
+ },
165
+ {
166
+ "reduction": "umap",
167
+ "clustering": "hierarchical",
168
+ "config": "hierarchical_k60",
169
+ "error": "skipped: n_samples=139067 exceeds max_samples_hierarchical=50000"
170
+ },
171
+ {
172
+ "reduction": "pca",
173
+ "clustering": "hierarchical",
174
+ "config": "hierarchical_k60",
175
+ "error": "skipped: n_samples=139067 exceeds max_samples_hierarchical=50000"
176
+ }
177
+ ]
178
+ }