File size: 344 Bytes
401481c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"specaugment": {
"vocab_size": 2000,
"augmentation": "specaugment"
},
"gaussian_noise": {
"vocab_size": 2000,
"augmentation": "gaussian_noise"
},
"speed_perturbation": {
"vocab_size": 2000,
"augmentation": "speed_perturbation"
},
"original": {
"vocab_size": 2000,
"augmentation": "original"
}
} |