vnoroozi commited on
Commit
0da8c56
·
1 Parent(s): 25342bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -106,15 +106,15 @@ The list of the available models in this collection is shown in the following ta
106
 
107
  ### Transducer Decoder
108
 
109
- | Version | Tokenizer | Vocabulary Size | att_context_sizes | LS test-other ([70,13]-1040ms) | LS test-other ([70,6]-480ms) | LS test-other ([70,1]-80ms) | LS test-other ([70,0]-0s) | Train Dataset |
110
- |-----------|------------|----------|-----------------------|-----------------------|---------------|------------|-----------|----------------|
111
- | 1.20.0 | SPE Unigram| 1024 | [[70,13],[70,6],[70,1],[70,0]] | 5.4 | 5.7 | 6.4 | 7.0 | NeMo ASRSET 3.0 |
112
 
113
  ### CTC Decoder
114
 
115
- | Version | Tokenizer | Vocabulary Size | att_context_sizes | LS test-other ([70,13]-1040ms) | LS test-other ([70,6]-480ms) | LS test-other ([70,1]-80ms) | LS test-other ([70,0]-0s) | Train Dataset |
116
- |-----------|------------|----------|--------|---------------|---------------|------------|-----------|----------------|
117
- | 1.20.0 | SPE Unigram| 1024 | [[70,13],[70,6],[70,1],[70,0]] | 6.2 | 6.7 | 7.8 | 8.4 | NeMo ASRSET 3.0 |
118
 
119
 
120
  ## How to Use this Model
 
106
 
107
  ### Transducer Decoder
108
 
109
+ | att_context_sizes | LS test-other ([70,13]-1040ms) | LS test-other ([70,6]-480ms) | LS test-other ([70,1]-80ms) | LS test-other ([70,0]-0s) | Train Dataset |
110
+ |-----------------------|-----------------------|---------------|------------|-----------|----------------|
111
+ | [[70,13],[70,6],[70,1],[70,0]] | 5.4 | 5.7 | 6.4 | 7.0 | NeMo ASRSET 3.0 |
112
 
113
  ### CTC Decoder
114
 
115
+ |att_context_sizes | LS test-other ([70,13]-1040ms) | LS test-other ([70,6]-480ms) | LS test-other ([70,1]-80ms) | LS test-other ([70,0]-0s) | Train Dataset |
116
+ |--------|---------------|---------------|------------|-----------|----------------|
117
+ |[[70,13],[70,6],[70,1],[70,0]] | 6.2 | 6.7 | 7.8 | 8.4 | NeMo ASRSET 3.0 |
118
 
119
 
120
  ## How to Use this Model