lucasnewman commited on
Commit
1cbea1b
·
verified ·
1 Parent(s): 5a4be44

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "sesame",
3
+ "backbone_flavor": "llama-1B",
4
+ "decoder_flavor": "llama-100M",
5
+ "text_vocab_size": 128256,
6
+ "audio_vocab_size": 2051,
7
+ "audio_num_codebooks": 32
8
+ }