Commit
·
6256480
1
Parent(s):
87955d2
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,19 +26,7 @@ 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 |
-
-'yes'
|
| 31 |
-
-'no'
|
| 32 |
-
-'up'
|
| 33 |
-
-'down'
|
| 34 |
-
-'left'
|
| 35 |
-
-'right'
|
| 36 |
-
-'on'
|
| 37 |
-
-'off'
|
| 38 |
-
-'stop'
|
| 39 |
-
-'go'
|
| 40 |
-
-'unknown'
|
| 41 |
-
-'silence'
|
| 42 |
|
| 43 |
For a better experience, we encourage you to learn more about
|
| 44 |
[SpeechBrain](https://speechbrain.github.io). The given model performance on the test set is:
|
|
@@ -142,7 +130,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
| 142 |
year = {2021},
|
| 143 |
publisher = {GitHub},
|
| 144 |
journal = {GitHub repository},
|
| 145 |
-
howpublished = {
|
| 146 |
}
|
| 147 |
```
|
| 148 |
|
|
|
|
| 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 |
+
'yes','no','up','down','left','right','on','off','stop','go','unknown','silence'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
year = {2021},
|
| 131 |
publisher = {GitHub},
|
| 132 |
journal = {GitHub repository},
|
| 133 |
+
howpublished = {\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
| 134 |
}
|
| 135 |
```
|
| 136 |
|