Instructions to use HashNuke/tincan-wakewords with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use HashNuke/tincan-wakewords with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# TinCan Speech Commands Model
|
|
@@ -61,4 +63,4 @@ The model outputs logits over the 47 labels listed in `labels.json`. Use the out
|
|
| 61 |
|
| 62 |
- This is a closed-vocabulary command recognizer, not a general speech-to-text model.
|
| 63 |
- The model is intended for English short-command recognition.
|
| 64 |
-
- Validation metrics may not fully predict performance with every microphone, speaker, accent, room, or noise condition.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- HashNuke/tincan-wakewords-data
|
| 5 |
---
|
| 6 |
|
| 7 |
# TinCan Speech Commands Model
|
|
|
|
| 63 |
|
| 64 |
- This is a closed-vocabulary command recognizer, not a general speech-to-text model.
|
| 65 |
- The model is intended for English short-command recognition.
|
| 66 |
+
- Validation metrics may not fully predict performance with every microphone, speaker, accent, room, or noise condition.
|