dzungpham's picture
upload unixcoder checkpoint 50
aae9944 verified
raw
history blame
1.34 kB
{
"train_config": {
"model_name": "microsoft/unixcoder-base",
"num_epochs": 0.5,
"batch_size": 32,
"learning_rate": 1e-06,
"max_length": 512,
"num_labels": 2,
"loss_type": "r-drop",
"focal_alpha": 1.0,
"focal_gamma": 2.0,
"r_drop_alpha": 6.0,
"infonce_temperature": 0.07,
"infonce_weight": 0.5,
"label_smoothing": 0.3,
"adversarial_epsilon": 0.5,
"use_swa": false,
"swa_start_epoch": 0,
"swa_lr": 1e-05,
"data_augmentation": true,
"aug_rename_prob": 0.6,
"aug_format_prob": 0.6,
"freeze_base": true,
"seed": 42,
"use_wandb": true,
"mixup_alpha": 1.0,
"low_pass_keep_ratio": 0.5,
"freq_consistency_weight": 0.2
},
"training_arguments": {
"output_dir": "output_checkpoints/unixcoder-base/",
"num_train_epochs": 0.5,
"per_device_train_batch_size": 32,
"per_device_eval_batch_size": 64,
"learning_rate": 1e-06,
"warmup_steps": 781,
"weight_decay": 0.1,
"logging_steps": 10,
"eval_steps": 1000,
"save_steps": 50,
"metric_for_best_model": "macro_f1",
"greater_is_better": true,
"save_total_limit": 4,
"fp16": true,
"seed": 42
},
"training_state": {
"global_step": 50,
"epoch": 0.006399590426212722,
"best_metric": null,
"best_model_checkpoint": null
}
}