Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,13 @@ model-index:
|
|
| 18 |
- type: wer # Required. Example: wer
|
| 19 |
value: 7.0 # Required. Example: 20.90
|
| 20 |
name: Test Wer
|
| 21 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
- type: wer # Required. Example: wer
|
| 19 |
value: 7.0 # Required. Example: 20.90
|
| 20 |
name: Test Wer
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
Speechbrain SLU fine-tuned for Intent Classification
|
| 24 |
+
---
|
| 25 |
+
Model: Direct SLU
|
| 26 |
+
Encoder: Pre-trained ASR encoder -> LSTM
|
| 27 |
+
Decoder: GRU + beamsearch
|
| 28 |
+
Tokens: BPE with unigram
|
| 29 |
+
Data: fluent_speech_commands_dataset (http://140.112.21.28:9000/fluent.tar.gz)
|
| 30 |
+
Test wer: 0.07
|