Joshua Kravitz
Initial commit
e284167
raw
history blame
2.11 kB
{
"task": {
"id": "bacarch_bigene",
"display_name": "BacArch BiGene",
"description": "Evaluate on BacArch bigene matching task between bacterial (E.coli K-12) proteins and archaeal (Sulfolobus acidocaldarius DSM 639) proteins.",
"modality": "protein",
"type": "bigene_mining",
"datasets": [
{
"path": "tattabio/bac_arch_bigene",
"revision": "d5a65e44bae43a9ba9f2fdc03056dff9c12f6631"
}
],
"primary_metric_id": "f1"
},
"model": {
"hf_name": "hugohrban/progen2-medium",
"revision": "...",
"num_layers": 27,
"num_params": 764803616,
"embed_dim": 1536
},
"dgeb_version": "0.0.0",
"results": [
{
"layer_number": 13,
"layer_display_name": "13",
"metrics": [
{
"id": "precision",
"display_name": "precision",
"description": null,
"value": 0.7037735849056603
},
{
"id": "recall",
"display_name": "recall",
"description": null,
"value": 0.7811320754716982
},
{
"id": "f1",
"display_name": "f1",
"description": null,
"value": 0.7283018867924528
},
{
"id": "accuracy",
"display_name": "accuracy",
"description": null,
"value": 0.7811320754716982
}
]
},
{
"layer_number": 26,
"layer_display_name": "26",
"metrics": [
{
"id": "precision",
"display_name": "precision",
"description": null,
"value": 0.4038430123335784
},
{
"id": "recall",
"display_name": "recall",
"description": null,
"value": 0.49056603773584906
},
{
"id": "f1",
"display_name": "f1",
"description": null,
"value": 0.42439088843084405
},
{
"id": "accuracy",
"display_name": "accuracy",
"description": null,
"value": 0.49056603773584906
}
]
}
]
}