File size: 413 Bytes
7953944
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "model_name": "google/siglip-base-patch16-224",
  "num_labels": 2,
  "text_max_length": 64,
  "batch_size": 8,
  "dropout": 0.1,
  "early_stopping_patience": 3,
  "freeze_backbone": false,
  "fusion_hidden_dim": 256,
  "gradient_accumulation_steps": 1,
  "learning_rate": 1e-05,
  "lr_scheduler_type": "linear",
  "max_grad_norm": 1.0,
  "num_train_epochs": 10,
  "warmup_ratio": 0.0,
  "weight_decay": 0.01
}