Florent Gbelidji commited on
Upload describe stage outputs 2025-11-11T15:38:57.824100Z
Browse files
stage2/figure_descriptions.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at": "2025-11-11T15:38:57.823743Z",
|
| 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 |
+
}
|