Upload FlashJudge artifacts from run_20260505_112947
Browse files- flash_judge_checkpoint.pth +3 -0
- training_config.json +72 -0
- training_logs.csv +2 -0
flash_judge_checkpoint.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2710731fbe95bc6ed886c3d4f8011c65a52db401f8a74ba2c39f3c2ae298e4b
|
| 3 |
+
size 1543637939
|
training_config.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_id": "google/siglip2-base-patch16-naflex",
|
| 3 |
+
"dataset": "apartments",
|
| 4 |
+
"apartments_jsonl": "data/apartments/question-image-dataset_labeled_expanded.jsonl",
|
| 5 |
+
"apartments_images_dir": "data/apartments/images",
|
| 6 |
+
"fmnist_root": "data",
|
| 7 |
+
"output_root": "models",
|
| 8 |
+
"run_name": null,
|
| 9 |
+
"batch_size": 20,
|
| 10 |
+
"gradient_accumulation_steps": 1,
|
| 11 |
+
"stack_size": 1,
|
| 12 |
+
"epochs": 1,
|
| 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_question_split_mode": "disjoint",
|
| 23 |
+
"apartments_hard_negative_strategy": "within_group_overlap",
|
| 24 |
+
"apartments_hard_negative_topk": 0,
|
| 25 |
+
"apartments_hard_negative_oversample_factor": 0,
|
| 26 |
+
"num_workers_train": 4,
|
| 27 |
+
"num_workers_val": 2,
|
| 28 |
+
"text_max_length": 64,
|
| 29 |
+
"image_max_num_patches": null,
|
| 30 |
+
"lr_backbone": 1e-6,
|
| 31 |
+
"lr_head": 0.0002,
|
| 32 |
+
"weight_decay": 0.01,
|
| 33 |
+
"freeze_backbone": false,
|
| 34 |
+
"freeze_backbone_epochs": 0,
|
| 35 |
+
"freeze_backbone_steps": null,
|
| 36 |
+
"backbone_trainable_scope": "full",
|
| 37 |
+
"attention_heads": 2,
|
| 38 |
+
"attention_dropout": 0.3,
|
| 39 |
+
"image_self_attention_layers": 0,
|
| 40 |
+
"image_dropout": 0.15,
|
| 41 |
+
"normalize_embeddings": true,
|
| 42 |
+
"set_context_mode": "mean",
|
| 43 |
+
"aggregation_mode": "attention",
|
| 44 |
+
"head_feature_mode": "matching",
|
| 45 |
+
"late_interaction_topk": 8,
|
| 46 |
+
"head_hidden_dim": 768,
|
| 47 |
+
"head_num_layers": 2,
|
| 48 |
+
"head_dropout": 0.2,
|
| 49 |
+
"head_activation": "swiglu",
|
| 50 |
+
"label_smoothing": 0.05,
|
| 51 |
+
"alignment_loss_weight": 0.05,
|
| 52 |
+
"alignment_loss_logit_scale": 18.0,
|
| 53 |
+
"alignment_loss_hard_negative_topk": 1,
|
| 54 |
+
"compile_model": false,
|
| 55 |
+
"compile_fallback_to_eager": true,
|
| 56 |
+
"backbone_torch_dtype": "auto",
|
| 57 |
+
"attn_implementation": null,
|
| 58 |
+
"resume_path": null,
|
| 59 |
+
"min_free_space_gb": 1.0,
|
| 60 |
+
"use_wandb": true,
|
| 61 |
+
"wandb_project": "flash-judge",
|
| 62 |
+
"wandb_entity": null,
|
| 63 |
+
"wandb_run_name": null,
|
| 64 |
+
"save_artifacts": true,
|
| 65 |
+
"push_to_hub": true,
|
| 66 |
+
"hub_org": "FuncAI",
|
| 67 |
+
"hub_repo_name": "FlashJudgev6",
|
| 68 |
+
"hub_private": false,
|
| 69 |
+
"hub_token": null,
|
| 70 |
+
"device": null,
|
| 71 |
+
"use_amp": true
|
| 72 |
+
}
|
training_logs.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,train_loss,train_acc,val_loss,val_acc,max_val_acc
|
| 2 |
+
1,0.3542276300843276,0.8815107223917977,0.3685172769569288,0.8503073807042397,0.8503073807042397
|