From 954e0ad45aaed0a9c7ed6f972411644417513683 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Wed, 18 Jun 2025 12:20:23 +0200 Subject: [PATCH] Update config-stt-hf.toml --- configs/config-stt-hf.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config-stt-hf.toml b/configs/config-stt-hf.toml index 0f95203..5eaf7c6 100644 --- a/configs/config-stt-hf.toml +++ b/configs/config-stt-hf.toml @@ -9,7 +9,7 @@ type = "BatchedAsr" 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" 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 conditioning_learnt_padding = true temperature = 0