Automatic Speech Recognition
ESPnet
Portuguese
audio
Miamoto commited on
Commit
1b8d8aa
·
verified ·
1 Parent(s): e2cf237

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,7 +11,7 @@ license: cc-by-4.0
11
 
12
  ## ESPnet2 ASR model
13
 
14
- ### `Miamoto/EBranch-w2vBERT2-EP`
15
 
16
  This model was trained with 425 from CAMÕES work using a custom recipe in [espnet](https://github.com/espnet/espnet/). Model architecture and configuration is detailed in [CAMÕES](https://arxiv.org/pdf/2508.19721).
17
 
@@ -24,8 +24,8 @@ if you haven't done that already.
24
  cd espnet
25
  git checkout 9e0876d058548931c8ae3f70dd81027f192e9066
26
  pip install -e .
27
- cd egs2/tribus/asr1
28
- ./run.sh --skip_data_prep false --skip_train true --download_model Miamoto/EBranch-w2vBERT2-EP
29
  ```
30
 
31
  <!-- Generated by scripts/utils/show_asr_result.sh -->
 
11
 
12
  ## ESPnet2 ASR model
13
 
14
+ ### `inesc-id/EBranch-w2vBERT2-EP`
15
 
16
  This model was trained with 425 from CAMÕES work using a custom recipe in [espnet](https://github.com/espnet/espnet/). Model architecture and configuration is detailed in [CAMÕES](https://arxiv.org/pdf/2508.19721).
17
 
 
24
  cd espnet
25
  git checkout 9e0876d058548931c8ae3f70dd81027f192e9066
26
  pip install -e .
27
+ cd egs2/{your custom recipe}/asr1
28
+ ./run.sh --skip_data_prep false --skip_train true --download_model inesc-id/EBranch-w2vBERT2-EP
29
  ```
30
 
31
  <!-- Generated by scripts/utils/show_asr_result.sh -->