Spaces:
Running
Running
{ | |
"task": { | |
"id": "ec_classification", | |
"display_name": "EC Classification", | |
"description": "Evaluate on Enzyme Commission number classification task.", | |
"modality": "protein", | |
"type": "classification", | |
"datasets": [ | |
{ | |
"path": "tattabio/ec_classification", | |
"revision": "ead5570168e6969a5149f6861e8a33d6b5d22498" | |
} | |
], | |
"primary_metric_id": "f1" | |
}, | |
"model": { | |
"hf_name": "facebook/esm2_t36_3B_UR50D", | |
"revision": "...", | |
"num_layers": 36, | |
"num_params": 2841627041, | |
"embed_dim": 2560 | |
}, | |
"dgeb_version": "0.0.0", | |
"results": [ | |
{ | |
"layer_number": 18, | |
"layer_display_name": "18", | |
"metrics": [ | |
{ | |
"id": "accuracy", | |
"display_name": "accuracy", | |
"description": null, | |
"value": 0.734375 | |
}, | |
{ | |
"id": "f1", | |
"display_name": "f1", | |
"description": null, | |
"value": 0.6796875 | |
} | |
] | |
}, | |
{ | |
"layer_number": 35, | |
"layer_display_name": "35", | |
"metrics": [ | |
{ | |
"id": "accuracy", | |
"display_name": "accuracy", | |
"description": null, | |
"value": 0.6875 | |
}, | |
{ | |
"id": "f1", | |
"display_name": "f1", | |
"description": null, | |
"value": 0.6263020833333334 | |
} | |
] | |
} | |
] | |
} | |