thehekimoghlu commited on
Commit
7cbf14c
·
verified ·
1 Parent(s): e285302

Upload audio_codec/config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. audio_codec/config.yaml +11 -0
audio_codec/config.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ codec_config:
2
+ codec_dimension: 1024
3
+ codec_dec_ratios: [8,6,6,5]
4
+ decoder_dim: 1536
5
+ semantic_dim: 1280
6
+ decoder_type: '24k'
7
+ ckpt_path: '/path/to/audio_codec/LongCatAudioCodec_decoder_24k_4codebooks_aug_sft.pt'
8
+ codec_codebook_size: 90
9
+ codec_codebook_search_dim: 8
10
+ codec_codebooks: 3
11
+ semantic_token_nums: 8192