akreal commited on
Commit
c18ad84
1 Parent(s): e5fa95f

Update inference instructions

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -17,12 +17,27 @@ This model was trained by Pavel Denisov using americasnlp22 recipe in [espnet](h
17
 
18
  ### Demo: How to use in ESPnet2
19
 
 
 
 
20
  ```bash
21
  cd espnet
22
  git checkout 66ca5df9f08b6084dbde4d9f312fa8ba0a47ecfc
23
  pip install -e .
24
  cd egs2/americasnlp22/asr1
25
- ./run.sh --skip_data_prep false --skip_train true --download_model espnet/americasnlp22-asr-bzd
 
 
 
 
 
 
 
 
 
 
 
 
26
  ```
27
 
28
  <!-- Generated by scripts/utils/show_asr_result.sh -->
17
 
18
  ### Demo: How to use in ESPnet2
19
 
20
+ Follow the [ESPnet installation instructions](https://espnet.github.io/espnet/installation.html)
21
+ if you haven't done that already.
22
+
23
  ```bash
24
  cd espnet
25
  git checkout 66ca5df9f08b6084dbde4d9f312fa8ba0a47ecfc
26
  pip install -e .
27
  cd egs2/americasnlp22/asr1
28
+ ./run.sh \
29
+ --skip_data_prep false \
30
+ --skip_train true \
31
+ --download_model espnet/americasnlp22-asr-bzd \
32
+ --lang bzd \
33
+ --local_data_opts "--lang bzd" \
34
+ --train_set train_bzd \
35
+ --valid_set dev_bzd \
36
+ --test_sets dev_bzd \
37
+ --gpu_inference false \
38
+ --inference_nj 8 \
39
+ --lm_train_text data/train_bzd/text \
40
+ --bpe_train_text data/train_bzd/text
41
  ```
42
 
43
  <!-- Generated by scripts/utils/show_asr_result.sh -->