vit-base-patch16-224-model / training_params.json
LuoFengBit's picture
Upload training_params.json
d518635
raw
history blame contribute delete
886 Bytes
{
"data_path": "E:\\workspaces_python\\datastr\\1coverquilt_train_datasetv20231228-2",
"model": "E:\\workspaces_python\\model_local\\checkpoint-140",
"username": null,
"lr": 0.0002,
"epochs": 10,
"batch_size": 32,
"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": null,
"logging_steps": -1,
"project_name": "E:\\workspaces_python\\model_local\\vit-base-patch16-224-model",
"auto_find_batch_size": false,
"mixed_precision": "no",
"save_total_limit": 3,
"save_strategy": "epoch",
"token": null,
"push_to_hub": false,
"repo_id": null,
"evaluation_strategy": "epoch",
"image_column": "image",
"target_column": "label",
"log": "none"
}