exploration of alternative wavtokenizer

This commit is contained in:
Concedo 2025-01-20 23:02:50 +08:00
parent 02d5bb5b05
commit 2c0239fcf2
2 changed files with 4 additions and 4 deletions

View file

@ -154,7 +154,7 @@ config = {
"architectures": [
"WavTokenizerDec"
],
"hidden_size": 1282,
"hidden_size": 1282, # or 2402 for 40t/s
"n_embd_features": 512,
"n_ff": 2304,
"vocab_size": 4096,