Datasets:
Tasks:
Automatic Speech Recognition
Sub-tasks:
keyword-spotting
Size:
10K<n<100K
ArXiv:
Tags:
speech-recognition
License:
patrickvonplaten
commited on
Commit
•
69ca448
1
Parent(s):
a0ee25d
Update README.md
Browse files
README.md
CHANGED
@@ -67,6 +67,7 @@ intent_class = minds_14["train"][0]["intent_class"] # first transcription
|
|
67 |
intent = minds_14["train"].features["intent_class"].names[intent_class]
|
68 |
|
69 |
# use audio_input and language_class to fine-tune your model for audio classification
|
|
|
70 |
|
71 |
## Dataset Structure
|
72 |
|
|
|
67 |
intent = minds_14["train"].features["intent_class"].names[intent_class]
|
68 |
|
69 |
# use audio_input and language_class to fine-tune your model for audio classification
|
70 |
+
```
|
71 |
|
72 |
## Dataset Structure
|
73 |
|