speechbrainteam
commited on
Commit
·
c5c36bd
1
Parent(s):
6256480
Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,9 @@ metrics:
|
|
26 |
This repository provides all the necessary tools to perform command recognition with SpeechBrain using a model pretrained on Google Speech Commands.
|
27 |
You can download the dataset [here](https://www.tensorflow.org/datasets/catalog/speech_commands)
|
28 |
The dataset provides small training, validation, and test sets useful for detecting single keywords in short audio clips. The provided system can recognize the following 12 keywords:
|
29 |
-
|
|
|
|
|
30 |
|
31 |
For a better experience, we encourage you to learn more about
|
32 |
[SpeechBrain](https://speechbrain.github.io). The given model performance on the test set is:
|
@@ -130,7 +132,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
130 |
year = {2021},
|
131 |
publisher = {GitHub},
|
132 |
journal = {GitHub repository},
|
133 |
-
howpublished = {
|
134 |
}
|
135 |
```
|
136 |
|
|
|
26 |
This repository provides all the necessary tools to perform command recognition with SpeechBrain using a model pretrained on Google Speech Commands.
|
27 |
You can download the dataset [here](https://www.tensorflow.org/datasets/catalog/speech_commands)
|
28 |
The dataset provides small training, validation, and test sets useful for detecting single keywords in short audio clips. The provided system can recognize the following 12 keywords:
|
29 |
+
```
|
30 |
+
'yes', 'no', 'up', 'down', 'left', 'right', 'on', 'off', 'stop', 'go', 'unknown', 'silence'
|
31 |
+
```
|
32 |
|
33 |
For a better experience, we encourage you to learn more about
|
34 |
[SpeechBrain](https://speechbrain.github.io). The given model performance on the test set is:
|
|
|
132 |
year = {2021},
|
133 |
publisher = {GitHub},
|
134 |
journal = {GitHub repository},
|
135 |
+
howpublished = {\url{https://github.com/speechbrain/speechbrain}},
|
136 |
}
|
137 |
```
|
138 |
|