Update README
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ The performance of the model is the following:
|
|
29 |
|
30 |
| Release | eval clean CER | eval other CER | GPUs |
|
31 |
| :------: | :------------: | :------------: | :---------: |
|
32 |
-
|
|
33 |
|
34 |
## Pipeline description
|
35 |
|
@@ -42,9 +42,7 @@ 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 |
-
|
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).
|
@@ -61,7 +59,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
61 |
|
62 |
## Parallel Inference on a Batch
|
63 |
|
64 |
-
Please, [see this Colab notebook](https://colab.research.google.com/drive/
|
65 |
|
66 |
### Training
|
67 |
|
@@ -70,7 +68,6 @@ 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
|
|
|
29 |
|
30 |
| Release | eval clean CER | eval other CER | GPUs |
|
31 |
| :------: | :------------: | :------------: | :---------: |
|
32 |
+
| 01-23-23 | 7.33% | 7.99% | 6xA100 80GB |
|
33 |
|
34 |
## Pipeline description
|
35 |
|
|
|
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
|
|
|
|
|
46 |
```
|
47 |
Please notice that we encourage you to read our tutorials and learn more about
|
48 |
[SpeechBrain](https://speechbrain.github.io).
|
|
|
59 |
|
60 |
## Parallel Inference on a Batch
|
61 |
|
62 |
+
Please, [see this Colab notebook](https://colab.research.google.com/drive/1finp9pfmGRzWHCAPNkqAH2yGH6k_BbPA?usp=sharing) on using the pretrained model
|
63 |
|
64 |
### Training
|
65 |
|
|
|
68 |
1. Clone SpeechBrain:
|
69 |
```bash
|
70 |
git clone https://github.com/speechbrain/speechbrain/
|
|
|
71 |
```
|
72 |
2. Install it:
|
73 |
```bash
|