Siddhant commited on
Commit
6e45b6e
1 Parent(s): 687494f

Update model

Browse files
README.md ADDED
The diff for this file is too large to render. See raw diff
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/RESULTS.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- Generated by scripts/utils/show_asr_result.sh -->
2
+ # RESULTS
3
+ ## Environments
4
+ - date: `Sat Aug 20 15:34:30 EDT 2022`
5
+ - python version: `3.9.5 (default, Jun 4 2021, 12:28:51) [GCC 7.5.0]`
6
+ - espnet version: `espnet 202207`
7
+ - pytorch version: `pytorch 1.8.1+cu102`
8
+ - Git hash: `45e2b13071f3cc4abbc3a7b2484bd6cffedd4d1c`
9
+ - Commit date: `Mon Aug 15 09:13:31 2022 -0400`
10
+
11
+ ## slu_train_asr_bert_conformer_deliberation_raw_en_word
12
+ ### WER
13
+
14
+ |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err|
15
+ |---|---|---|---|---|---|---|---|---|
16
+ |inference_slu_model_valid.acc.ave_10best/devel|8690|108484|90.9|6.2|2.9|2.7|11.8|39.9|
17
+ |inference_slu_model_valid.acc.ave_10best/test|13078|159666|90.7|6.2|3.1|2.6|11.9|38.7|
18
+
19
+ ### CER
20
+
21
+ |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err|
22
+ |---|---|---|---|---|---|---|---|---|
23
+ |inference_slu_model_valid.acc.ave_10best/devel|8690|512732|95.5|2.3|2.2|2.5|7.0|39.9|
24
+ |inference_slu_model_valid.acc.ave_10best/test|13078|757056|95.3|2.3|2.3|2.5|7.1|38.7|
25
+
26
+ ### TER
27
+
28
+ |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err|
29
+ |---|---|---|---|---|---|---|---|---|
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/config.yaml ADDED
The diff for this file is too large to render. See raw diff
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/acc.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/backward_time.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/cer.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/cer_ctc.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/forward_time.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/gpu_max_cached_mem_GB.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/iter_time.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/loss.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/loss_att.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/loss_ctc.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/optim0_lr0.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/optim_step_time.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/train_time.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/images/wer.png ADDED
exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/valid.acc.ave_10best.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81df1b451e00469cd3526b4efa4851f0810dcd737ebb666855032a1545a7302c
3
+ size 1176367713
meta.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ espnet: '202207'
2
+ files:
3
+ slu_model_file: exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/valid.acc.ave_10best.pth
4
+ python: "3.9.5 (default, Jun 4 2021, 12:28:51) \n[GCC 7.5.0]"
5
+ timestamp: 1663097926.499348
6
+ torch: 1.12.1+cu113
7
+ yaml_files:
8
+ slu_train_config: exp/slu_train_asr_bert_conformer_deliberation_raw_en_word/config.yaml