From f8110e34875898304e65b3f8bea5ce5fce9e7c97 Mon Sep 17 00:00:00 2001 From: Christopher Oezbek Date: Fri, 4 Jul 2025 13:30:24 +0200 Subject: [PATCH] Remove --file parameter (unused) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0daabaa..1479f76 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,14 @@ Additionally, we provide two scripts that highlight different usage scenarios. T uv run \ scripts/stt_from_file_pytorch.py \ --hf-repo kyutai/stt-2.6b-en \ - --file audio/bria.mp3 + audio/bria.mp3 + +# or + +uv run \ + scripts/stt_from_file_pytorch.py \ + --hf-repo kyutai/stt-1b-en_fr \ + audio/bria.mp3 ``` The second script can be used to run a model on an existing Hugging Face dataset and calculate its performance metrics: