lorenlugosch commited on
Commit
b18680b
1 Parent(s): c0375f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ metrics:
15
 
16
  Attention-based RNN sequence-to-sequence model for [Timers and Such](https://zenodo.org/record/4623772) trained on the `train-real` subset. This model checkpoint achieves 86.7% accuracy on `test-real`.
17
 
18
- The model uses an ASR model trained on LibriSpeech (`speechbrain/asr-crdnn-rnnlm-librispeech`) to extract features from the input audio, then maps these features to an intent and slot labels using a beam search.
19
 
20
  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?"
21
 
@@ -35,7 +35,7 @@ title = {SpeechBrain},
35
  year = {2021},
36
  publisher = {GitHub},
37
  journal = {GitHub repository},
38
- howpublished = {\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
39
  }
40
  ```
41
 
 
15
 
16
  Attention-based RNN sequence-to-sequence model for [Timers and Such](https://zenodo.org/record/4623772) trained on the `train-real` subset. This model checkpoint achieves 86.7% accuracy on `test-real`.
17
 
18
+ The model uses an ASR model trained on LibriSpeech ([`speechbrain/asr-crdnn-rnnlm-librispeech`](https://huggingface.co/speechbrain/asr-crdnn-rnnlm-librispeech)) to extract features from the input audio, then maps these features to an intent and slot labels using a beam search.
19
 
20
  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?"
21
 
 
35
  year = {2021},
36
  publisher = {GitHub},
37
  journal = {GitHub repository},
38
+ howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
39
  }
40
  ```
41