File size: 226 Bytes
17da446 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"n_filters": 32,
"D": 256,
"codebook_dim": 64,
"target_bandwidths": [0.5, 1, 1.5, 2, 4],
"ratios": [8, 5, 4, 2, 3],
"sample_rate": 24000,
"bins": 1024,
"n_q": 8,
"semantic_techer": "hubert_base_general"
}
|