File size: 1,172 Bytes
97ced61 | 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 | {
"model-index": [
{
"name": "NexaMass-V3-Struct",
"results": [
{
"dataset": {
"name": "GeMS-derived labeled validation surface",
"type": "roman-bushuiev/GeMS"
},
"metrics": [
{
"name": "Validation structure BCE",
"type": "binary_cross_entropy",
"value": 0.0653
},
{
"name": "Validation fingerprint cosine",
"type": "cosine_similarity",
"value": 0.4255
}
],
"task": {
"name": "MS/MS structure-aware representation learning",
"type": "feature-extraction"
}
},
{
"dataset": {
"name": "MassSpecGym test dataloader",
"type": "massspecgym"
},
"metrics": [
{
"name": "Hit@20",
"type": "hit@20",
"value": 0.3505
}
],
"task": {
"name": "MassSpecGym adapter sanity check",
"type": "retrieval"
}
}
]
}
]
}
|