Update README.md
Browse files
README.md
CHANGED
@@ -113,6 +113,8 @@ asr_model.transcribe_file(
|
|
113 |
)
|
114 |
```
|
115 |
|
|
|
|
|
116 |
<details>
|
117 |
<summary>Commandline tool to transcribe a file or a live stream</summary>
|
118 |
|
|
|
113 |
)
|
114 |
```
|
115 |
|
116 |
+
The `DynChunkTrainConfig` values can be adjusted for a tradeoff of latency, computational power and transcription accuracy. Refer to the streaming WER table to pick a value that is suitable for your usecase.
|
117 |
+
|
118 |
<details>
|
119 |
<summary>Commandline tool to transcribe a file or a live stream</summary>
|
120 |
|