rb / roberta_train_results.json
EmiliaLee's picture
Upload folder using huggingface_hub
5f701e2 verified
Raw
History Blame Contribute Delete
472 Bytes
{
"model_name": "klue/roberta-base",
"epochs": 20,
"best_epoch": 19,
"best_val_top1": 69.38080495356037,
"test_top1": 70.29860228716646,
"train_samples": 23077,
"val_samples": 3230,
"test_samples": 3148,
"hparams": {
"model_name": "klue/roberta-base",
"epochs": 20,
"batch_size": 16,
"lr": 2e-05,
"max_length": 256,
"grad_accum": 2,
"warmup_ratio": 0.1,
"weight_decay": 0.01,
"max_grad_norm": 1.0,
"seed": 42
}
}