Upload FlashJudge artifacts from run_20260409_153438
Browse files- flash_judge_checkpoint.pth +3 -0
- training_config.json +68 -0
- training_logs.csv +6 -0
flash_judge_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb1e53f4faffc605532efa63a30f1a22766beff6bd7e5c75e59b9829b93e3e63
|
| 3 |
+
size 1534188467
|
training_config.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_id": "google/siglip2-base-patch16-naflex",
|
| 3 |
+
"dataset": "apartments",
|
| 4 |
+
"apartments_jsonl": "data/apartments/question-image-dataset_labeled.jsonl",
|
| 5 |
+
"apartments_images_dir": "data/apartments/images",
|
| 6 |
+
"fmnist_root": "data",
|
| 7 |
+
"output_root": "models",
|
| 8 |
+
"run_name": null,
|
| 9 |
+
"batch_size": 16,
|
| 10 |
+
"gradient_accumulation_steps": 1,
|
| 11 |
+
"stack_size": 1,
|
| 12 |
+
"epochs": 5,
|
| 13 |
+
"max_steps": null,
|
| 14 |
+
"eval_interval": 1,
|
| 15 |
+
"eval_batches": 2,
|
| 16 |
+
"checkpoint_interval": 1000,
|
| 17 |
+
"checkpoint_mode": "max_val_acc",
|
| 18 |
+
"val_ratio": 0.1,
|
| 19 |
+
"seed": 42,
|
| 20 |
+
"apartments_train_group_limit": null,
|
| 21 |
+
"apartments_train_question_limit": null,
|
| 22 |
+
"apartments_hard_negative_strategy": "within_group_overlap",
|
| 23 |
+
"apartments_hard_negative_topk": 0,
|
| 24 |
+
"apartments_hard_negative_oversample_factor": 0,
|
| 25 |
+
"num_workers_train": 4,
|
| 26 |
+
"num_workers_val": 2,
|
| 27 |
+
"text_max_length": 64,
|
| 28 |
+
"image_max_num_patches": null,
|
| 29 |
+
"lr_backbone": 1e-6,
|
| 30 |
+
"lr_head": 0.0002,
|
| 31 |
+
"weight_decay": 0.01,
|
| 32 |
+
"freeze_backbone": false,
|
| 33 |
+
"freeze_backbone_epochs": 0,
|
| 34 |
+
"freeze_backbone_steps": null,
|
| 35 |
+
"backbone_trainable_scope": "full",
|
| 36 |
+
"attention_heads": 2,
|
| 37 |
+
"attention_dropout": 0.3,
|
| 38 |
+
"image_self_attention_layers": 0,
|
| 39 |
+
"aggregation_mode": "attention",
|
| 40 |
+
"head_feature_mode": "matching",
|
| 41 |
+
"late_interaction_topk": 8,
|
| 42 |
+
"head_hidden_dim": 768,
|
| 43 |
+
"head_num_layers": 2,
|
| 44 |
+
"head_dropout": 0.2,
|
| 45 |
+
"head_activation": "swiglu",
|
| 46 |
+
"label_smoothing": 0.05,
|
| 47 |
+
"alignment_loss_weight": 0.05,
|
| 48 |
+
"alignment_loss_logit_scale": 18.0,
|
| 49 |
+
"alignment_loss_hard_negative_topk": 1,
|
| 50 |
+
"compile_model": false,
|
| 51 |
+
"compile_fallback_to_eager": true,
|
| 52 |
+
"backbone_torch_dtype": "auto",
|
| 53 |
+
"attn_implementation": null,
|
| 54 |
+
"resume_path": null,
|
| 55 |
+
"min_free_space_gb": 1.0,
|
| 56 |
+
"use_wandb": true,
|
| 57 |
+
"wandb_project": "flash-judge",
|
| 58 |
+
"wandb_entity": null,
|
| 59 |
+
"wandb_run_name": null,
|
| 60 |
+
"save_artifacts": true,
|
| 61 |
+
"push_to_hub": true,
|
| 62 |
+
"hub_org": "FuncAI",
|
| 63 |
+
"hub_repo_name": "FlashJudge2_2",
|
| 64 |
+
"hub_private": false,
|
| 65 |
+
"hub_token": null,
|
| 66 |
+
"device": null,
|
| 67 |
+
"use_amp": true
|
| 68 |
+
}
|
training_logs.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,val_loss,val_acc,max_val_acc
|
| 2 |
+
1,0.601449708528848,0.6965338789264652,0.4488444465857286,0.7900641025641025,0.7900641025641025
|
| 3 |
+
2,0.4602969840396712,0.8155012636899748,0.3757496523933533,0.8333333333333334,0.8333333333333334
|
| 4 |
+
3,0.36593512687345664,0.8750150439282706,0.37613938465459734,0.8311965811965812,0.8333333333333334
|
| 5 |
+
4,0.29341945551064114,0.9176194487904682,0.35294363252882266,0.844551282051282,0.844551282051282
|
| 6 |
+
5,0.24569995985563114,0.9474064267661572,0.34934461237783104,0.8504273504273504,0.8504273504273504
|