bigcodec / config.json
intexcp's picture
Push model using huggingface_hub.
7ee1956 verified
raw
history blame
281 Bytes
{
"codebook_dim": 8,
"codebook_size": 8192,
"dilations": [
1,
3,
9
],
"ngf": 48,
"out_channels": 1024,
"rnn_bidirectional": false,
"rnn_num_layers": 2,
"up_ratios": [
2,
2,
2,
5,
5
],
"use_rnn": true,
"vq_num_quantizers": 1
}