KhalfounMehdi's picture
Upload folder using huggingface_hub
ea4787b
raw
history blame contribute delete
836 Bytes
{
"data_path": "KhalfounMehdi/mura_dataset_processed_224px_train_val",
"model_name": "KhalfounMehdi/mura_vit_224",
"lr": 0.0002,
"epochs": 20,
"batch_size": 16,
"warmup_ratio": 0.1,
"gradient_accumulation": 1,
"optimizer": "adamw_torch",
"scheduler": "linear",
"weight_decay": 0.0,
"max_grad_norm": 1.0,
"seed": 42,
"train_split": "train",
"valid_split": "validation",
"logging_steps": -1,
"project_name": "mura_vit_224_10ep",
"auto_find_batch_size": false,
"fp16": false,
"save_total_limit": 1,
"save_strategy": "epoch",
"token": null,
"push_to_hub": true,
"repo_id": "KhalfounMehdi/vit_musculoskeletal_abnormality_detection_mura_224px_16bs_20ep",
"evaluation_strategy": "epoch",
"image_column": "image",
"target_column": "label"
}