mazesmazes commited on
Commit
9d949a6
·
verified ·
1 Parent(s): dbb8751

AudioHead weights - step 10

Browse files
Files changed (2) hide show
  1. audio_head.safetensors +2 -2
  2. audio_head_config.json +2 -4
audio_head.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffc015b56b5b3cbd6690de970d5ef061e4c2f366005d5e12dc619589efd0be78
3
- size 215237776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:658d241a965de6199326d88ba642007f0dbcc97cb3ebafeae57b2fce4984af74
3
+ size 2362840
audio_head_config.json CHANGED
@@ -1,9 +1,7 @@
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
  }
 
1
  {
2
+ "tts_model_id": "neuphonic/neutts-nano",
3
+ "projector_hidden": 1024,
 
4
  "max_audio_tokens": 500,
 
5
  "temperature": 1.0,
6
  "top_k": 50
7
  }