Update config-stt-hf.toml

This commit is contained in:
Laurent Mazare 2025-06-18 12:20:23 +02:00 committed by GitHub
parent e22cb0d59c
commit 954e0ad45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ type = "BatchedAsr"
lm_model_file = "hf://kyutai/stt-2.6b-en-candle/model.safetensors" lm_model_file = "hf://kyutai/stt-2.6b-en-candle/model.safetensors"
text_tokenizer_file = "hf://kyutai/stt-2.6b-en-candle/tokenizer_en_audio_4000.model" text_tokenizer_file = "hf://kyutai/stt-2.6b-en-candle/tokenizer_en_audio_4000.model"
audio_tokenizer_file = "hf://kyutai/stt-2.6b-en-candle/mimi-pytorch-e351c8d8@125.safetensors" audio_tokenizer_file = "hf://kyutai/stt-2.6b-en-candle/mimi-pytorch-e351c8d8@125.safetensors"
asr_delay_in_tokens = 6 asr_delay_in_tokens = 32
batch_size = 16 batch_size = 16
conditioning_learnt_padding = true conditioning_learnt_padding = true
temperature = 0 temperature = 0