speechbrain
English
Spoken language understanding
Titouan Parcollet commited on
Commit
077c364
·
1 Parent(s): c4032bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ The model uses an ASR model trained on LibriSpeech ([`speechbrain/asr-crdnn-rnnl
25
  The dataset has four intents: `SetTimer`, `SetAlarm`, `SimpleMath`, and `UnitConversion`. Try testing the model by saying something like "set a timer for 5 minutes" or "what's 32 degrees Celsius in Fahrenheit?"
26
 
27
  You can try the model on the `math.wav` file included here as follows:
28
- ```
29
  from speechbrain.pretrained import EndToEndSLU
30
  slu = EndToEndSLU.from_hparams("speechbrain/slu-timers-and-such-direct-librispeech-asr")
31
  slu.decode_file("speechbrain/slu-timers-and-such-direct-librispeech-asr/math.wav")
 
25
  The dataset has four intents: `SetTimer`, `SetAlarm`, `SimpleMath`, and `UnitConversion`. Try testing the model by saying something like "set a timer for 5 minutes" or "what's 32 degrees Celsius in Fahrenheit?"
26
 
27
  You can try the model on the `math.wav` file included here as follows:
28
+ ```python
29
  from speechbrain.pretrained import EndToEndSLU
30
  slu = EndToEndSLU.from_hparams("speechbrain/slu-timers-and-such-direct-librispeech-asr")
31
  slu.decode_file("speechbrain/slu-timers-and-such-direct-librispeech-asr/math.wav")