dave-rtzr commited on
Commit
bb0b4fe
1 Parent(s): 48158be

Change README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -42,7 +42,9 @@ transformer. Hence, the decoding also incorporates the CTC probabilities.
42
  ## Install SpeechBrain
43
  First of all, please install SpeechBrain with the following command:
44
  ```
45
- !pip install git+https://github.com/speechbrain/speechbrain.git@develop
 
 
46
  ```
47
  Please notice that we encourage you to read our tutorials and learn more about
48
  [SpeechBrain](https://speechbrain.github.io).
@@ -63,11 +65,12 @@ Please, [see this Colab notebook](https://colab.research.google.com/drive/10N98a
63
 
64
  ### Training
65
 
66
- The model was trained with SpeechBrain (Commit hash: 'fd9826c').
67
  To train it from scratch follow these steps:
68
  1. Clone SpeechBrain:
69
  ```bash
70
  git clone https://github.com/speechbrain/speechbrain/
 
71
  ```
72
  2. Install it:
73
  ```bash
@@ -131,4 +134,4 @@ URL = {https://www.mdpi.com/2076-3417/10/19/6936},
131
  ISSN = {2076-3417},
132
  DOI = {10.3390/app10196936}
133
  }
134
- ```
 
42
  ## Install SpeechBrain
43
  First of all, please install SpeechBrain with the following command:
44
  ```
45
+ # conformer architecture of the latest version of speechbrain has changed since our release
46
+ # please use commit hash c7621072770d725399d673b2ea71f82f6b269309
47
+ !pip install git+https://github.com/speechbrain/speechbrain.git@c762107
48
  ```
49
  Please notice that we encourage you to read our tutorials and learn more about
50
  [SpeechBrain](https://speechbrain.github.io).
 
65
 
66
  ### Training
67
 
68
+ The model was trained with SpeechBrain (Commit hash: 'c762107').
69
  To train it from scratch follow these steps:
70
  1. Clone SpeechBrain:
71
  ```bash
72
  git clone https://github.com/speechbrain/speechbrain/
73
+ git checkout c762107
74
  ```
75
  2. Install it:
76
  ```bash
 
134
  ISSN = {2076-3417},
135
  DOI = {10.3390/app10196936}
136
  }
137
+ ```