William Chen commited on
Commit
91b622f
2 Parent(s): 0cc77e6 9f5748e

Merge branch 'main' of https://huggingface.co/wanchichen/wanchichen_fleurs_asr_conformer_hier_lid_utt into main

Browse files
Files changed (2) hide show
  1. RESULTS.md → README.md +1 -1
  2. meta.yaml +10 -0
RESULTS.md → README.md RENAMED
@@ -11,7 +11,7 @@ license: cc-by-4.0
11
 
12
  ## ESPnet2 ASR model
13
 
14
- ### `espnet/wanchichen_fleurs_asr_conformer_sctctc`
15
  This model was trained by William Chen using the fleurs recipe in [espnet](https://github.com/espnet/espnet/).
16
  ### Demo: How to use in ESPnet2
17
  ```bash
 
11
 
12
  ## ESPnet2 ASR model
13
 
14
+ ### `espnet/wanchichen_fleurs_asr_conformer_hier_lid_utt`
15
  This model was trained by William Chen using the fleurs recipe in [espnet](https://github.com/espnet/espnet/).
16
  ### Demo: How to use in ESPnet2
17
  ```bash
meta.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ espnet: '202207'
2
+ files:
3
+ asr_model_file: exp/asr_train_asr_raw_all_bpe6500_sp/valid.acc.ave_3best.pth
4
+ lm_file: exp/lm_train_lm_all_bpe6500/10epoch.pth
5
+ python: "3.8.13 (default, Mar 28 2022, 11:38:47) \n[GCC 7.5.0]"
6
+ timestamp: 1667877288.976923
7
+ torch: 1.12.1+cu116
8
+ yaml_files:
9
+ asr_train_config: exp/asr_train_asr_raw_all_bpe6500_sp/config.yaml
10
+ lm_train_config: exp/lm_train_lm_all_bpe6500/config.yaml