speechbrainteam
commited on
Commit
•
87955d2
1
Parent(s):
4aec8d8
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ metrics:
|
|
25 |
|
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
|
29 |
|
30 |
-'yes'
|
31 |
-'no'
|
@@ -49,7 +49,7 @@ For a better experience, we encourage you to learn more about
|
|
49 |
|
50 |
|
51 |
## Pipeline description
|
52 |
-
This system is composed of a TDNN model coupled with statistical pooling. A classifier, trained with Categorical Cross-Entropy Loss, is applied on
|
53 |
|
54 |
## Install SpeechBrain
|
55 |
|
@@ -142,7 +142,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 |
|
|
|
25 |
|
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'
|
|
|
49 |
|
50 |
|
51 |
## Pipeline description
|
52 |
+
This system is composed of a TDNN model coupled with statistical pooling. A classifier, trained with Categorical Cross-Entropy Loss, is applied on top of that.
|
53 |
|
54 |
## Install SpeechBrain
|
55 |
|
|
|
142 |
year = {2021},
|
143 |
publisher = {GitHub},
|
144 |
journal = {GitHub repository},
|
145 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
146 |
}
|
147 |
```
|
148 |
|