File size: 334 Bytes
2639b94 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"_name_or_path": "./model_lp_music_caps",
"architectures": [
"BartCaptionModel"
],
"audio_dim": 768,
"bart_type": "facebook/bart-base",
"duration": 10,
"label_smoothing": 0.1,
"max_length": 128,
"n_mels": 128,
"num_of_conv": 6,
"sr": 16000,
"torch_dtype": "float32",
"transformers_version": "4.40.1"
}
|