jcmc commited on
Commit
3c41f23
1 Parent(s): 8347d8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -1,8 +1,21 @@
1
- Speechbrain SLU fine-tuned for Intent Classification
2
  ---
3
- Model: Direct SLU
4
- Encoder: Pre-trained ASR encoder -> LSTM
5
- Decoder: GRU + beamsearch
6
- Tokens: BPE with unigram
7
- Data: fluent_speech_commands_dataset (http://140.112.21.28:9000/fluent.tar.gz)
8
- Test wer: 0.07
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ---