steveheh commited on
Commit
8dbaa1c
1 Parent(s): 1cd5656

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -19,26 +19,28 @@ model-index:
19
  - name: slu_conformer_transformer_large_slurp
20
  results:
21
  - task:
22
- name: Spoken Language Understanding
23
- type: spoken-language-understanding
24
  dataset:
25
  name: SLURP
26
- type: spoken-language-understanding
 
 
 
 
 
 
 
 
 
 
 
27
  split: test
28
  metrics:
29
  - name: Intent Accuracy
30
  type: acc
31
  value: 90.14
32
- - name: SLURP Precision
33
- type: precision
34
- value: 84.31
35
- - name: SLURP Recall
36
- type: recall
37
- value: 80.33
38
- - name: SLURP F1
39
- type: f1
40
- value: 82.27
41
-
42
  ---
43
  # NeMo End-to-End Speech Intent Classification and Slot Filling
44
 
 
19
  - name: slu_conformer_transformer_large_slurp
20
  results:
21
  - task:
22
+ name: Speech Slot Filling
23
+ type: slot-filling
24
  dataset:
25
  name: SLURP
26
+ type: slurp
27
+ split: test
28
+ metrics:
29
+ - name: F1
30
+ type: f1
31
+ value: 82.27
32
+ - task:
33
+ name: Speech Intent Classification
34
+ type: intent-classification
35
+ dataset:
36
+ name: SLURP
37
+ type: slurp
38
  split: test
39
  metrics:
40
  - name: Intent Accuracy
41
  type: acc
42
  value: 90.14
43
+
 
 
 
 
 
 
 
 
 
44
  ---
45
  # NeMo End-to-End Speech Intent Classification and Slot Filling
46