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": "hugohrban/progen2-large", | |
"revision": "...", | |
"num_layers": 32, | |
"num_params": 2779356160, | |
"embed_dim": 2560 | |
}, | |
"dgeb_version": "0.0.0", | |
"results": [ | |
{ | |
"layer_number": 16, | |
"layer_display_name": "16", | |
"metrics": [ | |
{ | |
"id": "accuracy", | |
"display_name": "accuracy", | |
"description": null, | |
"value": 0.546875 | |
}, | |
{ | |
"id": "f1", | |
"display_name": "f1", | |
"description": null, | |
"value": 0.49739583333333326 | |
} | |
] | |
}, | |
{ | |
"layer_number": 31, | |
"layer_display_name": "31", | |
"metrics": [ | |
{ | |
"id": "accuracy", | |
"display_name": "accuracy", | |
"description": null, | |
"value": 0.5 | |
}, | |
{ | |
"id": "f1", | |
"display_name": "f1", | |
"description": null, | |
"value": 0.4315104166666666 | |
} | |
] | |
} | |
] | |
} | |