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_t6_8M_UR50D", | |
"revision": "...", | |
"num_layers": 6, | |
"num_params": 7840121, | |
"embed_dim": 320 | |
}, | |
"dgeb_version": "0.0.0", | |
"results": [ | |
{ | |
"layer_number": 3, | |
"layer_display_name": "3", | |
"metrics": [ | |
{ | |
"id": "accuracy", | |
"display_name": "accuracy", | |
"description": null, | |
"value": 0.3984375 | |
}, | |
{ | |
"id": "f1", | |
"display_name": "f1", | |
"description": null, | |
"value": 0.33880208333333334 | |
} | |
] | |
}, | |
{ | |
"layer_number": 5, | |
"layer_display_name": "5", | |
"metrics": [ | |
{ | |
"id": "accuracy", | |
"display_name": "accuracy", | |
"description": null, | |
"value": 0.4921875 | |
}, | |
{ | |
"id": "f1", | |
"display_name": "f1", | |
"description": null, | |
"value": 0.43671875 | |
} | |
] | |
} | |
] | |
} | |