mazesmazes commited on
Commit
3638201
·
verified ·
1 Parent(s): 9b40b98

AudioHead weights - step 100

Browse files
Files changed (2) hide show
  1. audio_head.safetensors +3 -0
  2. audio_head_config.json +9 -0
audio_head.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae0bbac698fbb74dd8c8faef8188a4bf25f3619e8e0a1e286646ec630230fc41
3
+ size 215237776
audio_head_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_dim": 256,
3
+ "decoder_layers": 4,
4
+ "decoder_heads": 4,
5
+ "max_audio_tokens": 500,
6
+ "text_vocab_size": 128257,
7
+ "temperature": 1.0,
8
+ "top_k": 50
9
+ }