Florent Gbelidji commited on
Upload describe stage outputs 2025-11-11T16:41:29.404128Z
Browse files
stage2/figure_descriptions.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at": "2025-11-11T16:41:29.403813Z",
|
| 3 |
+
"stage": "describe",
|
| 4 |
+
"prompt": "<image>\nDescribe this image in detail",
|
| 5 |
+
"max_tokens": 512,
|
| 6 |
+
"temperature": 0.0,
|
| 7 |
+
"inference": {
|
| 8 |
+
"max_batch_size": 8,
|
| 9 |
+
"max_concurrency": 4,
|
| 10 |
+
"request_timeout": 120,
|
| 11 |
+
"max_retries": 3,
|
| 12 |
+
"retry_backoff_seconds": 2.0,
|
| 13 |
+
"max_retry_wait_seconds": 60.0
|
| 14 |
+
},
|
| 15 |
+
"figures": [],
|
| 16 |
+
"failures": [
|
| 17 |
+
{
|
| 18 |
+
"sample_id": "sample_00001",
|
| 19 |
+
"dataset_index": 1,
|
| 20 |
+
"figure_id": "sample_00001_fig01",
|
| 21 |
+
"image_path": "sample_00001/figures/sample_00001_fig01.png",
|
| 22 |
+
"reason": "missing_image"
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"sample_id": "sample_00001",
|
| 26 |
+
"dataset_index": 1,
|
| 27 |
+
"figure_id": "sample_00001_fig02",
|
| 28 |
+
"image_path": "sample_00001/figures/sample_00001_fig02.png",
|
| 29 |
+
"reason": "missing_image"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"sample_id": "sample_00007",
|
| 33 |
+
"dataset_index": 7,
|
| 34 |
+
"figure_id": "sample_00007_fig01",
|
| 35 |
+
"image_path": "sample_00007/figures/sample_00007_fig01.png",
|
| 36 |
+
"reason": "missing_image"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"sample_id": "sample_00014",
|
| 40 |
+
"dataset_index": 14,
|
| 41 |
+
"figure_id": "sample_00014_fig01",
|
| 42 |
+
"image_path": "sample_00014/figures/sample_00014_fig01.png",
|
| 43 |
+
"reason": "missing_image"
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
"sample_id": "sample_00015",
|
| 47 |
+
"dataset_index": 15,
|
| 48 |
+
"figure_id": "sample_00015_fig01",
|
| 49 |
+
"image_path": "sample_00015/figures/sample_00015_fig01.png",
|
| 50 |
+
"reason": "missing_image"
|
| 51 |
+
}
|
| 52 |
+
]
|
| 53 |
+
}
|