Dongwei commited on
Commit
9888551
·
1 Parent(s): 48c82e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -9,7 +9,22 @@ library_name: espnet
9
  pipeline_tag: automatic-speech-recognition
10
  ---
11
 
12
- <!-- Generated by scripts/utils/show_asr_result.sh -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  <!-- Generated by scripts/utils/show_asr_result.sh -->
14
  # RESULTS
15
  ## Environments
 
9
  pipeline_tag: automatic-speech-recognition
10
  ---
11
 
12
+ ## ESPnet2 ASR model
13
+
14
+ ### `espnet/aishell2_transducer`
15
+
16
+ This model was trained by jctian98 using aishell2 recipe in [espnet](https://github.com/espnet/espnet/).
17
+
18
+ ### Demo: How to use in ESPnet2
19
+
20
+ ```bash
21
+ cd espnet
22
+ git checkout ff841366229d539eb74d23ac999cae7c0cc62cad
23
+ pip install -e .
24
+ cd egs2/tedlium3/asr1
25
+ ./run.sh --skip_data_prep false --skip_train true --download_model espnet/dongwei_tedlium3_asr_conformer_external_lm
26
+ ```
27
+
28
  <!-- Generated by scripts/utils/show_asr_result.sh -->
29
  # RESULTS
30
  ## Environments