@@ -166,7 +166,7 @@ This scenario describes how you can batch-transcribe audio files using GLUE. A p
166
166
2 . Make sure your ` .venv ` is activated.
167
167
3 . Run the following command:
168
168
``` bash
169
- python src/glue.py --audio C:/audio_files/ --do_transcribe
169
+ python src/glue.py --audio assets \e xamples \i nput_files \a udio --do_transcribe
170
170
```
171
171
4 . Wait for the run to finish.
172
172
@@ -190,7 +190,7 @@ This scenario describes how you can batch-synthesize text data using GLUE. A pot
190
190
2 . Make sure your ` .venv ` is activated.
191
191
3 . Run the following command:
192
192
``` bash
193
- python src/glue.py --input ../input-files/text .csv --do_synthesize
193
+ python src/glue.py --input assets \e xamples \i nput_files \e xample_tts .csv --do_synthesize
194
194
```
195
195
4 . Wait for the run to finish.
196
196
@@ -227,7 +227,7 @@ This scenario shows how you can use GLUE to batch-score textual data on a LUIS-e
227
227
2 . Make sure your ` .venv ` is activated.
228
228
3 . Run the following command:
229
229
``` bash
230
- python src/glue.py --input /home/files/luis-utterances .csv --do_scoring
230
+ python src/glue.py --input assets \e xamples \i nput_files \e xample_luis .csv --do_scoring
231
231
```
232
232
4 . Wait for the run to finish and see the command line outputs.
233
233
@@ -263,7 +263,7 @@ This scenario describes how you can compare already existing recognitions with a
263
263
2 . Make sure your ` .venv ` is activated.
264
264
3 . Run the following command:
265
265
``` bash
266
- python src/glue.py --input ../input/transcriptions.txt --do_evaluate
266
+ python src/glue.py --input assets \e xamples \o utput_files \e xample_transcriptions_full.csv --do_evaluate
267
267
```
268
268
4 . Wait for the run to finish and see the command line outputs.
269
269
@@ -292,7 +292,7 @@ This scenario describes how you can batch-transcribe audio files and compare the
292
292
2 . Make sure your ` .venv ` is activated.
293
293
3 . Run the following command:
294
294
``` bash
295
- python src/glue.py --audio C:/audio_files/ --input C:/audio_files/transcriptions.txt --do_transcribe --do_evaluate
295
+ python src/glue.py --audio assets \e xamples \i nput_files \a udio --input assets \e xamples \i nput_files \e xample_stt_eval.csv --do_transcribe --do_evaluate
296
296
```
297
297
4 . Wait for the run to finish and see the command line outputs.
298
298
@@ -322,7 +322,7 @@ This scenario describes how you can batch-transcribe audio files, compare these
322
322
2 . Make sure your ` .venv ` is activated.
323
323
3 . Run the following command:
324
324
``` bash
325
- python src/glue.py --audio C:/audio_files/ --input C:/audio_files/transcriptions.txt --do_transcribe --do_evaluate --do_scoring
325
+ python src/glue.py --audio assets \e xamples \i nput_files \a udio --input assets \e xamples \i nput_files \e xample_stt_eval_luis.csv --do_transcribe --do_evaluate --do_scoring
326
326
```
327
327
4 . Wait for the run to finish and see the command line outputs.
328
328
@@ -363,7 +363,7 @@ This scenario describes how you can batch-transcribe audio files and score both
363
363
2 . Make sure your ` .venv ` is activated.
364
364
3 . Run the following command:
365
365
``` bash
366
- python src/glue.py --audio C:/audio_files/ --input C:/audio_files/transcriptions.txt --do_transcribe --do_scoring
366
+ python src/glue.py --audio assets \e xamples \i nput_files \a udio --input assets \e xamples \i nput_files \e xample_luis.csv --do_transcribe --do_scoring
367
367
```
368
368
4 . Wait for the run to finish and see the command line outputs.
369
369
0 commit comments