Create model_index.json
Browse files- model_index.json +45 -0
model_index.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
```json
|
| 2 |
+
// model_index.json
|
| 3 |
+
{
|
| 4 |
+
"results": [
|
| 5 |
+
{
|
| 6 |
+
"metrics": [
|
| 7 |
+
{
|
| 8 |
+
"name": "CIDEr Score",
|
| 9 |
+
"type": "cider",
|
| 10 |
+
"value": 0.812
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"name": "BLEU-4 Score",
|
| 14 |
+
"type": "bleu",
|
| 15 |
+
"value": 0.255
|
| 16 |
+
}
|
| 17 |
+
],
|
| 18 |
+
"task": {
|
| 19 |
+
"name": "Image Captioning",
|
| 20 |
+
"type": "image-to-text"
|
| 21 |
+
},
|
| 22 |
+
"dataset": {
|
| 23 |
+
"name": "MIMIC-CXR-JPG (Subset)",
|
| 24 |
+
"type": "mimic_cxr"
|
| 25 |
+
},
|
| 26 |
+
"model-index": 0
|
| 27 |
+
}
|
| 28 |
+
],
|
| 29 |
+
"model-index": [
|
| 30 |
+
{
|
| 31 |
+
"name": "VisionEncoderDecoderModel (CLIP-GPT2)",
|
| 32 |
+
"results": [
|
| 33 |
+
{
|
| 34 |
+
"metrics": [
|
| 35 |
+
{
|
| 36 |
+
"name": "CIDEr Score",
|
| 37 |
+
"type": "cider",
|
| 38 |
+
"value": 0.812
|
| 39 |
+
}
|
| 40 |
+
]
|
| 41 |
+
}
|
| 42 |
+
]
|
| 43 |
+
}
|
| 44 |
+
]
|
| 45 |
+
}
|