ankitapasad commited on
Commit
024ae7f
·
verified ·
1 Parent(s): d572552

cleaned manifest example

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -336,8 +336,6 @@ To use canary-180m-flash for transcribing other supported languages or perform S
336
  # Example of a line in input_manifest.json
337
  {
338
  "audio_filepath": "/path/to/audio.wav", # path to the audio file
339
- "duration": 1000, # duration of the audio, can be set to `None` if using NeMo main branch
340
- "taskname": "asr", # use "s2t_translation" for speech-to-text translation with r1.23, or "ast" if using the NeMo main branch
341
  "source_lang": "en", # language of the audio input, set `source_lang`==`target_lang` for ASR, choices=['en','de','es','fr']
342
  "target_lang": "en", # language of the text output, choices=['en','de','es','fr']
343
  "pnc": "yes", # whether to have PnC output, choices=['yes', 'no']
 
336
  # Example of a line in input_manifest.json
337
  {
338
  "audio_filepath": "/path/to/audio.wav", # path to the audio file
 
 
339
  "source_lang": "en", # language of the audio input, set `source_lang`==`target_lang` for ASR, choices=['en','de','es','fr']
340
  "target_lang": "en", # language of the text output, choices=['en','de','es','fr']
341
  "pnc": "yes", # whether to have PnC output, choices=['yes', 'no']