gdnartea commited on
Commit
39ee0b2
·
verified ·
1 Parent(s): 6719588

Create input_manifest.json

Browse files
Files changed (1) hide show
  1. input_manifest.json +9 -0
input_manifest.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "audio_filepath": "/path/to/audio.wav", # path to the audio file
3
+ "duration": 1000, # duration of the audio, can be set to `None` if using NeMo main branch
4
+ "taskname": "asr",
5
+ "source_lang": "en", # language of the audio input, set `source_lang`==`target_lang` for ASR, choices=['en','de','es','fr']
6
+ "target_lang": "en", # language of the text output, choices=['en','de','es','fr']
7
+ "pnc": "yes", # whether to have PnC output, choices=['yes', 'no']
8
+ "answer": "na",
9
+ }