Titouan commited on
Commit
1854311
1 Parent(s): 3834b96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ metrics:
16
  - cer
17
  ---
18
 
19
- # CRDNN with CTC/Attention trained on CommonVoice French (No LM)
20
 
21
  This repository provides all the necessary tools to perform automatic speech
22
  recognition from an end-to-end system pretrained on CommonVoice (French Language) within
@@ -72,6 +72,6 @@ asr_model.transcribe_file("example-fr.wav")
72
  year = {2021},
73
  publisher = {GitHub},
74
  journal = {GitHub repository},
75
- howpublished = {\url{https://github.com/speechbrain/speechbrain}},
76
  }
77
  ```
 
16
  - cer
17
  ---
18
 
19
+ # wav2vec 2.0 with CTC/Attention trained on CommonVoice French (No LM)
20
 
21
  This repository provides all the necessary tools to perform automatic speech
22
  recognition from an end-to-end system pretrained on CommonVoice (French Language) within
 
72
  year = {2021},
73
  publisher = {GitHub},
74
  journal = {GitHub repository},
75
+ howpublished = {\\url{https://github.com/speechbrain/speechbrain}},
76
  }
77
  ```