File size: 390 Bytes
608e64d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"cv_accuracy": 1.0,
"best_fold_accuracy": 1.0,
"test_accuracy": 1.0,
"runtime_seconds": 4754.493698596954,
"config": {
"model_name": "roberta-base",
"epochs": 10,
"batch_size": 32,
"learning_rate": 3e-05,
"weight_decay": 0.01,
"max_length": 256,
"warmup_ratio": 0.1,
"k_folds": 5,
"patience": 3,
"save_path": "./high_accuracy_model"
}
} |