Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,21 @@
|
|
1 |
-
Speechbrain SLU fine-tuned for Intent Classification
|
2 |
---
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: speechbrain
|
3 |
+
tags:
|
4 |
+
- audio
|
5 |
+
- intent classification
|
6 |
+
datasets:
|
7 |
+
- fluent_speech_commands_dataset
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
+
|
11 |
+
model-index:
|
12 |
+
- name: Direct SLU
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
name: Intent Classification
|
17 |
+
metrics:
|
18 |
+
- type: wer # Required. Example: wer
|
19 |
+
value: 7.0 # Required. Example: 20.90
|
20 |
+
name: Test Wer
|
21 |
+
---
|