hft-transoformer-with-pedal / parameter.json
ddPn08's picture
Upload folder using huggingface_hub
fc6594c verified
raw
history blame
No virus
1.02 kB
{
"cnn": {
"channel": 4,
"kernel": 5
},
"config": "/root/hFT-Transformer/corpus/MAESTRO-V3/dataset/config.json",
"d_output": "/root/hFT-Transformer/checkpoint/MAESTRO-V3",
"dataset": {
"d_dataset": "/root/hFT-Transformer/corpus/MAESTRO-V3/dataset",
"n_div_test": 1,
"n_div_train": 4,
"n_div_valid": 1,
"n_slice": 16
},
"parameters": 5518116,
"training": {
"batch": 8,
"clip": 1.0,
"dropout": 0.1,
"epoch": 20,
"loss_weight": {
"1st": 1.0,
"2nd": 1.0
},
"lr": 0.0001,
"resume_div": -1,
"resume_epoch": -1,
"seed": 1234,
"validation": {
"test": false
}
},
"transformer": {
"decoder": {
"n_head": 4,
"n_layer": 3
},
"encoder": {
"n_head": 4,
"n_layer": 3
},
"hid_dim": 256,
"pf_dim": 512
}
}