Spaces:
Running
Running
crummyh
commited on
stream : improve consistency in README (#2642)
Browse files
examples/stream/README.md
CHANGED
|
@@ -15,7 +15,7 @@ https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a
|
|
| 15 |
Setting the `--step` argument to `0` enables the sliding window mode:
|
| 16 |
|
| 17 |
```bash
|
| 18 |
-
./build/bin/stream -m ./models/ggml-
|
| 19 |
```
|
| 20 |
|
| 21 |
In this mode, the tool will transcribe only after some speech activity is detected. A very
|
|
|
|
| 15 |
Setting the `--step` argument to `0` enables the sliding window mode:
|
| 16 |
|
| 17 |
```bash
|
| 18 |
+
./build/bin/stream -m ./models/ggml-base.en.bin -t 6 --step 0 --length 30000 -vth 0.6
|
| 19 |
```
|
| 20 |
|
| 21 |
In this mode, the tool will transcribe only after some speech activity is detected. A very
|