Spaces:
Running
Running
File size: 2,233 Bytes
e284167 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
{
"task": {
"id": "rpob_arch_phylogeny",
"display_name": "RpoB Archaeal Phylogeny",
"description": "Evaluate on RpoB phylogeny distance correlation task for Archaeal sequences.",
"modality": "protein",
"type": "eds",
"datasets": [
{
"path": "tattabio/rpob_arch_phylogeny_sequences",
"revision": "10de75b9f5ad12340d629fd1ad015ef4319d6ee4"
},
{
"path": "tattabio/rpob_arch_phylogeny_distances",
"revision": "2a585f0e135fe74b8ae6d31e7801c6031b0dcc18"
}
],
"primary_metric_id": "top_corr"
},
"model": {
"hf_name": "facebook/esm2_t12_35M_UR50D",
"revision": "...",
"num_layers": 12,
"num_params": 33992881,
"embed_dim": 480
},
"dgeb_version": "0.0.0",
"results": [
{
"layer_number": 6,
"layer_display_name": "6",
"metrics": [
{
"id": "cos_sim",
"display_name": "cos_sim",
"description": null,
"value": 0.2624971928673971
},
{
"id": "manhattan",
"display_name": "manhattan",
"description": null,
"value": 0.31502824152693154
},
{
"id": "euclidean",
"display_name": "euclidean",
"description": null,
"value": 0.3088945849814121
},
{
"id": "top_corr",
"display_name": "top_corr",
"description": null,
"value": 0.31502824152693154
}
]
},
{
"layer_number": 11,
"layer_display_name": "11",
"metrics": [
{
"id": "cos_sim",
"display_name": "cos_sim",
"description": null,
"value": 0.34668475738519444
},
{
"id": "manhattan",
"display_name": "manhattan",
"description": null,
"value": 0.372455403853565
},
{
"id": "euclidean",
"display_name": "euclidean",
"description": null,
"value": 0.369729316093801
},
{
"id": "top_corr",
"display_name": "top_corr",
"description": null,
"value": 0.372455403853565
}
]
}
]
}
|