Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Conformer-CTC
|
2 |
The model was trained on full [LibriSpeech](http://openslr.org/12/) with the scripts in [icefall](https://github.com/k2-fsa/icefall).
|
3 |
See (https://github.com/k2-fsa/icefall/pull/13) for more details of this model.
|
4 |
|
@@ -27,11 +27,7 @@ bash ./prepare.sh
|
|
27 |
* Training
|
28 |
```
|
29 |
export CUDA_VISIBLE_DEVICES="0,1,2,3"
|
30 |
-
python conformer_ctc/train.py --bucketing-sampler True
|
31 |
-
--concatenate-cuts False \
|
32 |
-
--max-duration 200 \
|
33 |
-
--full-libri True \
|
34 |
-
--world-size 4
|
35 |
```
|
36 |
|
37 |
## Evaluation results
|
|
|
1 |
+
# Pre-trained Conformer-CTC models for the librispeech dataset with icefall.
|
2 |
The model was trained on full [LibriSpeech](http://openslr.org/12/) with the scripts in [icefall](https://github.com/k2-fsa/icefall).
|
3 |
See (https://github.com/k2-fsa/icefall/pull/13) for more details of this model.
|
4 |
|
|
|
27 |
* Training
|
28 |
```
|
29 |
export CUDA_VISIBLE_DEVICES="0,1,2,3"
|
30 |
+
python conformer_ctc/train.py --bucketing-sampler True \\n --concatenate-cuts False \\n --max-duration 200 \\n --full-libri True \\n --world-size 4
|
|
|
|
|
|
|
|
|
31 |
```
|
32 |
|
33 |
## Evaluation results
|