Spaces:
Runtime error
Runtime error
File size: 765 Bytes
db58511 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
{
"device": "cuda",
"dataset": {
"ids": [2],
"cache_dir": "../dataset",
"batch_size": 16,
"num_workers": 8
},
"model": {
"freeze_till": -1
},
"optim_args": {
"lr": 1e-4
},
"trainer": {
"limit_train_batches": 0.25,
"max_epochs": 1,
"deterministic": false,
"log_every_n_steps": 2048,
"accelerator": "gpu",
"check_val_every_n_epoch": 1,
"precision": "16-mixed",
"enable_progress_bar": true,
"default_root_dir": "./logs",
"enable_checkpointing": true,
"benchmark": true,
"max_time": null
},
"weight": "./saved/models/T5-v4.pth",
"fit": {
"ckpt_path": null
}
} |