Upload training_metadata.json
Browse files- training_metadata.json +29 -0
training_metadata.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generation_date": "2025-12-13T17:43:55.008649",
|
| 3 |
+
"source_files": 31786,
|
| 4 |
+
"datasets": {
|
| 5 |
+
"figure_caption": 159987,
|
| 6 |
+
"figure_detailed": 159987,
|
| 7 |
+
"figure_qa": 149776,
|
| 8 |
+
"article_multiimage": 27610,
|
| 9 |
+
"combined_training": 497360
|
| 10 |
+
},
|
| 11 |
+
"response_length_stats": {
|
| 12 |
+
"min_chars": 28,
|
| 13 |
+
"max_chars": 22518,
|
| 14 |
+
"median_chars": 506.0,
|
| 15 |
+
"p95_chars": 3383,
|
| 16 |
+
"p99_chars": 6741
|
| 17 |
+
},
|
| 18 |
+
"config": {
|
| 19 |
+
"images_relative_path": "images",
|
| 20 |
+
"min_caption_length": 50,
|
| 21 |
+
"random_seed": 42,
|
| 22 |
+
"truncation": "NONE - full captions preserved"
|
| 23 |
+
},
|
| 24 |
+
"recommended_training_config": {
|
| 25 |
+
"model_max_length": 4096,
|
| 26 |
+
"max_new_tokens_inference": 2048,
|
| 27 |
+
"warning": "Do not truncate responses during training or inference"
|
| 28 |
+
}
|
| 29 |
+
}
|